body {
font: normal 12px verdana;
}

/* Titel */
.title {
text-align: left;
padding: 5px 5px 5px 5px;
font: bold 24px Arial;	
border: solid 1px #2D4B69;	  	  	  

}

/* Menü */
.navi {
text-align: center;
border-top: solid 0px #2D4B69;
border-left: solid 0px #2D4B69;
border-right: solid 0px #2D4B69;
border-bottom: solid 1px #2D4B69;	  	  	  
}
.navi_active {
text-align: center;
background: #C9D1D9;
border-top: solid 1px #2D4B69;
border-left: solid 1px #2D4B69;
border-right: solid 1px #2D4B69;
border-bottom: solid 0px #2D4B69;
}
.navi a:link, .navi_active a:link {
font: normal 12px verdana;color: black;text-decoration: none;
}
.navi a:visited, .navi_active a:visited {
font: normal 12px verdana;color: black;text-decoration: none;	  	
}
.navi a:hover, .navi_active a:hover {
font: normal 12px verdana;color: black;text-decoration: underline;	  	
}		
.navi_space_left {
border-bottom: solid 1px #2D4B69;
border-left: solid 1px #2D4B69;
}
.navi_space_right {
border-bottom: solid 1px #2D4B69;
border-right: solid 1px #2D4B69;
}
.navi img {
cursor: pointer;
border: solid 1px #2D4B69;
}

/* Inhalt */
.content {
font: normal 12px verdana;
border-left: solid 1px #2D4B69;
border-right: solid 1px #2D4B69;
border-bottom: solid 1px #2D4B69;	  		  	
background: #C9D1D9;
}

.content .content_content , .content_content {
font: normal 12px verdana;	  	
background: #C9D1D9;
}

.content img {
border: solid 1px #2D4B69;
}

/* Seitenende */
.foot {
font: bold 10px verdana;
border: solid 1px #2D4B69;
text-align: right;	
}	

/* Sonstige */
.main {
background: #A7BBCF;	
border:solid 0px #2D4B69;
}

.contact {
  font: normal 12px verdana;
  border: solid 1px #2D4B69;
}
.space2 {
border-top: solid 1px #2D4B69;
border-left: solid 1px #2D4B69;
border-right: solid 1px #2D4B69;	  	
border-bottom: solid 0px #2D4B69;  
background: #A7BBCF;	
}

.space {
border-top: solid 0px white;	
border-bottom: solid 0px white;
border-left: solid 1px white;
border-right: solid 1px white;	 
background: white;	
}
