body {
   background-color: white;
   padding: 0;
   margin: 0;
   margin-top: 10px;
   margin-bottom: 10px;
   text-align: center;
}
   
html, a, td, body, div {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: black;
}

form, h1, h2, h3 {
   padding: 0;
   margin: 0;
}

a:link, a:visited, a:hover, a:focus, a:active {
   color: rgb(0,102,153);
   text-decoration: none;
}
a:hover, a:focus, a:active {  color: rgb(153,153,153); }

.headline1 {
  font-family: verdana, arial, helvetica, sans serif;
	font-size: 18px;
	color: black;
	font-weight: normal;
	padding-bottom: 6px;
}
.headline2 {
  font-family: verdana, arial, helvetica, sans serif;
	font-size: 14px;
	color: black;
	font-weight: bold;
	padding-bottom: 4px;
}

@media all {

   a img {
      color: inherit;
      border: none;
   }

   img { 
      margin: 0; 
   }
   
   div.image img, div.image-left img, div.image-right img, div.image-center img {
      margin: 0;
   }
   
   div.mitte img {
      margin: 5px;
      margin-left: 8px;
      margin-right: 8px;
   }
   
}

div.image   {
     min-width:  100px;
     margin-top: 7px;
     margin-bottom: 4px;
     margin-left:  5px;
     margin-right:  14px;
     font-size: 10px;
}
div.image-left   {
     min-width:  100px;
     margin-top: 7px;
     margin-bottom: 4px;
     margin-left:  5px;
     margin-right:  14px;
     font-size: 10px;
     float: left;
}
div.image-right   {
     min-width:  100px;
     margin-top: 7px;
     margin-bottom: 4px;
     margin-left:  9px;
     margin-right:  10px;
     font-size: 10px;
     float: right;
}
div.image-center   {
     width:  100%;
     text-align: center;
     margin-top: 10px;
     margin-bottom: 7px;
     font-size: 10px;
}
div.image a, div.image-left a, div.image-right a, div.image-center a {
    font-size: 10px;
}

ul {
   margin: 0;
   margin-top: 10px;
   margin-left: 3px;
   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;
}

div.by-cybox {
   position: relative;
   width: 988px;
   margin: 0 auto 0;
   font-size: 10px;
   color: white;
   text-align: right;
}

span.by-cybox {
  color: rgb(200,200,200);
}

a.by-cybox:link, a.by-cybox:visited, a.by-cybox:hover, a.by-cybox:focus, a.by-cybox:active {
   font-size: 11px;
   color: rgb(200,200,200);
   font-weight: normal;
}
a.by-cybox:hover, a.by-cybox:focus, a.by-cybox:active {
   color: rgb(160,160,160);
}

a.cybox-links:link, a.cybox-links:visited, a.cybox-links:hover, a.cybox-links:focus, a.cybox-links:active {
   font-size: 11px;
   color: white;
   font-weight: normal;
   cursor: default;
}

/* Templatespezifische-Konfiguration */

div.umrandung {
   position: relative;
   width: 988px;
   min-height: 276px;
   padding-top: 194px;
   padding-bottom: 80px;
   margin: 0 auto 0;
   text-align: left;
   background-repeat: repeat-y;
}

div.kopf-balken {
   position: absolute;
   top: 0;
   left: 242px;
   width: 718px;
   height: 28px;
   border-left: 1px solid white;
   background-color: rgb(153,153,153);
}

div.kopf-nav {
   position: absolute;
   right: 40px;
   top: 6px;
   width: 600px;
   height: 20px;
   text-align: right;
   overflow: hidden;
}

div.logo {
   position: absolute;
   top: 28px;
   left: 0;
   width: 242px;
   height: 161px;
   overflow: hidden;
}

div.kopf {
   position: absolute;
   top: 28px;
   left: 242px;
   width: 746px;
   height: 161px;
   overflow: hidden;
}

div.rechtliches {
   position: absolute;
   top: 160px;
   left: 26px;
   width: 219px;
   height: 20px;
   font-size: 11px;
   color: white;
   text-align: center;
   overflow: hidden;
}
div.rechtliches a:link, div.rechtliches a:visited, div.rechtliches a:hover, div.rechtliches a:focus, div.rechtliches a:active {
   font-size: 11px;
   color: white;
   font-weight: normal;
}
div.rechtliches a:hover {
   color: rgb(153,153,153);
}

div.titelzeile {
   position: absolute;
   top: 189px;
   left: 243px;
   width: 683px;
   height: 16px;
   padding: 9px;
   padding-right: 25px;
   border-bottom: 1px solid rgb(102,102,102);
   font-family: verdana, arial, helvetica, sans serif;
   font-size: 16px;
   font-weight: bold;
   color: white;
   text-align: right;
   overflow: hidden;
   background-color: rgb(16,39,83);
}

div.links {
   position: relative;
   width: 218px;
   padding-left: 23px;
   padding-bottom: 20px;
   float: left;
}

div.mitte {
   position: relative;
   width: 642px;
   padding-left: 56px;
   padding-right: 20px;
   padding-top: 30px;
   float: left;
}

