/*
Farbdefinitionen:
dunkelblau: #376092
hellblau: #8EB4E3
grau: #BFBFBF
Schrift Navi: #000000
Schrift Fließtext: #555555
Hervorhebung: #E24E3E
							#993333
							
lindgrün: #C3D69B
braun-grün: #C4BD97
Schrift grün: #9DAE7C
						#3F5B00
*/

body{
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	background-color: #C3D69B;
	color:#555555;
}

a{
	text-decoration: none;
	color: #000000;
}

a:hover{
	text-decoration: underline;
}

h1{
	color: #3F5B00;
	font-size: 2em;
}

h2{
	color: #3F5B00;
	font-size: 1.7em;
}

h3{
	color: #3F5B00;
	font-size: 1.3em;
	margin:0px 0px 0px 0px;
}

ul{
	margin-left: -35px;
}

li{
	list-style: none;
	margin: 10px 0px 0px 20px ;
	padding:0px;
	text-indent: -20px;
}

.farbe{
	color: #3F5B00;
}

.rot{
	color: #3F5B00;
}

#container{
	background-color: #C3D69B;
	padding: 0px;
	width: 1000px;
}

#inhalt{
	color: #555555;
	padding:0px 15px ;
	text-align: left;
	height: 100%;
	background-color: #ffffff;
	left: 150px;
	top:5px;
	margin:0px 0px 0px 150px;
	min-height: 483px;
	width:600px;
}

/* Verweise und Untermenus*/
#verweise{
	/*background-color: #C3D69B;*/
	left:0px;
	top:50px;
	width:150px;
	height: 100%;
	float: left;
}

#verweise .twoLine{
	background-color: #BFBFBF;
	margin: 0px;
	padding: 8px 0px 12px 30px;
	border-top: 1px solid #ffffff;
	height:25px;
}

#verweise .oneLine{
	background-color: #BFBFBF;
	margin: 0px;
	padding: 15px 0px 15px 30px;
	border-top: 1px solid #ffffff;
	height:15px;
	z-index: 45;
}

#verweise .hell{
	background-image: url(../bilder/hell.gif);
	background-position: left;
	background-repeat: repeat-y;
}

#verweise .dunkel{
	background-image: url(../bilder/dunkel.gif);
	background-position: left;
	background-repeat: repeat-y;
}

#sprachAuswahl{
	padding:0px 0px 4px 3px;
}

#head{
	margin-left:150px;
	top:0px;
	background-color:#ffffff;
	width: 600px;
}

#at{
	float:left;
	width:60%;
}

#nt{
	float:right;
	width:40%;
}

#buch{
	background-color: #ffffff;
}

#buch td{
	padding: 1px;
}

#buecher{
	background-color: #ffffff;
	width: 600px;
	height: 90%;
	margin: auto;
}

*html ul{
	margin-left: 0px;
}

*html #inhalt{
	left: 145px;
	margin:0px 0px 0px 145px;
}


