/* A fake IE information bar */


#infobar {
    font: message-box;
    position:absolute;
    left:0;
    top: 0;
    width:102%;
}


/* Please adjust the values if the infobar is not looking good */
#infobar a, #infobar a:link, #infobar a:visited, #infobar a:active {
    display: block;
    position:fixed;
    left:0;
    top: 0;
    color: #000;

    background: #FFFFE1 url(pics/iebarwarn.gif) no-repeat fixed .3em .3em;
    border-bottom: .16em outset;
    text-decoration: none;
    cursor: default;
}

#infobar a:hover {
    color: #FFF;
    background: #3169B6 url(pics/iebarwarn.gif) no-repeat fixed .3em .3em;
}

#infobar p{
    margin:0px;
    padding: .45em 0em .45em 22px;
    font-size:11px;
    text-align:left;
}


/* main - CSS Style for catdog2@home */




body {
    font-size: 100.01%;
    text-align:center;
    background:url(bgverlauf4.gif) repeat-x;
    /*background-color:#004ac2;*/
    /*background-color:#d7e7ff;*/
    /*background-color:#99aecb;*/
    background-color:#6d95c6
  }


div#main {
    width:760px;
    max-width:760px;
    min-height:540px;
    margin: 0 auto 0;
    border-right:2px solid #F6F6F6;
    border-left:2px solid #F6F6F6;
    text-align:left;
    background-color:#ffffff;
    overflow:hidden;
  }

html>body div#oround {
    background-image:url(pics/oround.png);
    width:764px;
    height:12px;
    margin:0 auto;
  }

html>body div#uround {
    background-image:url(pics/uround.png);
    width:764px;
    height:12px;
    margin:0 auto;
  }

html>body div#unten_oround {
    background-image:url(pics/oround.png);
    width:764px;
    height:12px;
    margin:0 auto;
  }

html>body div#unten_uround {
    background-image:url(pics/uround.png);
    width:764px;
    height:12px;
    margin:0 auto;
  }

div#nav_box {
    margin-left : auto;
    margin-right : auto;
    margin-top : 5px;
    margin-bottom:10px;
    min-height : 30px;
    text-align : center;
    width : 764px;
  }


div#inhalt {
    font-size:13px;
    font-family:arial,sans-serif;
/*     color:#002644; */
    padding-top:3px;
    color:#00061A;
    padding-left:35px;
    padding-right:35px;
  }


div#head {
    text-align:center;
    color:white;
    font-family:"Comic Sans MS";
    font-size:50px;
    text-decoration:none;
    font-weight:bold;
    margin-bottom:10px;
  }


div#unten {
    width:760px;
    max-width:760px;
    height:31px;
/*    margin: 10px auto;*/
    border-right:2px solid #F6F6F6;
    border-left:2px solid #F6F6F6;
    text-align:left;
    background-color:white;
    overflow:visible;
  }

div#surr_unten {
    width:764px;
    max-width:764px;
    margin: 10px auto;
    overflow:hidden;
  }



div#vhtml {
    float:left;
    margin-right:2px;
    margin-left:12px;
  }


div#vcss {
    float:left;
    margin-right:0;
  }


div#utext {
/*    float:left;*/
    text-align:center;
    margin-top:0px;
    line-height:15px;
    font-size:13px;
    font-family:sans-serif;
    color:#4E4E4E;
  }

#newstable {
    line-height:1.1em;
    border-spacing:0px;
    text-align:right;
}


span#nav1 {
    margin-left:11px;
    background-image:url(buttons/nav1.gif);
    cursor: pointer;
  }


span#nav2 {
    background-image:url(buttons/nav2.gif);
    cursor: pointer;
  }


span#nav3 {
    background-image:url(buttons/nav3.gif);
    cursor: pointer;
  }


span#nav4 {
    background-image:url(buttons/nav4.gif);
    cursor: pointer;
  }


span#nav5 {
    background-image:url(buttons/nav5.gif);
    cursor: pointer;
  }


span#nav6 {
    background-image:url(buttons/nav6.gif);
    cursor: pointer;
  }


span#nav7 {
    margin-right:0;
    background-image:url(buttons/nav7.gif);
    cursor: pointer;
  }

.nav_button {
    text-align:center;
    height:30px;
    float:left;
    width:100px;
    margin-right:6px;
  }


a:link {
    color:#00f;
    text-decoration:none;
  }


a:visited {
    color:#00f;
    text-decoration:none;
  }


a:hover {
    color:#0F67FF;
    text-decoration:none;
  }


a:active {
    color:#0F67FF;
    text-decoration : none;
  }

.ndate {
    font-weight:500;
    font-family:impact;
    letter-spacing:1px;
  }


.balken {
    background-color:#FF6E00;
    text-align:left;
    color:white;
    padding-left:2px;
    font-weight:600;
  }


