
/* Dient für Seiten mit 4 Minibildern */
body {
      margin: 0;
      padding: 0;
      background-color: #000000;
      color: #FFFFFF;
      font-family: Arial,Helvetica,Verdana,Tahoma,sans-serif;
}
.einruecken-links {
      padding-left:  20px;
}
.einruecken2-links {
      padding-left:  40px;
}

a:link, a:visited, a:hover {
      text-decoration: none;
      color: yellow;
}
#main {
      clear:both; width: auto;
      }

#headerJS {
      position: absolute;
      top: 0px;
      left: 81px;
      background-color: transparent;
}
#headerJSq {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 260px;
}
#headerFoto {
      position: absolute;
      top: 10px;
      border-bottom: 0px;
      left: 80px;
      width: 820px;
      overflow: hidden;
}
#nav {
      position: absolute;
      top: 270px;
      left: 81px;
      width: 180px;
      list-style-position: outside;
}
#nav ul {
      list-style-type: none;
      margin-left: 0em;
      padding-left: 0;
}
#nav li {
      font-size: 80%;
      border-bottom: 0px;
      margin-bottom: 0.3em;
}
#nav a:link, #nav a:visited {
      text-decoration: none;
      color: yellow;
      background-color: transparent;
}
#nav a:hover, #nav a:active {
      text-decoration: none;
      color: yellow;
      font-weight: bold;
      background-color: transparent;
}
#navcontainer {
      position: absolute;
      top: 90px;
      left: 81px;
      width: 180px;
}
#navcontainer ul {
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Verdana, "Trebuchet MS", Helvetica, Tahoma, sans-serif;
}
#navcontainer a {
display: block;
padding: 3px;
width: 100%;
background-color: #000000;
border-bottom: 0px solid #485880;
}
#navcontainer a:link, a:visited {
color: yellow;
text-decoration: none;
}

#navcontainer a:hover {
background-color: #485880;
color: yellow;
}

#contentcenter {
      position: absolute;
      top: 270px;
      left: 268px;
      width: 655px;
      overflow: hidden;
      text-align: center;
}
#contentcenter a:link, #contentcenter a:visited {
      text-decoration: none;
      color:yellow;
}
#contentleft {
      position: absolute;
      top: 90px;
      left: 268px;
      width: 615px;
      overflow: hidden;
      text-align: left;
}
#contentright {
      position: absolute;
      top: 270px;
      left: 268px;
      width: 615px;
      overflow: hidden;
      text-align: right;
}
#contentleft a:link, a:visited {
      text-decoration: none;
      color: yellow;
}
h1 {
      font: 150% Verdana, Tahoma, "Trebuchet MS", Arial, sans-serif;
      font-weight: 700;
}
h2 {
      font: 120% Verdana, Tahoma, "Trebuchet MS", Arial, sans-serif;
      font-weight: 700;
}
h3 {
      font: 90% Verdana, Tahoma, "Trebuchet MS", Arial, sans-serif;
      font-weight: 600;
}
content p {
      font-size: 70%;
      line-height: 1.3em;
      padding-left: 1.2em;
}
.copywrite {
        font-style: italic;
        font-size: 60%;
        margin-top: 0px;
        text-align: left;
}
.floatbox { overflow:hidden; }

.right {
        text-align: right;
        }
.left {
        text-align: left;
        }
.top {
        vertical-align: top;
         }
.small {
         font-size: 70%;
         }
.c485880 {
        background-color: #485880;
         border-width: 3px;
         border-style: solid;
         padding: 5px;
         border-top-color:#8898C0;
         border-left-color:#8898C0;
         border-right-color:#081840;
         border-bottom-color:#081840;
         }
.tab1 {
        width: 100%;
         }
.tab1 td {
         vertical-align: top;
         }