* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 15px;
}
/* hintergrundfarbe des gesammten dokumentes */
body{
	margin: 0px;
	background-color: #4d4d4d;
}
/* links */
a:link     { text-decoration: none; }
a:visited  { text-decoration: none; }
a:hover    {
	text-decoration: none;
	font-weight: bold;
}
a:active   {
	text-decoration: none;
	font-weight: bold;
}
.haupttitel {
	font-size: 15px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 10px;
}
.bold {
	font-weight: bold;
}

.titelGelb {
	font-size: 13px;
	color: #E1C57C;
	font-weight: bold;
}
.titelBlau {
	font-size: 13px;
	color: #728FB3;
	font-weight: bold;
}
.tabAnlaesse {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	
}
.tabAnlaesseFirst {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-top-style: solid;
}
.text {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 20px;
}
input {
	color: #000000;
}
input, textarea {
	color: #000000;
}
.schwarz {
	color: #000000;
}
.textFirst {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
}
.tabelleKopf {
	color: #E1C57C;
	font-weight: bold;
}
.tabelleGen td {
	border: 1px solid #FFFFFF;
}
.grau {
	color: #666666;
}
.titelGruen {
	font-size: 13px;
	color: #AAA47D;
	font-weight: bold;
}
.titelRot {
	font-size: 13px;
	color: #9B8787;
	font-weight: bold;
}
#background{
	width: 800px;
	min-height: 600px;
	margin-left: 15px;
	background-color: #333333;
	border: 1px solid #333333;
}
#logo, #topnav, #leftnavAll{
	/*position: fixed;
	border: 1px solid green;*/
}
#logo{
	float: left;
	display: inline;
	width: 205px;
}
#topnav{
	margin-top: 40px;
	height: 90px;
}
#content, #topnav{
	margin-left: 270px;
}
#topnav img{ float: left; display: inline; }
.topnav, .topnavSel{
	background-color: #4d4d4d;
	width: 110px;
	height: 19px;
	font-size: 12px;
	padding-top: 3px;
	text-align: center;
	float: left;
	display: inline;
	margin-top: 4px;
	cursor: pointer;
}
.topnavSel{
	font-weight: bold;
}
.nav0{ background-color: #cccccc; }
.nav0 div.leftnav{ background-color: #999999; }
.nav0 div.leftnavSel, #topnav0.topnavSel{ background-color: #666666; }
.nav0 div.leftnavTitle{ color: #666666; }

.nav1{ background-color: #f6eed9; }
.nav1 div.leftnav{ background-color: #ecdcb1; }
.nav1 div.leftnavSel, #topnav1.topnavSel{ background-color: #e0c47c; }
.nav1 div.leftnavTitle{ color: #e0c47c; }

.nav2{ background-color: #d5dbe7; }
.nav2 div.leftnav{ background-color: #acb9d0; }
.nav2 div.leftnavSel, #topnav2.topnavSel{ background-color: #728fb3; }
.nav2 div.leftnavTitle{ color: #728fb3; }

.nav3{ background-color: #d3cfbb; }
.nav3 div.leftnav{ background-color: #aaa47d; }
.nav3 div.leftnavSel, #topnav3.topnavSel{ background-color: #77733c; }
.nav3 div.leftnavTitle{ color: #77733c; }

.nav4{ background-color: #c9bfbd; }
.nav4 div.leftnav{ background-color: #9b8787; }
.nav4 div.leftnavSel, #topnav4.topnavSel{ background-color: #694b4c; }
.nav4 div.leftnavTitle{ color: #694b4c; }

#leftnavAll{
	clear: both;
	float: left;
	display: inline;
}
#leftnavBg{
	width: 195px;
	height: 300px;
	padding-left: 10px;
}
.leftnav, .leftnavSel{
	height: 19px;
	font-size: 12px;
	padding-top: 3px;
	padding-right: 15px;
	margin-top: 8px;
	text-align: right;
	color: #000000;
	cursor: pointer;
}
.leftnavSel{
	color: #ffffff;
	font-weight: bold;
}
.leftnavTitle{
	text-align: right;
	padding-right: 15px;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 12px;
	padding-top: 30px;
}
#content{
	margin-top: 64px;
	width: 500px;
}
.titelKleinGruen {
	color: #AAA47D;
	font-weight: bold;
}
.titelKleinBlau {
	color: #728FB3;
	font-weight: bold;
}