div.mitte-content-breit {
  position: relative;
  width: 642px;
  float: left;
  overflow: hidden;
}

div.mitte-content-schmal1 {
  position: relative;
  width: 301px;
  float: left;
  overflow: hidden;
}
div.mitte-content-schmal2 {
  position: relative;
  width: 301px;
  margin-left: 40px;
  float: left;
  overflow: hidden;
}

div.fuss-links {
   position: absolute;
   bottom: 0;
   left: 23px;
   font-size: 11px;
   color: white;
   width: 188px;
   height: 56px;
   padding: 2px;
   padding-left: 28px;
   border-top: 1px solid rgb(153,153,153);
   background-color: rgb(16,39,83);
   overflow: hidden;
}

div.fuss-rechts {
   position: absolute;
   bottom: 0;
   left: 243px;
   width: 660px;
   height: 26px;
   font-weight: bold;
   color: black;
   font-size: 12px;
   padding-left: 56px;
   padding-top: 34px;
   border-top: 1px solid rgb(153,153,153);
   border-right: 1px solid rgb(153,153,153);
   background-color: rgb(214,214,214);
}
div.fuss-rechts a:link, div.fuss-rechts a:visited, div.fuss-rechts a:hover, div.fuss-rechts a:focus, div.fuss-rechts a:active {
   font-weight: bold;
   color: black;
}
div.fuss-rechts a:hover {
   color: rgb(159,0,4);
}


/* Menues */

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, a.menu-block3-0-marked:link, a.menu-block3-0-marked:visited, a.menu-block3-0-marked:hover, a.menu-block3-0-marked:focus, a.menu-block3-0-marked:active {
    display: block;
    font-family: verdana, arial, helvetica, sans serif;
    font-size: 14px;
    font-weight: bold;
    color: white;
    padding: 4px;
    padding-left: 25px;
    border-bottom: 1px solid rgb(204,204,204);
    background-repeat: no-repeat;
    background-position: right center;
}
a.menu-block3-0:hover, a.menu-block3-0:focus, a.menu-block3-0:active {
    color: rgb(153,153,153);
}
a.menu-block3-0-marked:link, a.menu-block3-0-marked:visited, a.menu-block3-0-marked:hover, a.menu-block3-0-marked:focus, a.menu-block3-0-marked:active {
    color: rgb(255,204,0);
}

a.menu-block3-1:link, a.menu-block3-1:visited, a.menu-block3-1:hover, a.menu-block3-1:focus, a.menu-block3-1:active, a.menu-block3-1-marked:link, a.menu-block3-1-marked:visited, a.menu-block3-1-marked:hover, a.menu-block3-1-marked:focus, a.menu-block3-1-marked:active {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: white;
    padding: 4px;
    padding-left: 50px;
    background-color: rgb(0,0,51);
    background-repeat: no-repeat;
    background-position: right center;
}
a.menu-block3-1:hover, a.menu-block3-1:focus, a.menu-block3-1:active {
    color: rgb(153,153,153);
}
a.menu-block3-1-marked:link, a.menu-block3-1-marked:visited, a.menu-block3-1-marked:hover, a.menu-block3-1-marked:focus, a.menu-block3-1-marked:active {
    color: rgb(255,204,0);
}

a.menu-block3-2:link, a.menu-block3-2:visited, a.menu-block3-2:hover, a.menu-block3-2:focus, a.menu-block3-2:active, a.menu-block3-2-marked:link, a.menu-block3-2-marked:visited, a.menu-block3-2-marked:hover, a.menu-block3-2-marked:focus, a.menu-block3-2-marked:active {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: white;
    padding: 2px;
    padding-left: 70px;
    background-color: rgb(0,0,51);
    background-repeat: no-repeat;
    background-position: right center;
}
a.menu-block3-2:hover, a.menu-block3-2:focus, a.menu-block3-2:active {
    color: rgb(153,153,153);
}
a.menu-block3-2-marked:link, a.menu-block3-2-marked:visited, a.menu-block3-2-marked:hover, a.menu-block3-2-marked:focus, a.menu-block3-2-marked:active {
    color: rgb(255,204,0);
}

a.menu-block3-3:link, a.menu-block3-3:visited, a.menu-block3-3:hover, a.menu-block3-3:focus, a.menu-block3-3:active, a.menu-block3-3-marked:link, a.menu-block3-3-marked:visited, a.menu-block3-3-marked:hover, a.menu-block3-3-marked:focus, a.menu-block3-3-marked:active {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: white;
    padding: 2px;
    padding-left: 90px;
    background-color: rgb(0,0,51);
    background-repeat: no-repeat;
    background-position: right center;
}
a.menu-block3-3:hover, a.menu-block3-3:focus, a.menu-block3-3:active {
    color: rgb(153,153,153);
}
a.menu-block3-3-marked:link, a.menu-block3-3-marked:visited, a.menu-block3-3-marked:hover, a.menu-block3-3-marked:focus, a.menu-block3-3-marked:active {
    color: rgb(255,204,0);
}