html, body {
	height: 100%;
	border: 0px;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-size: 101%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #000000;
	background-image: url(img/bg_body.gif);
	background-repeat: repeat-y;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #000000;
	padding-left: 4px;
	padding-right: 4px;
}
#Nav {
	position:absolute;
	left:0px;
	top:180px;
	width:220px;
	height:auto;
	font-size: 1.0em;
	z-index:2;
	background-color: #FFFF00;
}
#Nav p {
	margin-bottom: 0px;
	padding: 3px 0px 2px 5px;
}
#Nav a {
	color: #FFFFFF;
	text-decoration: none;
}
#Nav a:hover {
	color: #FFFF00;
	text-decoration: none;
}
.navp {
	display:block;
	width:200px;
	background-color: #666666;
	margin-left: 10px;
	margin-top: 7px;
	margin-bottom: 0px;	
}
.navphier {
	display:block;
	background-color: #000000;
	margin-left: 10px;
	width:200px;
	margin-top: 7px;
	margin-bottom: 0px;
}
.subnavp {
	display:block;
	width:185px;
	background-color: #888888;
	margin-left: 25px;
	margin-top: 4px;
	margin-bottom: 0px;
}
.subnavphier {
	display:block;
	width:185px;
	background-color: #333333;
	margin-left: 25px;
	margin-top: 4px;
	margin-bottom: 0px;
}
.sub2navp {
	display:block;
	width:175px;
	background-color: #888888;
	margin-left: 35px;
	margin-top: 4px;
	margin-bottom: 0px;
}
.sub2navphier {
	display:block;
	width:175px;
	background-color: #333333;
	margin-left: 35px;
	margin-top: 4px;
	margin-bottom: 0px;
}
#Nav .navp a, #Nav .subnavp a, #Nav .sub2navp a {
	font-weight: bold;
}
#Nav .navphier a, #Nav .subnavphier a, #Nav .sub2navphier a {
	color: #FFFF00;
	font-weight: bold;
}
#Head {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:130px;
	z-index:20;
	background-color: #000000;
}
#Inhalt {
	position:absolute;
	left:260px;
	top:150px;
	width:460px;
	height:auto;
	z-index:21;
}
#Inhalt h1 {
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 1.5em;
	font-weight: bold;
}
#Inhalt h2 {
	margin-top: 24px;
	margin-bottom: 12px;
	font-size: 1.2em;
	font-weight: bold;
}
#Inhalt h3 {
	margin-top: 18px;
	margin-bottom: 10px;
	font-size: 1.1em;
	font-weight: bold;
}
#Inhalt h4 {
	margin-top: 12px;
	margin-bottom: 2px;
	font-size: 1.0em;
	font-weight: bold;
}
#Inhalt p {
	margin-top: 0px;
	margin-bottom: 10px;
}
#Inhalt img {
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 3px;
}
#Druckkopf {
	visibility: hidden;
	display: none;
}
#Download {
	position:absolute;
	left:755px;
	top:187px;
	width:200px;
	height:auto;
	z-index:22;
	background-color: #EBEBEB;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
}
.kopfzeile {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 1.0em;
	font-weight: bold;
}
ul {
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 20px;
	list-style-type: circle;
}
ol {
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 20px;
}
li {
	margin-bottom: 5px;
}

.klein {
	font-size: 0.85em;
}
.kasten {
	left:0px;
	width:100%;
	height:300px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.kastenm {
	position: relative;
	left:-3px;
	width:100%;
	height:auto;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding: 3px;
}
#Nav .unternav a {
	color: #000000;
}
.farbig {
	color: #0090C6
}
.hervorhebung {
	color: #DF0000;
	font-weight: bold;
}

