html, body {
  margin: 0px;
  padding: 0px;
  height: 100%;
}

a {
  color: black;
}

body {
  background: #FFF url('images/body_back.png') repeat-x top center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}

#wrapper {
  display: block;
  width: 983px;
  min-height: 100%;
  margin: 0 auto;
  background: URL('images/mainbackloop.png');
}

.main-head {
  background: URL('images/header.png');
  width: 983px;
  height: 162px;
}

#headspacer {
  position: relative;
  left: 20px;
  top: 25px;
  z-index: 5;
  width: 335px;
  height: 120px;
}

#bread {
  position: relative;
  left: 359px;
  top: 1px;
  width: 600px;
  height: 18px;
  text-align: right;
  font-weight: bold;
  font-size: 12px;
  color: white;
}

#bread a {
  color: white;
  text-decoration: none;
}

#main-col {
  width: 983px;
  min-height: 316px;
  background: URL('images/mainback.png');
  background-repeat: repeat-x;
}

#navi {
  margin-top: 4px;
  width: 195px;
  min-height: 1px;
  padding-left: 20px;
  float: left;
}

#navi ul {
  width: 195px;
  margin: 0px;
  padding: 0px;
  background: URL('images/navi_back.png');
  background-repeat: repeat-y;
}

#navi ul li{
  margin: 0px;
  padding-left: 20px;
  list-style-type: none;
  display: block;
}

#navi ul li a{
  color: black;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  height: 12px;
}

#navi ul li:hover{
  background: URL('images/navi_back_hover.png');
}

.navi-active {
  background: URL('images/navi_back_active.png');
}

.navi-morepadding {
  padding-left: 20px;
}

#content {
  float: left;
  height: 100%;
}

.bigbox {
  width: 728px;
}

.bigbox-head {
  background: URL('images/bigkasten_oben.png');
  width: 728px;
  height: 7px;
}

.bigbox-content {
  background: URL('images/bigkasten_mitte.png');
  width: 728px;
}

.bigbox-foot {
  background: URL('images/bigkasten_abschluss.png');
  width: 728px;
  height: 7px;
}

.bigbox-main {
  margin-left: 7px;
  padding: 2px;
}

.bigbox-button {
  background: URL('images/kasten_button.png');
  display: block;
  clear: both;
  
  margin-top: -28px;
  margin-right: 4px;
  
  min-width: 15px;
  height: 30px;
  
  float: right;
  
  font-size: 12px;
  font-weight: bold;
  color: white;
  
}

.bigbox-button-font {
  margin-left: 10px;
  margin-top: 8px;
}

.bigbox-button-font a {
  color: white;
  text-decoration: none;
}

.vodbox {
  width: 350px;
  height: 95px;
  float: left;
}

.vodtext {
  float: left;
  margin-left: 5px;
  width: 210px;
}

#titlebarimg {
  position:relative; 
  top: 0px;
  right: 3px;
  float: right;
}

h2 {
  margin: 0px;
}
