/****************************************************************************************
Basiseinstellungen
****************************************************************************************/

body, html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
}

body, textarea {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
}

div	{
		text-align: left;
}

a img {
		border: 0
}

ul, ol, li {
		margin: 0;
		padding: 0;
}
		
/****************************************************************************************
Positionierung
****************************************************************************************/
#layoutbox {
	width: 965px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 50px;
}
#layout {
	width: 965px;
	background-image: url(../../pic/bg.gif);
}
#head {
	width: 965px;
	margin-bottom: 10px;
}
#navbox {
	width: 220px;
	float: left;
}

#nav {
	width: 180px;
	float: left;
	margin-left: 20px;
}

#contentbox {
	float: left;
	width: 650px;
	overflow: auto;
	scrollbar-face-color: #eff0de;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #5F6831;
	scrollbar-darkshadow-color: #5F6831;
	scrollbar-shadow-color: #5F6831;
	scrollbar-arrow-color: #555d2a;
	scrollbar-track-color: #555d2a;
	margin-left: 50px;
	margin-bottom: 100px;
}
#content {
	line-height: 1.5em;
}

#foot {
	height: 50px;
	float: left;
	width: 965px;
	color: #FFFFFF;
	text-align: justify;
	font-size: 95%;
}

/****************************************************************************************
Navigation
****************************************************************************************/
#nav ul	{
	margin: 0;
	padding: 0;
}
		
#nav li {
	list-style-type: none;
	font-size: 100%;
}
		
#nav li.active {
	list-style-type: none;
	font-size: 100%;
	margin-bottom: 0;
}

#nav a, #nav a:visited, #nav a:hover {
	display: block;
	margin: 0;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 30px;
	padding-right: 0;
}

#nav a	{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 100%;
	font-weight: bold;
}

#nav a:hover {
	color: #FF0000;
}

#nav a.active {
	color: #FF0000 !important;
	background-repeat: repeat-y;
}
		
#nav li ul li	{
	list-style-type: none;
	padding: 0px 0 0px 6px;
	background-color: #fff;
	border: none;
	margin-bottom: 0px;
}	

#nav li ul li:hover {
	background-color: #fff;
}

#nav li ul li a, #nav li ul li a:visited, #nav li ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	text-decoration: none;
	font-weight: normal;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
}

#nav li ul li a	{
	color: #000;
	font-weight: normal;
	font-size: 100%;
}

#nav li ul li a:hover {
	color: #5F6831;
	font-weight: normal;
}

#nav li ul li a.active {
	color: #5F6831;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border: none;
	font-weight: bold;
}

#subnav a, #subnav a:visited {
	text-decoration: none;
	color: #000000;
	font-size: 120%;
}

#subnav a:hover {
	color: #5C661F;
}
		
#subnav a.aktiv {
	color: #5F6831 !important;
	font-style: italic;
	font-weight: bold;
		}
#content h1 {
	font-size: 130%;
	color: #A4A69B;
	margin-top: 30px;
	margin-bottom: 15px;
	font-weight: bold;
}
#content h2 {
	font-size: 110%;
	font-weight: bold;
	color: #CCCCCC;
	margin-top: 20px;
	margin-bottom: 10px;
}

#content h3 {
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 0px;
}
#content .mitarbeiter {
	margin-right: 20px;
}
#content div.linie {
	width: 100%;
	height: 1px;
	background-image: url(../../pic/linie.gif);
	margin-top: 10px;
	margin-bottom: 10px;
}
#content p {
	margin-top: 6px;
	margin-bottom: 6px;
}
#content p.linkdokument {
	margin-top: 18px;
	margin-bottom: 18px;
}
#content p+h1 {
	margin-top: 25px;
	margin-bottom: 15px;
}
#content ul {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#content li {
	padding-left: 0px;
	list-style-type: none !important;
	list-style-image: url(../../pic/ic_list.gif);
	margin-left: 15px;
	text-indent: 0px;
}

#content a {
	color: #FF0000;
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none;
}

#foot a {
	color: #026AAB;
	text-decoration: none;
}
#foot a:hover {
	text-decoration: underline;
}
#foot #zurueck {
	float: left;
}
#foot #nachoben {
	float: right;
}
#sitemap ul li	{
	list-style-type: none;
	font-weight: bold;
	list-style-image: none;
	margin-top: 10px;
	margin-bottom: 0px;
}	
#sitemap ul li  ul li{
	list-style-type: none;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}
.suchfeld {
	float: left;
	width: 140px;
	margin-right: 6px;
	margin-left: 10px;
	margin-top: 10px;
}
.suchbutton {
	float: left;
	margin-top: 10px;
}
#thsform p {
	margin-top: 6px;
	margin-bottom: 6px;
	clear: both;
}
#thsform label {
	margin: 0px;
	padding: 0px;
}
#thsform input, select, textarea {
	font:100.01% Arial, Verdana, Helvetica, sans-serif;
	border: 1px solid #555d2a;
	background-color: #D4CFBD;
}
#thsform .fkurz {
	width: 50px;
}
#thsform .fmittel {
	width: 200px;
}
#thsform .flang {
	width: 280px;
}
#content p.usermessage {
	background-color:#f3f3f3;
	color:#990000;
	font-weight: bold;
	padding: 5px 5px 5px 45px;
	border: 1px solid #d8dbde;
	background-image: url(../../pic/ic_error.png);
	background-repeat: no-repeat;
	background-position: 15px center;
}
.versteckmich {
	position:absolute;
	left: -9999px;
	top: -9999;
	display:inline;
	width: 0;
	height: 0;
}
.bggalerie {
	background-color: #eff0de;
	border: 1px solid #555d2a;
}
#content .refbildlinks {
	background-color: #666666;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 150px;
	width: 150px;
	text-align: center;
	vertical-align: middle;
}
#content .refbildrechts {
	margin-right: 20px;
	margin-bottom: 10px;
	background-color: #666666;
	padding: 0px;
	height: 150px;
	width: 150px;
	float: left;
	text-align: center;
	vertical-align: middle;
}
