/* Normalisiert margin, padding */
body, p, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, cite, form, fieldset, input, blockquote, th, td {
	margin:0;
	padding:0;
}

a{
	text-decoration:none;
}

a:active, a:focus {
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
}

/* entfernt list-style aus Listen */
ol, ul {
	list-style: none;
}

/* Normalisiert font-style und font-weight auf normal */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}

/* entfernt table Zwischenräume */
table {
	border-collapse: collapse;
	border-spacing:0;
}

/* entfernt border aus fieldset */
fieldset {
	border:0;
}

/* richtet text in caption und th links aus */
caption, th {
	text-align:left;
}

.yui-navset .yui-nav li, .yui-navset .yui-navset-top .yui-nav li, .yui-navset .yui-navset-bottom .yui-nav li {
margin-right:0;
vertical-align:baseline;
}
