/* Allgemeine CSS */

body {
  background-color: rgb(25,25,25);
  text-align: center;
  padding: 0;
  margin: 0;
}

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

img {
  margin: 0;
}

html, a, td, body, div {
  font-family: Arial, sans-serif, Verdana;
  font-size: 16px;
  color: white;
}

a:link, a:visited, a:hover, a:focus, a:active {
  color: rgb(169,184,207);
  font-weight: normal;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: rgb(241,222,15);
}

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

/* Headlines */

.headline1 {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 6px;
  color: rgb(241,222,15);
}

/* Image Tags */

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;
}

/* Listen */

ul {
  margin: 0;
  margin-top: 15px;
  margin-left: 15px;
  margin-bottom: 15px;
  padding: 0;
}

ol {
  margin: 0;
  margin-top: 15px;
  margin-left: 15px;
  margin-bottom: 15px;
  padding: 0;
}

li {
  margin: 0;
  margin-left: 5px;
  margin-bottom: 2px;
  padding: 0;
}

/* By Cybox Zeile */

div.by-cybox {
   position: relative;
   width: 948px;
   margin: 0 auto 0;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: rgb(25,25,25);
   text-align: right;
}

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

a.by-cybox:link, a.by-cybox:visited, a.by-cybox:hover, a.by-cybox:focus, a.by-cybox:active {
   color: rgb(102,102,102);
   font-size: 11px;
   font-weight: normal;
   text-decoration: none;
}
a.by-cybox:hover, a.by-cybox:focus, a.by-cybox:active {
   color: rgb(123,123,123);
}

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

/* Layout */

div.umrandung {
  position: relative;
  margin: 0 auto 0;
  width: 948px;
  height: 560px;
  text-align: left;
  background-repeat: repeat-y;
}

div.kopf {
  position: absolute;
  top: 0;
  left: 220px;
  width: 721px;
  height: 134px;
  background-color: rgb(44,51,61);
  overflow: hidden;
}

div.titelleiste {
  position: absolute;
  top: 134px;
  left: 11px;
  width: 707px;
  height: 15px;
  padding: 1px;
  padding-right: 3px;
  padding-left: 220px;
  font-size: 12px;
  font-weight: bold;
  color: rgb(76,76,76);
  text-align: right;
  background-color: rgb(241,222,15);
  overflow: hidden;
}

div.logo {
  position: absolute;
  top: 12px;
  left: 80px;
  width: 124px;
  height: 134px;
}

div.bild-links {
  position: absolute;
  top: 151px;
  left: 11px;
  width: 209px;
  height: 300px;
  text-align: right;
  overflow: hidden;
}

div.bild-links2 {
  position: absolute;
  top: 151px;
  left: 220px;
  width: 195px;
  height: 105px;
  background-color: rgb(133,152,158);
  overflow: hidden;
}

div.slot-oben {
  position: absolute;
  bottom: 310px;
  right: 20px;
  width: 480px;
  text-align: center;
}
div.slot-oben img {
  margin: 5px;
}

div.slot-unten {
  position: absolute;
  bottom: 6px;
  right: 20px;
  width: 600px;
  text-align: center;
}
div.slot-unten img {
  margin: 5px;
}