@charset "utf-8";

body {
        margin:0;
        padding:0;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size: 0.9em;
        /* overflow: scroll;  => für den IE nicht sinnvoll */
}

#bgbody        {
        text-align:center;
        background:url(../img/bg_body.gif) #a0a0a0 repeat-y center top;
}

#mainheader {
        text-align:center;
        margin:0 auto;
        background: url(../img/bg_header.jpg) #a0a0a0 repeat-y center top;
        width:100%;
        height:100px;
        font-family:Verdana, Arial, Helvetica, sans-serif;
}

#headercontent {
        margin:auto;
        height:60px;
        width:900px;
        text-align:left;
        font-size:12px;
        color:#EEEEEE;
}

#hlogo {
        margin-left:15px;
        float:left;
}

#htxt {
        margin-top:60px;
        height:20px;
        float:right;
        text-align:right;
        padding-right:20px;
        font-weight: bold;
        color: #444444;
}

a.htxt_a:link { text-decoration:underline; color:#444444; }
a.htxt_a:visited { text-decoration:underline; color:#444444; }
a.htxt_a:hover { text-decoration:none; font-weight:bold; background-color: #000000;color:#444444; }
a.htxt_a:active { text-decoration:none; color:#444444; }
a.htxt_a:focus { text-decoration:none; color:#444444; }

a.subnav_a:link { text-decoration:none; color:#444444; }
a.subnav_a:visited { text-decoration:none; color:#444444; }
a.subnav_a:hover { text-decoration:none; color:#f13c25; }
a.subnav_a:active { text-decoration:none; color:#f13c25; }
a.subnav_a:focus { text-decoration:none; color:#f13c25; }

#navbar {
        font-size:12px;
        font-weight:bold;
        background: url(../img/bg_menubar.gif) repeat-x;
  /* height: 40px;  /* GRAFISCHE NAVIGATION */
        height:40px;
        /*margin-left:20px;*/
        width:900px;
        /* float:left; */
        /*border-bottom: 2px solid #f13c25;
        border-top: 2px solid #006cb7;*/
}

#navbar div#navlb {
        border-left: 1px #fff solid;
        border-right: 1px #777 solid;
        height: 40px;
        width: 14px;
    line-height: 30px;
        float:left;
        padding: 0 4px;
        font-size: 0.9em;
        text-decoration: none;
        color:#000000;
}

#navsep {
        height:3px;
        background:url(../img/bg_header.jpg) -315px -97px;
}

#searchSubnav
{
  font-size: 11px;
  float: left;
  margin-left: 20px;
  padding-top: 2px;
}

#subnavbar {
        font-size:11px;

        float: right;
        /* height: 40px;  /* GRAFISCHE NAVIGATION */
        /*height: 38px;*/
        margin-right: 20px;
        padding-top: 3px;
        /*padding-right: 5px;*/

        /*width:810px;*/
}

#navbar_cl {
        margin-top:0px;
}


.rnav {
        float: right;
}

.multiline {
        line-height: 18px;
}

.navitem a:link { color:#000000; font-weight: normal; text-decoration: none;}
.navitem a:visited { color:#000000; font-weight: normal; text-decoration: none;}
.navitem a:hover { color:#f13c25; text-decoration: underline;}
.rnav a:hover { color:#006cb7; text-decoration: underline;}

#tnav ul {
        list-style: none;
        padding: 0;
        margin: 0;
}

#tnav li {
        float: left;
        display: block;
        height: 30px;
        margin: 0;
        padding: 0;
}

#tnav li.right {
        float: right;
}

#tnav li.rightsus {
  float: right;
}
#tnav li.rightdvs {
  float: right;
}

#tnav a {
        border-left: 1px #fff solid;
        border-right: 1px #777 solid;
        height: 30px;
        width: 94px;
  /* line-height: 30px;*/
        float:left;
        padding: 5px 5px;
        font-size: 0.9em;
        text-decoration: none;
        color:#000000;
}

#tnav li.rightsus>a {
  background: url(../img/sus.gif) no-repeat;
  width: 81px;
  height: 30px;
  padding: 0;
}

#tnav li.rightdvs>a {
  background: url(../img/dvs.gif) no-repeat;
  width: 81px;
  height: 30px;
  padding: 0;
}

#tnav li a:link { color:#444444; font-weight: normal; text-decoration: none;}
#tnav li a:visited { color:#444444; font-weight: normal; text-decoration: none;}
#tnav li a:hover { color:#f13c25; background: url(../img/bg_menubar_h.gif);}
#tnav li.right>a:hover { color:#006cb7; text-decoration: underline;}

.terminator {clear: both;}