
a:link    { font-weight:bold; color:#0000E0; background-color:inherit; text-decoration:none }
a:visited { font-weight:bold; color:#000080; background-color:inherit; text-decoration:none }
a:hover   { font-weight:bold; color:#E90130; background-color:inherit; text-decoration:none }
a:active  { font-weight:bold; color:#000080; background-color:inherit; text-decoration:none }
a:focus   { font-weight:bold; color:#E00060; background-color:inherit; text-decoration:none }

body, p a {
font-family:  "Arial", "Verdana", "Helvetica", "Times New Roman", sans-serif;
color:black;
font-size:12px;
background-color:#DADADA;
background-attachment:fixed;
margin: 0;
padding: 1em;
min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
}
* {
  }
td {
  padding: 1pt 3pt;
    }
h1 {
 font-size:21px
  }
h2 {
 font-size:19px
  }
h3 {
 font-size:17px
  }
h4 {
 font-size:15px
  }
h5 {
 font-size:13px
  }
#container {
 overflow: hidden;
 position: relative;
 width: 840px;
 margin: auto;
}
#features{
 position:absolute;
 background-color:palegoldenrod;
 top:80px;
 right:0px;
 width:180px;
 height:2000px;
 padding:0px;
 margin:0px
}
#footer {
 position:fixed;
 bottom:0px;
 text-align:left;
 margin-top:5px;
 width:100%;
 font-size:8pt;
 background-color:silver;
}
#fuss {
 position: relative;
 border-top:solid;
 font-size:8pt;
  margin-top:2px;
  text-align:left;
  color: teal;
  clear:both;
  z-index: 1;
}
#hauptbereich, #rechts, #inhalt, #navigation,  {
         padding-bottom: 32767px; /* Maximallänge bei Safari */
         margin-bottom: -32767px;
        }
#hauptbereich {
  float: left;
  width: 80%;
  }
#kopf {
  padding-bottom:1.2em ;
  color: #fff;
 }
#inhalt {
  float: right;
  width: 80%;
    }
#left {
 width:17%;
 float:left;
 line-height:18px;
 background-color: lightgrey
}
#navigation {
 float: left;
 width: 20%;
 }
#rechts {
  float: right;
  width: 19%;
  }
#validome {
 position: relative;
 bottom:0px;
 text-align:center;
 margin-top:2px;
 width:100%;
}
