@charset "utf-8";

/* CSS Document */

html { 
  padding:0px;
  margin:0px;
}
/*  Gilt für alles - zentrale Schriftfestlegung*/
body {
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  background-color: #EAE6E7;
  color:#564b47;  
  padding:0px;
  margin:0px;
}
/*  allgemeiner Paragraph */
p{
margin: 0px; 
text-align: left;
}
/*  Überschrift im Contentbereich */
.content_head{
font-size: 14px;
font-weight:bold;
}
/*  Text im Contentbereich */
.content{
padding: 10px 20px 10px 20px; 
font-size: 13px;
}
a.content:link {font-weight:normal; color:#564b47; padding: 0px 0px 0px 0px; } 
a.content:visited {font-weight:normal; color:#564b47; padding: 0px 0px 0px 0px; }
a.content:hover {font-weight:bold; color:#564b47; padding: 0px 0px 0px 0px; } 
a.content:active {font-weight:normal; color:#564b47; padding: 0px 0px 0px 0px; }  

/*  Bullets im Contentbereich */
.content ul li {
list-style-image:url(../images/bullet.gif);
}
/*  Text in der Newskiste rechts unten */
.news{
padding: 5px 10px 5px 10px; 
font-size: 12px;
}
a.news:link {font-weight:normal; color:#564b47; padding: 0px 0px 0px 0px; } 
a.news:visited {font-weight:normal; color:#564b47; padding: 0px 0px 0px 0px; }
a.news:hover {font-weight:bold; color:#564b47; padding: 0px 0px 0px 0px; } 
a.news:active {font-weight:normal; color:#564b47; padding: 0px 0px 0px 0px; }  

/*  1. Menüzeile */
.menue1 {
  font-size: 12px;
  text-align: left;
  color:#564b47;  
  background-color: #EAE6E7;
  padding:5px 0px;
  margin:0px;
  border-bottom-color: black;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

a.menue1:link {text-decoration: none} 
a.menue1:visited {text-decoration: none} 
a.menue1:hover {text-decoration: none; background-color:#CCCFD8} 
a.menue1:active {text-decoration: none; background-color:#CCCFD8} 

/*  2. Menüzeile */
.menue2 {
  font-size: 14px;
  text-align: left;
  font-weight:bold;
  color: #FFFFFF;
  background-color: #979DB3;
  padding:3px 5px;
  margin:0px;
  white-space:nowrap; 
}

a.menue2:link {text-decoration: none} 
a.menue2:visited {text-decoration: none}
a.menue2:hover {text-decoration: none; background-color:#666D8A} 
a.menue2:active {text-decoration: none; background-color:#666D8A}  

/*  Überschriften 1-3 */
h1 {
font-size: 14px;
text-align: left;
color: #FFFFFF;
background-color: #666D8A;
padding:4px 0px;
margin:0px;
white-space:nowrap; 
}
h2 {
font-size: 14px;
text-align: center;
color: #FFFFFF;
background-color: #979DB3;
padding:4px 0px;
margin:0px;
white-space:nowrap; 
}
h3 {
font-size: 14px;
text-align: center;
color: #666D8A;
padding:5px 0px;
margin:0px;
white-space:nowrap; 
}

/*  Position der Layer static and absolute */
#left {
position: absolute;
border-top: 1px solid #564b47;
left: 0px;
width: 186px;
color: #564b47;
margin: 0px; 
padding: 0px;
}
#right {
	position: absolute;
	border-top: 1px solid #564b47;
	right: 0px;
	width: 187px;
	color: #564b47;
	margin: 0px;
	padding: 0px;
}
#content {
margin: 0px 187px 0px 186px;
border-left: 1px solid #564b47;
border-top: 1px solid #564b47;
border-right: 1px solid #564b47;
padding: 0px;
background-color: #ffffff;    
min-height: 525px;
height:auto;
_height:525px;
}

.bildobenrechts {
  background: url(../images/bildschatten.png) no-repeat bottom left;
  padding: 4px 7px 17px 7px;
  float:right;
}

.bildertext {
  background: url(../images/bildschatten_gr.png) no-repeat bottom left;
  padding: 4px 7px 17px 7px;
}

