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


body
	{
		margin: 80px 10px 10px 10px;
		padding: 0;
		font: 85% arial, hevetica, sans-serif;
		text-align: center;
		color: #505367;
		background-color: white;
	}
	
	#container
	{
		margin: 1em auto;
		width: 980px;
		text-align: left;
		background: #ffffff;
		border: 1px solid white;
	}

html { height: 101%;}	

	#space  {height: 20px;}
	
	#header
	{
		height: 80px;
		background: url(titel.jpg);
		margin-bottom: 10px;
	}
	
	#mainnav
	{
		height: 40px;
		background-color:white;
		border-bottom: 1px solid #C4C769;
	}
	
#mainnav ul
	{
		margin: 0 0 0 30px;
		padding: 0;
		list-style-type: none;
		border-left: 0px solid #C4C769;
	}
#mainnav li
	{
		display: inline;
		padding: 0 10px;
		border-right: 1px solid #C4C769;
	}
#mainnav li a
	{
		text-decoration: none;
		color: #272900;
		line-height: 40px;
	}
	
	
.impr_header  {
				text-decoration: underline;
				font-weight: bold;}	
	
		
			
	#contents
	{	text-align: center;
		border-top: 1px solid #464545;
		
		background-color: green;
	}
	
#contents_home
	{	padding:25px;
	border-top: 1px solid #464545;
		height: 500px;
		background:white;
	}
#contents_home h1 {font-size: 150%;
					font-family: arial, hevetica, sans-serif;
					}		
	
#content_home_text {width: 600px;
					float: left;
					text-align:left;
					font-size:15px;}

#content_home_bild  {width: 300px;
					height: 500px;
					background: url(bg_home.jpg) no-repeat;
					float:right;}	
	
#footer	
	{
		clear: both;
		height: 30px;
		background-color: white;
		border-top: 1px solid #464545;
	}
	

  
.menu ul li a, .menu ul li a:visited {display:block; 
text-decoration:none;
color:#000;
width:104px;
height:20px; text-align:center;
color:black;
    border: 1px solid white;
	 background:white;
	  line-height:20px;
	   font-size:15px; 
	   overflow:hidden;
	   }
	   
.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {float:left; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {color:black; background:#dfe9e8; text-decoration: none; text-decoration: none; }
.menu ul li:hover ul {display:block; position:absolute; top:21px; left:0; width:125px; }
.menu ul li:hover ul li a.hide {background:#6a3; color:#fff;}
.menu ul li:hover ul li:hover a.hide {background:#dfe9e8; color:#000; text-decoration: none;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:white; color:#000;}
.menu ul li:hover ul li a:hover {background:#dfe9e8; color:#000;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:125px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-125px;}

#menu_holder {height: 30px;
			margin-left: 20px;}
			
#aktiv   {color: red;}
			
.stil1   {text-decoration: underline;} 			


.horizontalcssmenu ul{
margin: 0 ;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
width: 100px; /*Width of top level menu link items*/
padding: 2px 8px;
border-left: 0px solid #202020;
border-left-width: 0px;

text-decoration: none;
background: url(menubg.gif)  center repeat-x;
color: black;
font: 15px Tahoma;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
border-top: 0px solid #202020;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 140px; /*width of sub menu levels*/
font-weight: normal;
padding: 7px 5px;
background: white;
border-width: 0px 0px 0px 0px;
font:  12px Tahoma;
}

.horizontalcssmenu ul li a:hover{
background: url(menubgovera.gif) center center repeat-x;
text-decoration:underline;
}

.horizontalcssmenu ul li ul li a:hover{
background: #e9eaeb;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
/*background: transparent url(menuarrow.gif) no-repeat center left;*/
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End
