html { 
  padding:0px;
  margin:0px;
}

body {
  background-color: #ffffff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  line-height: 16px;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  color:#564b47;  
  padding:0px;
  margin:0px;
}

.text_titel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 25px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color:#564b47;
}
/*  positioning-layers statisch und absolut */

#links {
position: absolute;
left: 0px;
width: 166px;
color: #ffffff;
margin: 0px; 
padding: 0px;
}

#inhalt {
margin: 0px 166px 0px 166px;
padding: 0px;
background-color: #ffffff;    
}

#rechts_oben {
position: absolute;
right: 0px;       
top: 0px; 
width: 156px;
color: #ffffff;
margin: 0px; 
padding: 0px;
}

#rechts_unten {
position: absolute;
right: 0px;       
bottom: 0px; 
width: 156px;
color: #ffffff;
margin: 0px; 
padding: 0px;
}
.text_titel_gross {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 25px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color:#564b47;
}

a:link {
	color: #564b47;
	text-decoration: none;
}

a:visited {
  color: #564b47;
  text-decoration: none;  
}

a:hover {
	color: #564b47;
	text-decoration: underline;
}

a:active {
	color: #564b47;
	text-decoration: underline;
}

a.nav:link {
	color: #333333;
	padding: 2px;}

a.nav:visited {
	color: #cccccc;
	padding: 2px;
}

a.nav:hover {
	color: #FFFFFF;
	background-color: #666666;
	padding: 2px;
}
