/*
Allgemein
*/
* {
font-family:verdana;
 font-size:11px;

}
                    
body{
        margin: 0;
        padding:0;
        font-family:verdana;
        background-color:#363636;
}

a {
        text-decoration: none;
        color:#CC0000;
}

img {
border:0px;
}

/*
Layout Div's
*/

#header {
   top:0;
   left:0;
        position : absolute;
        width:  801px;
        height: 140px;
        z-index:98;

}

#dynheader {
        position : absolute;
        width:  350px;
        height: 19px;
        left:400px;
        z-index:400;
        top: 36px;
}

#greybar {
        position : absolute;
        width:  700px;
        font-size:8px;
        left:140px;
        z-index:500;
        top: 140px;
        background-color:#C8C8C8;
        border:0px;
        margin:0px;
}


#weloveit {
        position : absolute;
        left:144px;
        width:  32px;
        height: 257px;
        z-index:400;
        top: 155px;

}

#metanav {
        position : absolute;
        left:581px;
        width:  169px;
        height: 17px;
        z-index:100;
        top: 112px;

}
#dyntitel {
        position : absolute;
        width:  350px;
        height: 19px;
        left:400px;
        z-index:400;
        top: 36px;

}

#navbg{
        width : 144px;
        position : absolute;
        border-right : solid #000 1px;
        left : 0px;
        top : 155px;

        background-color:#6C6C6C;
        z-index:99;
}


#navsportbg{
        width : 140px;
        position : relative;

        left : 4px;

        background-color:#6C6C6C;
}

#navextrabg{
        width : 140px;
        position : relative;

        left : 4px;

        background-color:#6C6C6C;
}



#path{
        width : 360px;
        position : absolute;
        height:10px;
        left : 400px;
        top : 131px;
        font-size:22px;
        color:#0E2B8D;
        font-weight:bold;
        text-align:right;
        font-style:italic;


}



 #contentwrapper {
        width : 655px;
        position : absolute;
        height:100%;
        left : 144px;
        top : 0px;
         border-right : solid #000 0px;
         border-left : solid #000 0px;
         border-bottom : solid #000 0px;
        background-color:#fff;

}
 #contentwrapper2{
        width: 655px;
        position : absolute;
        height:auto;
        left : 0px;
        top : 150px;


        background-color:#fFF;
        z-index:300;
        padding-bottom:10px;
        padding-top:10px;

        
        
}

#content {
        width : 590px;
        position : relative;
        height:auto;
        left : 50px;
        top : 0px;
        font-size : 12px;
        background-color:#Fff;

}             

#dynpic {
        width : 160px;
        position : absolute;
        height:245px;
        left : 610px;
        top : 30px;
        font-size : 12px;
        background-color:#fff;

}



#footer {
        width : 750px;
        position : relative;
        height:auto;
        left : 20px;
        top : 0px;
        font-size : 10px;
      /*  background-color:#fff;  */
        vertical-alignment:bottom;
        text-align:right;

}
#bannerbox
{
   position:absolute;
   top:155px;
   left:798px;
   width:170px;
   z-index:99;
   background-color:#fff;
   padding-top:5px;
   padding-right:5px;
   padding-bottom:7px;

}


/*
Custom Styles
*/

a.nav{

        width: 100%;
        border-top : 1px;
        border-right : 0px;
        border-bottom : 0px;
        border-left : 1px;
        border-style : solid;
        border-color : #DCDCDC;
        margin : 0px 0px 0px 0px;
        padding : 2px 0px 2px 5px;
        display : block;
        background : #FFF;
        color : #000;
        font-size : 10px;
        text-decoration : none;
        position : relative;
}
a.nav:hover{
        background-color:#CC0000;
        color : #FFF;
}


a.subnav{

        width: 100%;
        border-top : 0px;
        border-right : 0px;
        border-bottom : 0px;
        border-left : 1px;
        border-style : solid;
        border-color : #6C6C6C;
        margin : 0px 0px 0px 0px;
        padding : 2px 0px 2px 15px;
        display : block;
        background : #FFF;
        color : #000;
        font-size : 10px;
        text-decoration : none;
        position : relative;
}
a.subnav:hover{
        color : #CC0000;

}

a.langnav{
        color:#000;
        }
a.langnav:hover{
        color:#FFF;
}


h1{
 font-size : 14px;
 margin-bottom:-5px;
}

.path{
  color:#000;
  font-weight:bold;
}

 table.admin_table {
font-family : Verdana, Helvetica, sans-serif;
font-size : 8pt;
background-color : #C8C8C8;
width: 100%;
vertical-align:top;
color:#000;
}

td.even{
background-color : #EFEFEF;
vertical-align:top;

color:#000;
}
td.odd{
background-color : #FBFBFB;
vertical-align:top;

color:#000;
}
