/*
Allgemein
*/
* {
font-family:verdana;
 font-size:8pt;

}

body{
        margin: 0px;
        font-family:verdana;
}

a {
        text-decoration: none;
        color:#60879F;
}

a:hover {
        text-decoration: underline;

}


/*
Layout Div's
*/

#header {
          position : absolute;
        width:  800px;
        height: 161px;
        z-index:98;
        background-image: url('../bg_folgeseite.gif');
}

#dynheader {
top:0px;
          position : absolute;
        width:  550px;
        height: 75px;
        left:200px;
        z-index:105;

}

#metanav {
        position : absolute;
        left:580px;
        width:  170px;
        height: 19px;
        z-index:100;
        top: 81px;

}
#dyntitel {
        position : absolute;
        width:  216px;
        height: 29px;
        left:185px;
        z-index:101;
        top: 131px;

}

#navbg{
        width : 185px;
        position : absolute;
        border-right : solid #000 1px;
        left : 0px;
        top : 131px;
        height:318px;
        background-color:#E6EBED;
        z-index:99;
}


#navsportbg{
        width : 180px;
        position : absolute;

        left : 5px;

        background-color:#E6EBED;
}

#navextrabg{
        width : 180px;
        position : absolute;

        left : 5px;
        top : 129px;
        background-color:#E6EBED;
}



#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 : 570px;
        position : absolute;
        height:100%;
        left : 184px;
        top : 0px;
         border-right : solid #000 1px;
         border-left : solid #000 1px;
         border-bottom : solid #000 1px;
        background-color:#fff;

}
 #contentwrapper2{
        width : 570px;
        position : absolute;
        height:auto;
        left : -1px;
        top : 160px;
         border-right : solid #000 1px;
         border-left : solid #000 1px;

        background-color:#fFF;
        z-index:300;
        padding-bottom:10px;
        padding-top:10px;

}

#content {
        width : 540px;
        position : relative;
        height:auto;
        left : 15px;
        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:161px;
   left:753px;
   width:170px;
   z-index:99;
/* background-color:#fff;    */
   padding-top:7px;
   padding-right:5px;
   padding-bottom:7px;

}

/*
Custom Styles
*/

a.nav{
        width: 100%;
        border-top : 1px;
        border-right : 1px;
        border-bottom : 1px;
        border-left : 1px;
        border-style : solid;
        border-color : #646464;
        margin : 0px 0px 0px 0px;
        padding : 2px 0px 3px 5px;
        display : block;
        background : #66B7CC;
        color : #FFF;
        font-size : 8pt;
        text-decoration : none;
        position : relative;
}
a.nav:hover{
        background-color:#60879F;
        color : #FFF;
         text-decoration: none; 
}


a.subnav{
        width:100px;
         border-top : 0px;
        border-right : 1px;
        border-bottom :0px;
        border-left : 1px;
        border-style : solid;
        border-color : #000;
        height:18px;
        display : inline;
        text-align:center;
        margin-left:-1px;
        color : #000;
        font-size : 11px;
        text-decoration : none;
        position : relative;
}
a.subnav:hover{
        color : #0E2B8D;

}

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 : #60879F;
width: 100%;
vertical-align:top;
color:#fff;
}

td.even{
background-color : #E3F4F9;
vertical-align:top;
font-size : 8pt;
color:#000;
}
td.odd{
background-color : #95CDDB;
vertical-align:top;
font-size : 8pt;
color:#000;  
}