* { margin: 0px; padding: 0px; }








body {
	/*background: silver;*/
	
	font-family: "URW Gothic L", "Century Gothic", "Lucida Sans Regular", "Trebuchet MS", sans-serif;
	/*font-family: "Lucida Grande","Lucida Sans Unicode","Eras Medium ITC","DejaVu Sans",Helvetica,Verdana,sans-serif;*/
	
}








.serif { font-family: Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", "URW Palatino L", serif }








/*a { color: black; }*/




p { 
	text-align: justify; 
	margin: 5px 0px;
}



h1,h2,h3 { margin: 0 0 5px 0; }
h1 { font-size: 130%; }
h2 { font-size: 120%; }
h3 { font-size: 100%; }














#wrapper {
	margin: 0 auto;
	width: 920px;
	position: relative; /* f�r nav2 */
	
}




#header{
	height:190px;
	width: 918px;
	background: url("images/logo_typo_700px.jpg")  no-repeat;
	background-position:202px 0px;
	
}








#navigation_container {
	float: left;
        position: fixed;
        width: 125px;
	background: white;
	padding: 20px;
	color: white;
	margin-bottom: 10px;
	
}








#navigation_container ul{
	list-style-type: none;
	line-height:125%;
	
}
	




#navigation_container a{
	
	text-decoration: none;
	color: #679AD3;    
        font-weight: bold;
        font-size: 10pt;	
}








#navigation_container a:hover{
	
	text-decoration: underline;
	color: #679AD3;
	
}








#navigation_container .navigation { 
	
	background: white; 
	color: gray;
	padding-top: 20px; 
	padding-left: 10px;
}




#navigation_container .navigation ul ul a { 

	color: #679AD3;
	font-weight: normal; 
	padding-left: 10px;
}

#navigation_container .menu_current { 
	
	text-decoration: underline;
	
}





#content {
	float: right;
	margin-top:20px;
	border: solid 1px #DCDCDC;
}


#content #content_main {
	width: 700px;
	background: #EFF3F2;
	padding: 20px;
	border: solid 3px white;	
	}

#content #content_main .blue {
	margin-left: 25px;
	color: #2F4F4F;
        list-style-image: url("/media/seitenbilder/blau_9x9.png");

}







#content #content_main h1  {
	color: #679AD3;	
}




#content #content_main p  {	
        color: #2F4F4F;
       font-size: 11pt;
}


#content #content_main img {
				
	padding: 5px;
        
        border-bottom: 1px solid silver;
        border-right: 1px solid silver;	

}


#content #content_main table img {
				
	padding: 5px;
        background: #fff;
        border-bottom: 1px solid silver;
        border-right: 1px solid silver;	
       
  

}

#content #content_main td  {	
        color: #2F4F4F;
       font-size: 11pt;
       
}



#footer {
	clear:right;
	padding-top:10px;
	padding-left:400px;
        
}








#footer .adress {
	
        color: #679AD3;
        font-size: 10pt;
}








#footer .gray {
	color: lightgray;











































