.navigation {
  /* Position */
  position: fixed;
  float: left;
  top: 10px;
  left: 10px;
  width: 140px;
  padding: 2px;
  /* Menuegestaltung */
  background-color: #000000;
  color: #ffffff;
  border: solid 1px silver;
  border-top-width: 1px;
  border-left-width: 1px;
  border-top-color: silver;
  border-left-color: silver;
  /* Textgestaltung */
  text-align: center;
  font-family : Arial, Helvetica, sans-serif;
  line-height: 120%;
}

.streifenfrei {
  /* Hauptteil der Webseite*/
  margin-left: 180px;
}

.b120{                   /* Breite 120 Point = ca. 150px */
        background-color : #000000;
        color : #ffffff;
        font-family : Arial, Helvetica, sans-serif;
        font-size : 10pt;
        font-weight : bold;
        text-align : left;
        vertical-align : top;
        width : 120pt;
}
.b150{                   /* Breite 150 Point */
        background-color : #000000;
        color : #ffffff;
        font-family : Arial, Helvetica, sans-serif;
        font-size : 10pt;
        font-weight : bold;
        text-align : left;
        vertical-align : top;
        width : 150pt;
}
.b300{                   /* Breite 300 Point = ca. 150px */
        background-color : #000000;
        color : #ffffff;
        font-family : Arial, Helvetica, sans-serif;
        font-size : 10pt;
        font-weight : bold;
        text-align : left;
        vertical-align : top;
        width : 300pt;
}

.linie{                                /* Trennlinie */
        font-size : 12pt;
        text-align : center;
}

.center{
        font-size : 10pt;
        text-align : center;
}

a:link{
        background-color: #000000;
        color : #0065ff;
        text-decoration : none;
}

a:visited{
        background-color: #000000;
        color : #c0c0c0;
        text-decoration : none;
}

a:hover{
        background-color: #000000;
        color : #0000ff;
        text-decoration : none;
}

a:active{
        background-color: #000000;
        color : #0000ff;
        text-decoration : underline;
}

a.extern:hover{
        background-color: #ffff99;
        color : #0000ff;
        text-decoration : none;
}

body,p,tr,td{
        background-color : #000000;
        color : #ffffff;
        font-family : Arial, Helvetica, sans-serif;
        font-size : 10pt;
        font-weight : bold;
        margin-right : 15pt;
        text-align : left;
        vertical-align : top;
}

li,ol,ul{
        background-color : #000000;
        color : #ffffff;
        font-family : Arial, Helvetica, sans-serif;
        font-weight : bold;
        text-align : left;
        list-style-type: none;
        padding: 5px;
        margin-left: 0px;
}

ul.error{
        list-style-type: disc;
        padding-left: 25px;
}
li.error{
        list-style-type: disc;
}
h1{
        background-color : #000000;
        color : #ffffff;
        font-size : 30pt;
        text-align : center;
}

h2{
        background-color : #000000;
        color : #0065ff;
        font-size : 25pt;
        text-align : center;
}

h3{                                     /* Verwendet im Impressum für Unterteilung */
        background-color : #000000;
        color : #ffffff;
        font-size : 20pt;
        text-align : left;
}

img{
        border-width : 2px;
        border-color : #ffffff;
}

img.link{
        border-width : 0px;
        border-color : #ffffff;
}
p.error{                                /* Fehler 404 - Dateiname anzeigen */
        background-color : #000000;
        color : #0065ff;
        font-size :14pt;
}