HTML {
  height:100%;
}

BODY {
   width:100%;
   height:100%;
   margin:0;
   font-family: 'Open Sans', sans-serif;
   font-size: 14px;
   color: #333333;
}

.bodytext {
  font-weight: 400;
}

A {
   color: #bd2021;
   text-decoration: none;
}

A:hover {
   color: #bd2021;
   text-decoration: underline;
}

H1 {
   margin-top: 0;
   font-size: 20px;
   font-weight: bold;
   text-transform: uppercase;
}

.wrapper {
    width: 1000px;
    margin: 0px auto;
    position: relative;
    padding: 0px 280px 0px 0px;
    margin-left: 10px;
}

#topBar{
   z-index: 1;
   position:fixed;
   background: url('img/bg.jpg') repeat-x #fff;
   top:0;
   left:0;
   width:100%;
   height:50px;
}

#cntBar {
   margin-top: 50px;
   min-height: 800px; 
}

.header {
    padding: 0px 0px 68px;
}

.logo {
    position: relative;
    width: 120px;
    height: 40px;
    float: left;
}

.mainnav {
    position: relative;
    height: 40px;
    float: right;
}

.ad1 {
   width: 100%;
   height: 100px;
   border-top: 1px solid #e0e0e0;
   border-bottom: 1px solid #e0e0e0;
   margin-top: 60px;
   margin-bottom: 10px;
   padding-bottom: 0px;
   padding-top: 10px;
   text-align: center;
}

.ad2 {
    list-style: none outside none;
    position: fixed;
    top: 60px;
    margin-left: 1000px;
    width: 300px;
   border-top: 1px solid #e0e0e0;
   border-bottom: 1px solid #e0e0e0;
     padding-bottom: 5px;
   padding-top: 10px;

}

.ad3 {
   margin-top: 15px;  
}

#col0 {
   position: relative;
   float: left;
   width: 642px;
   border-right: 1px solid #e0e0e0;
   margin-bottom: 50px;
}

#col0 {
   position: relative;
   float: left;
   width: 642px;
   border-right: 1px solid #e0e0e0;
   margin-bottom: 50px;
}

#col1 {
   position: relative;
   float: left;
   width: 415px;
   border-right: 1px solid #e0e0e0;
   margin-bottom: 50px;
}

#col2 {
   position: relative;
   float: left;
   width: 227px;
   border-right: 1px solid #e0e0e0;
}

#col3 {
   position: relative;
   float: left;
   width: 312px;
}

#col0 .abs {
   width: 100%;
   padding-right: 10px;
}

#col1 .abs {
   width: 100%;
   padding-right: 10px;
}

#col2 .abs {
   padding-left: 10px;
   padding-right: 10px;
}

#col3 .abs {
   width: 100%;
   padding-left: 10px;
   padding-right: 10px;
}

.footer {
   clear: both;
   width: 100%;
   border-top: 1px solid #e0e0e0;
   border-bottom: 1px solid #e0e0e0;
   margin-top: 100px;
   margin-bottom: 10px;
   padding-bottom: 5px;
   padding-top: 5px;
   color: #666;
}

.ad3 {
   padding: 10px;
}

.mainnav A {
   text-decoration: none;
   color: #333;
}

