
body    { font-size: 85%; font-family: Verdana, Arial, sans-serif; line-height: 150%; text-align: justify;  margin-left: 170px;  margin-right: 30%;  }

h1, h2, h3 { margin-bottom: 6px; line-height:150%; font-weight: bold;text-align: left; color:#535353; }
h1 { margin-top:18px;font-size: 140%;line-height:150%; }
h2 { margin-top:12px;font-size: 130%;line-height:140%; }
h3 { margin-top:6px;font-size: 120%;line-height:130%; }
small { margin-top:3px;font-size: 95%;line-height:115%; }

a { text-decoration: none; background: none; color:blue; border-bottom: 1px dotted silver; }
a:visited {text-decoration: none; color:red; background: none; }
a:hover { text-decoration: none; color:#fff; background-color: blue;  
   border-bottom: 2px solid silver; }
a:active { text-decoration: none;  font-style:italic; color:#fff; background-color: #006e6e;  
   border-bottom: 5px solid silver; }
p { margin-top: 3px;  margin-bottom: 6px; }
.grau  { color: white; font-size: 95%; font-weight: bold; background: silver; text-align: left; margin: 0; padding: 2px }
.grau a { background-color: silver; color: white; border-bottom: none; }
.grau a:hover { text-decoration: none; color:#fff; background-color: blue;  
   border-bottom: 2px solid silver; }
   
.impressum  { color: white; font-size: 95%; font-weight: bold; background: silver; text-align: right; margin: 0; padding: 2px }
.impressum a { background-color: silver; color: white; border-bottom: none; }
.impressum a:hover { text-decoration: none; color:#fff; background-color: blue;  
   border-bottom: 2px solid silver; }

.adsense { text-align: center }

.adsenserect  {
    width: 1000px;
  background-image:url(schach.gif);
  background-repeat: repeat;
border-width:medium; 
border-color:#ccc;
font-size: .85em; 
line-height:100%;
}

 #fixiert {
    position: absolute;
    top: 2px; left: 0px;
    width: 165px;
    background-color: #f0f0f0;
    background-image:url(schach.gif);
    background-repeat: repeat;
    border: 0px;
  }
  
    html>body #fixiert {  /* nur fuer moderne Browser! */
    position: fixed;
  }