/* Allgemeines */

body {
    background-color: rgb(204,204,204);
    padding: 0;
    margin: 0;
    margin-top: 25px;
    margin-bottom: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: white;
}

form, h1, h2, h3, h4, h5, h6, img {
    padding: 0;
    margin: 0;
}

a:link, a:visited, a:hover, a:focus, a:active {
    color: rgb(255,0,0);
    font-weight: normal;
    text-decoration: none;
}
a:hover, a:focus, a:active {
    color: rgb(200,0,0);
}

/* Ueberschriften */

.headline1 {
  font-size: 14px;
  font-weight: bold;
  color: white;
  margin-bottom: 6px;
}

a img {
    border: none;
}

/* Cyres-CSS */

div.image   {
     min-width:  100px;
     margin-top: 7px;
     margin-bottom: 4px;
     margin-left:  5px;
     margin-right:  14px;
}

div.image-left   {
     min-width:  100px;
     margin-top: 7px;
     margin-bottom: 4px;
     margin-left:  5px;
     margin-right:  14px;
     float: left;
}

div.image-right   {
     min-width:  100px;
     margin-top: 7px;
     margin-bottom: 4px;
     margin-left:  9px;
     margin-right:  10px;
     float: right;
}

div.image-center   {
     width:  100%;
     text-align: center;
     margin-top: 10px;
     margin-bottom: 7px;
}

/* Listen */

ul {
   margin: 0;
   margin-top: 10px;
   margin-left: 30px;
   margin-bottom: 5px;
   padding: 0;
}

ol {
   margin: 0;
   margin-top: 10px;
   margin-left: 15px;
   margin-bottom: 5px;
   padding: 0;
}

li {
   margin: 0;
   margin-left: 15px;
   margin-bottom: 5px;
   padding: 0;
}

/* By Cybox Zeile */

div.by-cybox {
   position: relative;
   width: 720px;
   margin: 0 auto 0;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: rgb(204,204,204);
}

span.by-cybox {
   color: rgb(124,124,124); 
}

a.by-cybox:link, a.by-cybox:visited, a.by-cybox:hover, a.by-cybox:focus, a.by-cybox:active {
   color: rgb(124,124,124);
   font-weight: normal;
}
a.by-cybox:hover, a.by-cybox:focus, a.by-cybox:active {
   color: rgb(154,154,154);
}

a.cybox-links:link, a.cybox-links:visited, a.cybox-links:hover, a.cybox-links:focus, a.cybox-links:active {
   color: rgb(204,204,204);
   font-weight: normal;
   cursor: default;
}

/* Templatespezifische-Konfiguration */

div.umrandung {
  position: relative;
  width: 720px;
  margin: 0 auto 0;
  text-align: left;
}

div.hauptteil {
  position: relative;
  width: 714px;
  border: 4px solid white;
  background-color: rgb(51,51,51);
}

div.menu {
  position: relative;
  width: 720px;
  padding-top: 10px;
  padding-bottom: 10px;
}

div.rechtliches {
  position: relative;
  width: 720px;
  font-size: 11px;
  text-align: right;
  color: rgb(51,51,51);
}
div.rechtliches a:link, div.rechtliches a:visited, div.rechtliches a:hover, div.rechtliches a:focus, div.rechtliches a:active {
  font-size: 11px;
  color: rgb(51,51,51);
}
div.rechtliches a:hover, div.rechtliches a:focus, div.rechtliches a:active {
  color: rgb(102,102,102);
}

div.fuss {
  position: relative;
  width: 720px;
}

/* Menu */

a.menu-block3-0:link, a.menu-block3-0:visited, a.menu-block3-0:hover, a.menu-block3-0:focus, a.menu-block3-0:active {
  display: block;
  width: 120px;
  height: 17px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 15px;
  text-align: center;
  color: black;
  float: left;
  background-repeat: no-repeat;
  overflow: hidden;
}
a.menu-block3-0:hover, a.menu-block3-0:focus, a.menu-block3-0:active {
  color: rgb(255,0,0);
  
}