/* CSS Document */

*	{
	margin:0;
	padding:0;
	border:0;
	}

body {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#525252;
	background:white url(../images/bg_header.gif) no-repeat;
	line-height:1.4;
	margin:0;
	padding:0;
	}
      
.void   {
        cursor:default;
        }




#suchen {
        position:absolute;
        left:50px;
        top:18px;
        }


.suchfeld {
        font-family: Tahoma, Arial,Sans-serif;
        font-size: 11px;
        display: inline;
        padding:1px;
        }

.suchbutton {
        width: 60px;
        font-family: Tahoma, Arial,Sans-serif;
        font-size: 11px;
        margin-left:5px;
        display: inline;
        }


#topnav {
	position:absolute;
        left:557px;
        top:15px;
        #top:14px;
        width:344px;
	background:#d11f21;
	}
	
#topnav ul {
	list-style:none;
	margin:0 0 0 10px;
	padding:5px 10px;
	}	
	
#topnav ul li {
	display:inline;
	margin:0 10px;
	}	
	
#topnav ul li a {
	color:white;
	font-size:85%;
	font-weight:bold;
	text-decoration:none;
	}
	
#topnav ul li a:hover {
	text-decoration:underline;
	}	
		
	
	
#header {
	float:left;
	margin:44px 0 0 45px;
	width:856px;
	height:160px;
	background:#9E9E9E;
	display:inline;
	}
	
#logo {
	float:right;
	margin:37px 20px 0 0;
	display:inline;
	}


#content_background {
	clear:both;
	float:left;
	width:940px;
	background: url(../images/bg_content.gif) repeat-y;
	}

	
	
/******************** NAVIGATION ************************/	

#nav {
	clear:both;
	float:left;
	width:856px;
	margin-left:45px;
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:110%;
	background:#767676;	
	/*background:#D11F21;*/	
	border-top:1px solid white;
	border-bottom:1px solid white;		
	}


/******************** NAVIGATION  1. EBENE ************************/


#nav ul {
	float:left;
	list-style:none;
	margin-left:36px;
	display:inline;
	}


#nav ul li {	
	float:left;
	position:relative;	
	}

	
#nav ul li a {	
	float:left;
	padding: 5px 12px;
	color:white;
	text-decoration:none;
	font-weight:bold;;
	}
	
#nav ul li a:hover {
	background:none; /* muss drin stehen bleiben, sonst klappen die Menus im IE6 nicht aus?!?!? - was ist das für ein BUG ?!?! */
	color:black;
	}	



/******************** NAVIGATION  2. EBENE ************************/	

/* hide the sub levels and give them a positon absolute so that they take up no room */

#nav ul li ul {
	visibility:hidden;
	float:left;
	position:absolute;
	top:30px;
	#top:31px;
	left:0; 
	margin:0;
	background:none;
	text-transform:none;
	border-top:0;	
	width:180px;
        border:1px solid #b6b6b6;
        border-bottom:none;
	}


#nav ul li ul li {	
	float:left;
	border-bottom:1px solid #b6b6b6;
	}
	
#nav ul li ul li a {
	font-size:11px;
	font-weight:normal;
	color:#767676;
	width:150px;
	background:white;	
	padding: 4px 15px;	
	border:0;
	}
	
#nav ul li ul li a.secondlevel {	
	background:white url(../images/pfeil.gif) right 8px no-repeat;
	}
	
#nav ul li ul li a:hover.secondlevel {	
	background:#D11F21 url(../images/pfeil_over.gif) right 8px no-repeat;
	}	

#nav ul li ul li a:hover{
	background:#D11F21;
	color:white;
	}
	
	
/******************** NAVIGATION  3. EBENE ************************/	

/* hide the sub levels and give them a positon absolute so that they take up no room */

#nav ul li ul li ul {
	visibility:hidden;
	float:left;
	position:absolute;
	top:0;
	left:180px; 
	margin:0;
	background:none;
	text-transform:none;
	border-left:1px solid #b6b6b6;
	width:180px;
	}


#nav ul li ul li ul li {	
	float:left;
	border-bottom:1px solid #b6b6b6;
	}
	
#nav ul li ul li ul li a {
	font-size:11px;
	font-weight:normal;
	color:#767676;
	width:150px;
	background:white;
	padding: 4px 15px;	
	border:0;
	}

#nav ul li ul li ul li a:hover{
	color:white;
	background:#D11F21;
	}	


/******************** NAVIGATION  FUNKTIONALITÄTEN ************************/


/* style the table so that it takes no part in the layout - required for IE to work */

#nav table {
	position:absolute; 
	top:0;
	left:0;
	}

/* make the second level visible when hover on first level list OR link */

#nav ul li:hover ul,
#nav ul a:hover ul {
	visibility:visible; 
	}
	
/* keep the third level hidden when you hover on first level list OR link */

#nav ul :hover ul ul{
	visibility:hidden;
	}

/* make the third level visible when you hover over second level list OR link */

#nav ul :hover ul :hover ul{ 
	visibility:visible;
	}
		






.mainfoto {
  clear:both;
  float:left;
  margin-bottom:30px;
  margin-left:45px;  
  }




/******* CONTENT ********/


#content_links {
        clear:both;
	float:left;
	margin:0 0 0 97px;
	width:410px;
	display:inline;
        font-size:90%;
        line-height:1.6;
	}
      
#content_links ul {
        margin-left:30px;
        }

#content_rechts {
	float:left;
	margin:0 0 0 50px;
	width:344px;
	display:inline;
	padding-bottom:50px;
        line-height:1.6;
	}
	
#content_rechts p {
	text-align:right;
	font-weight:bold;
	padding:10px 20px 40px 20px;
	color:#979797;

	}	
	
.content {
	padding-bottom:50px;     
        line-height:1.6;        
	}	


/******* FOOTER ********/

#footer {
	clear:both;
	float:left;
	background:url(../images/bg_footer.gif) no-repeat;
	width:940px;
	height:160px;
	}

.content_footer {
	float:left;
	margin:25px 48px 0 0;
	display:inline;
	color:white;
	}	





input   {
        border:1px solid gray;
      }


select   {
        border:1px solid gray;
        margin-right:10px;
      }








/******* HTML TAGS ********/

a	{
	color:#be1c1e;
	font-weight:bold;
	}

p	{
	padding-bottom:10px;
	}

h1	{
	color:#be1c1e;
	font-size:160%;
	margin:0 0 20px 0;
        line-height:1.3;  
        text-indent:-2px;
        #text-indent:0;
	}
      
h2      {
        font-size:110%;
        margin-bottom:20px;

        }

h3	{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:350%;
	color:white;
	line-height:0.9;
	margin:43px 0 0 50px;
	display:inline;
	}
	
h4 {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:200%;
	color:white;
	margin:20px 94px 0 100px;
	display:inline;	
	}
	
h5	{
	color:#be1c1e;
	font-size:70%;
	font-weight:normal;
	}
			




