/*____________ Struktur_______*/

html, body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
font-family:arial, helvetica, sans-serif;
}

#hintergrund {
width: 100%;
height: auto;
position: fixed;
z-index: 1;
}

#content {
position: absolute;
top: 5px;
left: 0px;
width: 800px;
/*background-color: red;*/
z-index: 2;
float:left;
} 

#col1 {
padding-top:230px;
padding-left:8px;
padding-right:10px;
width: 160px;
/*background-color: green;*/
text-align:right;
float:left;
}

#col2aussen {
margin-top:0px;
width: 432px;
/*background-color: yellow;*/
float:left;
}


#col2 {
margin-top:8px;
padding-left:16px;
padding-right:16px;
padding-top:16px;
padding-bottom:10px;
width: 400px;
background-color: white;
font-size: 12px;


}

#col3 {
margin-top:20px;
margin-left:625px;
width: 150px;
/*background-color: green;*/

}


/*____________ Design_______*/

		
 .head {
  font-size: 19pt;
  color: #ffffcc;
  font-weight: bold;
  line-height: 21pt;
  	}
	
	
	 .head a {
  color: #ccccff;
  text-decoration: none;
  	}
	
		 .head a:hover {
  color: #cccccc;
  text-decoration: none;
  	}
	
	 .head2 {
  font-size: 11pt;
  color: white;
  
  line-height: 24pt;
  	}
	
			
		

/*---------------------------------------------Menue ---------*/

ul#navigation {
	font-size:12px;
    margin: 0; padding: 0;
	line-height: 20px;
        }
  
ul#navigation li {
    list-style: none;
	 margin: 5px 0px 0px 0px;

	}
  
ul#navigation a {
    text-decoration: none;
    color: black;
	padding: 0px 5px 0px 5px;
	background-color: #ffffcc;
	display:block;
        }
  
ul#navigation a:hover {
	color: black;
    background-color: white;
	display:block;
        }
		

   
br.navi {
   line-height: 9px;
   }
   
 

