/* YUI Reset CSS */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,/*em,strong,*/th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}

/* END - YUI Reset CSS */

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 75%;
	background-color: #fff;
}

h1 {
	color: #0E459A;
	font-size: 1.5em;
	font-weight: bold;
	border-bottom: 1px dotted #0E459A;
	margin: 0.5em 0;
	padding-bottom: 0.3em;
}

h2 {
	color: #0E459A;
	font-weight: bold;
	margin-bottom: 0.8em;
}

h3 {
	color: #333;
	font-weight: bold;
	margin-bottom: 0.5em;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	color: #0E459A;
	border-bottom: 1px dotted #0E459A;
	margin: 1.5em 0 1em 0;
	padding-bottom: 5px;
}

p {
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

p.intro {
	font-style: italic;
}

p.right {
	text-align: right;
}

a {
	color: #0E459A;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}

a:hover, a:focus {
	border-bottom: 1px solid #0E459A;
}
ul, ol {
	margin-bottom: 1.5em;
}

ul li {
	background: url(../img/ul-li-bg.png) no-repeat left 0.33em;
	padding-left: 15px;
	margin-bottom: 0.25em;
}

ol {
	margin-left: 2.75em;
	list-style-type: decimal;
}

table {
	border: none;
}

caption {
	caption-side: bottom;
	margin-top: 0.5em;
	font-size: 0.867em;
	margin-bottom: 3em;
	font-style: italic;
}

th, td {
	padding: 0.25em 1em;
	border-style: hidden;

}

th {
	color: #0E459A;
}

thead th {
	color: #fff;
	text-align: center;
	background-color: #0E459A;
	font-weight: bold;
}

blockquote {
	margin-left: 32px;
	padding-left: 18px;
	border-left: 1px solid #999;
	font-style: italic;
}

div.infobox {
	border:1px solid #3F66A7;
	margin:0 0 15px;
	padding:0;
	width:250px;
}

div.infobox.left {
	float: left;
	margin-right: 15px;
}

div.infobox.right {
	float: right;
	margin-left: 15px;
}

div.infobox h3 {
	background: #0E459A none repeat scroll 0 0;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 3px 6px;
}

div.infobox p {
	padding: 3px 6px 0 6px;
}


/* STICHWORTE */

ul.alpha {
	height: 20px;
}

ul.alpha li {
	float: left;
	background: none;
	padding: 0px 5px 0px 0px;

}

ul.keywords {
	clear: left;
	list-style-type: none;
	margin-left: 0;
}

ul.keywords li {
	margin-top: 1em;
}

ul.keywords li li {
	margin-top: 0;
}
