* {
	margin: 0;
	padding: 0;
}

body {
	font: 95% Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
	height: 100%;
}

p {
	font-size: 0.80em;
	line-height: 1.4em;
	padding-top: 5px;
	padding-bottom: 5px;
}

img {
	border: 0px;
}


h1 {
	font: bold 1.3em Arial, Helvetica, sans-serif;
	color: #000080;
	margin-bottom: 15px;
}

h2 {
	color: #000080;
	letter-spacing: 0.01em;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.7em;
	font-style: italic;
	line-height: 1.9em;
	font-weight: bold;
	text-align: center;
}
h3 {
	font: bold 1.1em/1.2em Arial, Helvetica, sans-serif;
	color: #000080;
	text-decoration: none;
	padding-bottom: 5px;
	padding-top: 10px;
}

h4 {
	font: bold 0.95em Arial, Helvetica, sans-serif;
	color: #000;
	padding-bottom: 5px;
	padding-top: 10px;
}


li {
	padding-top: 3px;
	padding-bottom: 3px;
}

a:link, a:visited {
	color: #903;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color: #903;
	text-decoration: none;
}

/* Navigation */

#navigation {
	padding: 5px 2px 2px 5px;
}

#menu li {
	font: bold 0.7em/1.6em Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-left: 7px; margin-top: 0; margin-bottom: 5px;
	padding: 3px;
	color: #000080;
	display: list-item;
	list-style: none;
}

#menu a:link, 
#menu a:visited {
	text-decoration: none;
	color: #000080;
	margin-left: 3px;
}

#menu a:hover, 
#menu a:active, 
#menu a:focus {
	text-decoration: underline;
	color: #351D59;
}


ol {
	font-size: 0.85em;
	text-decoration: none;
	list-style: decimal;
	margin-left: 21px;
	margin-bottom: 10px;
	margin-top: 10px;
}


.ol_kleinbuchstabe {
	margin-left: 10px;
	list-style-type: lower-alpha;
	list-style-position: inside;
	padding-bottom: 20px;
	font-size: 1.0em;
}
.ul_text {
	margin-left: 25px;
	list-style-type: circle;
	list-style-position: inside;
	padding-bottom: 20px;
	font-size: 0.8em;
}
.ul_unterliste {
	margin-left: 10px;
	list-style-type: circle;
	list-style-position: inside;
	padding-bottom: 20px;
	font-size: 1.0em;
}
.hervor {
	font-style: italic;
	color: #000080;
}

.kleinitalic {
	font-size: 0.8em;
	font-style: italic;
}
.td_inhalt {
	padding: 10px;
	
}

.bildunter {
	font-size: 0.7em;
	color: #000080;
	font-style: italic;	
}

.kleinblau {
	font-size: 0.9em;
	color: #000080;
	padding: 3px;
	font-style: normal;
}


.footer {
	font-size: 0.7em;
	color: #666;
	text-align: center;
}
.bildabstand {
	padding-right: 7px;
}
hr {
	height: 2px;
	width: 100%;
}
.hr_2 {
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #903;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.kleinblau {
	font-size: 0.7em;
	padding-left: 5px;
	color: #000080;
}
