body, table {
	margin: 0px;
	padding: 0px;
	font: normal 12px verdana, arial;
	word-spacing: 1px;
	line-height: 1.8em;
	font-size: 12px;
	vertical-align: top;
}


td { 
	vertical-align: top; 
	text-align:left;
	color: #555555;
}

h1 { color:#BD0009; font: normal 22px "Trebuchet MS",verdana;}
h2 { color:#BD0009; font: bold 16px "Trebuchet MS",verdana;}
h3 { font: bold 14px "Trebuchet MS",verdana;}
ul { list-style-type:none;}
img { border-style: none;}

/******************* navi *******************/

.navi {
  height:1px;
  vertical-align:bottom;
  padding: 0px 0px 0px 20px;
  background: url(img/navi.gif) left top no-repeat;
		}

#menue {			
  margin:0; padding:0; 
}

#menue li { 
  display:block; 
  float:left; 
  list-style-type:none; 
  margin:0px; 
  padding:0px; 
}

#menue a { 
  display:block; 
  color: #555555;
  font: bold 11px verdana, arial;
  display:block; 
  padding:9px; 
  margin: 0px; 
  text-decoration: none;
}

#menue a:hover { 
  color: #BD0009;
  background: url(images/pfeili.png) no-repeat center bottom;
}

#menue .active { 
  color: #BD0009;
  background: url(images/pfeili.png) no-repeat center bottom;
}

/********************************contend********/
.contend {
	padding: 20px 30px 20px 30px;
	background:url(img/wss_1_05.png) no-repeat;
}
.contend a {
	color: #BD0009;
	text-decoration: none;
}
.contend a:hover {
	color: #BD0009;
	text-decoration: underline;
	border-bottom: 0px;
}

.contend ul { 
   margin-left: 1em; padding-left: 0.7em; 
	list-style-image: url(img/pfeil.gif);
}
.contend ul li { 
   margin-bottom: 0.7em; 
}
 
.bild {
	float: left;
	background:url(img/shadow.gif) no-repeat right bottom;
	padding:4px 10px 10px 4px;	
	border-top:#eee 1px solid;
	border-left:#eee 1px solid;	
}

.seite {
  color:#858585;
  font-size:11px;
  background-color:E0DEDB;
  vertical-align:bottom;
  padding: 20px 50px 20px 40px;
}

.seite a, a:visited{
  color:#555555;
  text-decoration:none;
}

.seite a:hover{
  color:#BD0009;
  text-decoration:underline;
}

