@charset "UTF-8";
/* Cached: 20120205161914 */
#head {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 143px;
    background: #BFBFBF;
    margin-bottom: 1px;
    font-size: .9em;
}
#head a {
    color: white;
    text-decoration: none;
}

/**
 * Logo
 */
#head #logo {
    float: left;
    width: 224px;
    height: 143px;
    position: relative;
    border-right: 1px solid white
}
#head #logo img {
    width: 224px;
    height: 90px;
    display: block;
   /* border: 1px solid #ffffff;*/
    margin: 0px;
    border: none;
}
#head #logo #logoZusatz {
    position: relative;
    top: 14px;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

#head #logo form {
    height: 50px;
    padding: 5px;
    background: #345575;
    border-right: 1px solid white;
}
#head #logo form fieldset {
    border: none;
    color: #f9f9f9;
}
#head #logo form fieldset input.text {
    border: 1px solid #253D58;
    width: 150px;
    height: 16px;
    float: left;
}
#head #logo form fieldset input.submit {
    border: none;
    background: url(../images/buttons/button_start.gif);
    width: 55px;
    height: 18px;
    float: right;
}
#head #logo form fieldset input.radiobutton {
    margin: 3px 3px 0px 0px;
}


#head #logo #date {
    position: absolute;
    top: 7em;
    right: 0.5em;
    color: #31465b;
}

/**
 * Topnavigation
 */
#head #headNavi {
    float: left;
    width: 530px;
    z-index: 1000;
    position: relative;
}
#head #headNavi img {
    height: 89px;
    width: 529px;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
    display: block;
}
#head #headNavi ul {
    height: 60px;
    list-style-type: none;
    z-index: 1000;
    position: relative;
}
#head #headNavi ul li {
    width: 131px;
    height: 40px;
    padding-top: 13px;
    float: left;
    text-align: center;
    cursor: default;
    border-right: 1px solid white;
    color: white;
    position: relative;
    z-index: 1100;
    font-family: sans-serif;
    font-size: 12px;
}


#head #headNavi ul li#headNavi01 {
    width: 133px;
    background: url(../images/head/navi/bg.gif) no-repeat right bottom;
}
#head #headNavi ul li#headNavi02 {
    background: url(../images/head/navi/bg.gif) no-repeat right -240px;
}
#head #headNavi ul li#headNavi03 {
    background: url(../images/head/navi/bg.gif) no-repeat right -180px;
}
#head #headNavi ul li#headNavi04 {
    background: url(../images/head/navi/bg.gif) no-repeat right -120px;
}
#head #headNavi ul li#headNavi05 {
    background: url(../images/head/navi/bg.gif) no-repeat right -60px;
}
#head #headNavi ul li#headNavi06 {
    background: url(../images/head/navi/bg.gif) no-repeat right top;
}
#head #headNavi ul li:hover#headNavi01, #head #headNavi ul li#headNavi01 ul, #head #headNavi ul li#headNavi01 ul li a:hover {
    background: #A7B6CB;
}
#head #headNavi ul li:hover#headNavi02, #head #headNavi ul li#headNavi02 ul, #head #headNavi ul li#headNavi02 ul li a:hover {
    background: #A7B6CB;
}
#head #headNavi ul li:hover#headNavi03, #head #headNavi ul li#headNavi03 ul, #head #headNavi ul li#headNavi03 ul li a:hover {
    background: #A7B6CB;
}
#head #headNavi ul li:hover#headNavi04, #head #headNavi ul li#headNavi04 ul, #head #headNavi ul li#headNavi04 ul li a:hover {
    background: #A7B6CB;
}
#head #headNavi ul li:hover#headNavi05, #head #headNavi ul li#headNavi05 ul, #head #headNavi ul li#headNavi05 ul li a:hover {
    background: #e33f2d;
}
#head #headNavi ul li:hover#headNavi06, #head #headNavi ul li#headNavi06 ul, #head #headNavi ul li#headNavi06 ul li a:hover {
    background: #a12410;
}

/*ACHTUNG, die Farben der Hoverzustände werden in der datei (setup/cssColors.ini ) angelegt */



/**
 * Navilist for internal links
 */
#head #internNavi {
    background: url(../images/head/bg_internNavi.jpg);
    float: right;
    width: 225px;
    height: 143px;
    position: relative;
}
#head #internNavi #bg_internNaviList{
    position: absolute;
    top: 0;
    left: 0px;
    background: #dde9f7;
    width: 100%;
    height: 90px;
    z-index: 0;
    opacity: .7;
    color: #345575;
}
#head #internNavi ul {
    position: relative;
    z-index: 1;
    height: 87px;
    padding-top: 2px;
    border-bottom:1px solid white;
    padding-left: 10px;
}
#head #internNavi ul li {
    list-style-image: url(../images/decorations/arrow-right.png);
    list-style-position: inside;
    padding: 0;  
}
#head #internNavi a {
  color: #345575;
}
#head #internNavi ul li a:hover.navi {
    text-decoration: underline;
}

