body {
  background:#fff url(screens/) no-repeat left top;
  margin:0;
  padding:0;
font-family: Geneva, Arial, Helvetica, sans-serif;
}

p,a,h1,h2,h3 {
line-height: 130%;
}

a:hover {
color:#dd2222;
}

#titel {
  height:110px;
  position:relative;
  background:url(bilder/logo.jpg) no-repeat left bottom;  
  
}

  #titel h1 {
    margin: 0;
    padding: 0;
    text-indent: -3000;
    line-height: 0;
  }
  
#titel ul {
  margin:0;
  padding:0; 
position:absolute;
left:610px;
top:60px;
list-style:none; 
}
#titel ul a{font-size:10px; text-decoration:none; color:#000}
#titel ul a:hover, #thema li a:hover{color:#dd2222}
#thema {
  height:151px;
  background: #000;
  position:relative;
}
#thema img {
  display:block;
  float:left;
}
#thema ul {
  margin:0;
  padding:0;
  list-style:none;
height:30px;
position:absolute;
left:610px;
bottom:0;
}
#thema li {
  float:left;

}
#thema li a{
  display:block;
color:#fff; 
font-size:11px;
text-decoration:none;
border-left:1px solid #fff;
padding:6px 20px 6px 6px
}


#thema li a.active{
 color: #dd2222;
 border-left:1px solid #dd2222;
}

#schatten {
height:17px;
background:url(bilder/leistenschatten.jpg) repeat-x;
width: 100%;
}
#content {
  clear:left;
  padding:44px 20px 0 291px;
  width: 600px;
  font-family: Geneva, Arial, Helvetica, sans-serif;
}
#content h2 {
  color: #dd2222;
  font-size: 20px;
}

#content h3 {
  font-weight: bold;
  font-size: 12px;
  color: #666666;
  margin: 0;
}

  #content h3 em {
    font-weight: normal;
  }

#content p {
  font-size: 12px;
  color: #666666;
}
#content a {
  font-size: 12px;
  color: #dd2222;
  font-weight:bold;
}
#fuss  {
  height:19px;
  background:#000;
 }
 
 #fuss p {
 font-size: 9px;
 color:#fff;
 }