.mainnav ul {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 15px 0px 17px 0;
  list-style: none;
  font-size: 14px;
}
.mainnav ul li {
  display: inline-block;
  margin-right: -4px;
  position: relative;
  padding-left: 10px;
  padding-right: 15px;
  padding-top: 12px;
  padding-bottom: 13px;
  background: none;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.mainnav ul li:hover {
  background: #bd2021;
  color: #fff;
}
.mainnav ul li:hover a {
  color: #fff;  
}
.mainnav ul li ul {
  padding: 0;
  position: absolute;
  top: 42px;
  left: 0;
  width: 150px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
.mainnav ul li ul li { 
  background: #bd2021; 
  display: block; 
  color: #fff;
  padding-top: 6px;
  padding-bottom: 7px;
}
.mainnav ul li ul li:hover { background: #cf2225; }
.mainnav ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

H5, .kategorie {
  text-align: center;
  font-weight: 300;
  letter-spacing: 0.1em;
  font-size: 11px;
  margin-bottom: 10px;
  color: #999;
  text-transform:uppercase;
}

H5 {
  margin-top: 0;
  padding-top: 0;
}

.kategorie1 {
  text-align: left;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
  color: #999;
  text-transform:uppercase;
  border-top: 20px solid #fff;
  font-size: 11px;
}

.kategorie2 {
  text-align: left;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
  color: #999;
  text-transform:uppercase;
  font-size: 11px;
}

H1.big {
  font-size: 30px;
  margin-top: 8px;
  text-transform: uppercase;
}

.cnt {
  clear: both; 
  width: 550px; 
  padding-left: 2px;
  line-height: 1.3;
  color: #333;
  font-weight: 300;
  letter-spacing: 0.05em;
}

.bild {
  margin-bottom: 0px;  
  float: left;  
  margin-right: 10px;
}

.eintrag {
  clear: both;
  margin-bottom: 40px;
}


H1 A {
  color: #000;  
  text-transform: uppercase;
}

H1 A:hover {
  color: #000;
  text-decoration: none;
}

#submenu {
  height: 30px;
  width: 100%;
  background: #efefef;
  border-bottom: 20px solid #fff;
  font-size: 15px;
  line-height: 2;
}

#submenu A {
  padding: 10px;  
}

#col3 IMG {
  border: 1px solid #efefef;  
}

#col3 H1 {
  color: #999;  
}

#col1 H1, #col1 P {
  padding-right: 10px;
}

#col1 H1 A {
  color: green;  
}

#col2 H1 A {
  color: blue;  
}


.livebox, .livebox1 {
  background: #bd2021;
  color: #fff;
  margin-bottom: 2px;
  width: 300px;
  line-height: 1.5em;
  font-weight: 300;
  font-size: 11px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.livebox1 {
  background: #777;  
}

.livebox .hdl, .livebox1 .hdl{
  font-weight: bold; 
  font-size: 14px; 
  padding-left: 7px;
  text-transform:uppercase;
}

.livebox .dtl, .livebox1 .dtl {
  padding-left: 7px;  
}

.livebox A, .livebox1 A {
  color: #fff;  
}

.stats {
  font-weight: 300;  
  font-size: 13px;
}

.stats TABLE {
  width: 600px;  
  border-collapse:collapse;
  empty-cells:hide;
}

.stats TABLE TD {
  padding: 4px;  
  border: 1px solid #e0e0e0;
}

#col2 .eintrag {
  text-align: left;
  font-weight: 300;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
  color: #999;
  text-transform:uppercase;
  font-size: 11px;
}

#col2 H1 {
  font-weight: bold;
  letter-spacing: 0em;
  margin-bottom: 2px;
  color: #999;
  text-transform: uppercase;
  font-size: 14px;
}

.user-vsport-pi7 {
  clear: both; 
}

.csc-space-after-50 {
  border-bottom: 20px solid #fff; 
}

.caption {
  width: 550px;
  background: #efefef;
  clear: both;
  color: #999;
  font-size: 0.8em;
  margin-bottom: 10px;
  margin-left: 0px; 
  font-weight: light;
}

.caption-abs {
  padding: 5px; 
  line-height: 1.5em;
}

.cnt {
  padding-top: 6px; 
}

ul { 
  margin-left:0em; 
  padding-left:0.2em; 
  margin-bottom:1em; 
}

li { 
  background:url('/fileadmin/template/img/bullet.gif') 0em 0.5em no-repeat; /* change background em accordingly */  
  padding-left: 0.8em; 
  list-style: none; 
}

.tbl_head {
  background:#666666;
  color:#FFFFFF;
}