
html, body, textarea , p {
  background-color:none;
  color:#555;
  font-family:"Andale Mono",Arial,sans-serif, Verdana;
  font-size: 11px;  
  padding: 0px;
  margin: 0px;
  width:500px
  height: 550px
  
}

body { 
  background: url(bilder/bg_mid.gif) repeat-y; 
  background-position:0px 0px;
  
  background-color:#FFF;
  border: none;
  top:50px; 
  left:0px;
  min-width: 570px;
  overflow: auto;
  
 }

*:first-child+html body#haupt { 
  background: url(bilder/bg_mid-right.gif) repeat-y; 
  background-position:215px 0px;
}

a {
  background-color:#FFF;
  color:#000088;
  font-family:"Andale Mono",Arial,sans-serif, Verdana;
  font-size: 11px;  
  text-decoration: none;
}
a:link {
  color:#000088;
  }
a:visited {
  color:#000088;
  }  
a:hover {
  background-color:#DDDDDD;
  }  
  /* nur für Seite "LINKS" */
div#links a { 
  background-color:#eee;
  color:#0000cc;
  font-family:"Andale Mono",Arial,sans-serif, Verdana;
  font-size: 11px;  
  font-weight: bold;
  text-decoration: none;
}

div#links a:hover { 
  background-color:#eee;
  color:#c07000;
  font-family:"Andale Mono",Arial,sans-serif, Verdana;
  font-size: 11px;  
  font-weight: bold;
  text-decoration: none;
} 
#inhalt  {
    height: 450px;
    margin: 25px 0 25px 10px;
    overflow: auto;
    padding-right: 10px;
    border: 1px #e0e0e0 solid;
    text-align: center;
}
blockquote {
  color: green;
}