@charset "utf-8";
/* CSS Document */


body, td {font-size:12px;}

a:link, a:visited, a:active {color:#3a68aa; font-weight:bold; font-family:Arial; text-decoration:underline;}
a:hover {text-decoration:underline overline;}


h1 {color:#3a68aa; font-size:16px; font-weight:bold; font-family:Arial; text-decoration:none;}

.hauptnavigation {position:relative; height:39px; background-image:url(image/background_hauptnav.gif); padding-top:9px; padding-left:25px; font-family:Arial;}
.hauptnavigation[class] {position:relative; height:30px; background-image:url(image/background_hauptnav.gif); padding-top:9px; padding-left:25px; font-family:Arial;}


#hintergrund_layermenu {background-color:#f1eee9; width:964px; height:40px; border-left:2px solid #d2cac0; border-right:2px solid #d2cac0;}

#inhaltsbereich {width:964px; height:100%;border-left:2px solid #d2cac0; border-right:2px solid #d2cac0; margin-left:8px; font-size:12px; font-family:Arial; padding:15px;}

#inhaltsbereich[id] {width:934px; height:100%;border-left:2px solid #d2cac0; border-right:2px solid #d2cac0; margin-left:6px; font-size:12px; font-family:Arial; padding:15px;}


#content_links {with:920px;}

#content_mitte {width:450px;float:left;}

#content_right {padding-left:20px;width:450px; float:right;}


#footer001 {width:980px; height:4px; background-color:#dcd4c9; border-bottom:1px solid #d0c5b7; border-top:1px solid #d0c5b7;}
#footer_balken {width:964px; height:4px; border-left:2px solid #d2cac0; border-right:2px solid #d2cac0;}
#footer {width:980px; height:30px; background-color:#dcd4c9;color:#58585a; font-size:10px; font-family:Arial; padding-top:10px; padding-left:10px;}
#footer[id] {width:970px; height:20px; background-color:#dcd4c9;color:#58585a; font-size:10px; font-family:Arial; padding-top:10px; padding-left:10px;}


#footer a:link, #footer a:active, #footer a:visited
{color:#58585a; text-decoration:none; font-size:10px; padding-right:25px;}

#footer a:hover {text-decoration:underline;}



/*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/
/*-------------------------------- MENU -------------------------------------*/
/*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/
#nav, #nav ul {
	float: left;
	width: auto;
	list-style: none;
/*	background: #dcd4c9;*/
	color: #ffffff;
	font-weight: bold;
	padding: 0;
	margin: 0px 0px 0px 0px;
}
 
 
#nav[id], #nav[id] ul {
	float: left;
	width: auto;
	list-style: none;
/*	background: #dcd4c9;*/
	color: #ffffff;
	font-weight: bold;
	padding: 0px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	height:22px;
}

 
#nav a {
	display: block;
/*	color: #22559f;*/
 	text-decoration: none;
	text-align:center;
	padding-top:8px;
	font-size:12px;
	height:30px;
}

#nav[id] a {
	display: block;
/*	color: #22559f;*/
	text-align:center;
 	text-decoration: none;
	font-size:12px;
	height:22px;
}


 
#nav a.menuparent  {
	background: url(arrow.gif) no-repeat 90% 40%; color:#ffffff;
}
 
#nav li {
	float: left;
	padding: 0;
	color:#FFFFFF;
}

#nav li a {	text-transform:uppercase; color:22559f;	width: 135px; padding-top:4px;}
#nav[id] li a {	text-transform:uppercase; color:22559f;	width: 120px;}
 
#nav li ul {
	position: absolute;
	left: -999em;
	height: 20px;;
	float:left;
	width: auto;
	font-weight: normal;
	margin: 0;
	background-image:url(image/background_layernav.jpg); background-position:right;
}
 
#nav[id] li ul{
	position: absolute;
	left: -999em;
	height: 20px;
	float:left;
	width: auto;
	font-weight: normal;
	background-image:url(image/background_layernav.jpg); background-position:right;
	padding-right:25px;
} 

#nav li li {
	width: auto;
}
 
#nav li ul a {
	text-transform:none;
	font-size:10px;
	width:inherit;
	color:#707172;
	height:20px;
}

#nav[id] li ul a {
	text-transform:none;
	font-size:10px;
	width:inherit;
	color:#707172;
	width:120px;
	height:15px;
	margin-bottom:18px;
}
 
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	color: #ffffff;
}
 
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	color: #ffffff;
}

#nav li:hover, #nav li.sfhover, #nav[id] li:hover, #nav[id] li.sfhover {color:#ffffff;}
#nav li a:hover, #nav[id] a:hover {
background-color:#22559f;
	color: #ffffff;
}