@charset "UTF-8";
/* Cached: 20100730120750 */

#head {
    position: absolute;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 150px;
    background: #BFBFBF;
    margin-bottom: 20px;
    font-size: .85em;
}
#head a {
    color: white;
    text-decoration: none;
}

/**
 * Logo
 */
#head #logo {
    background: white;
    float: left;
    width: 225px;
    position: relative;
}
#head #logo img {
	width: 221px;
    height: 86px;
    display: block;
    border: 1px solid #0A46AF;
    margin: 1px;
}
#head #logo form {
    height: 50px;
    padding: 5px;
    background: #4384bb;
    border-right: 1px solid white;
}
#head #logo form fieldset {
    border: none;
    color: #e4eaef;
}
#head #logo form fieldset label{
    margin: 20px 10px 0px 0px;

}
#head #logo form fieldset label span{
    margin: 0px 0px 0px 3px;

}
#head #logo form fieldset input.text {
    border: 1px solid #253D58;
    width: 150px;
    float: left;
    background: white;
    color: black;
    margin-bottom: 2px;
    height: 14px; 

}
#head #logo form fieldset input.submit {
    border: none;
    background: url(../images/buttons/start.gif) no-repeat;
    width: 46px;
    margin-right: 10px;
    height: 18px;
    float: right;
}
#head #logo #date {
    position: absolute;
    top: 6.8em;
    right: 1em;
    color: #98B7D2;
}

/**
 * Topnavigation
 * The Animated Stuff
 */
#head #headNavi {
    float: left;
    width: 530px;
    z-index: 1000;
    position: relative;
}
#head #headNavi img, #head #headNavi img#changeHead {
    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: 87px;
    height: 40px;
    padding-top: 20px;
    float: left;
    text-align: center;
    cursor: default;
    border-right: 1px solid white;
    color: white;
    position: relative;
    z-index: 1100;
}
.headNavi a {
    display: block;
    height: 100%;
}


#head #headNavi ul li#headNavi01 {
    width: 89px;
    background: url(../images/head/navi/bg01.gif) no-repeat top right;
}
#head #headNavi ul li#headNavi02 {
    background: url(../images/head/navi/bg02.gif) no-repeat top right;
}
#head #headNavi ul li#headNavi03 {
    background: url(../images/head/navi/bg03.gif) no-repeat top right;
}
#head #headNavi ul li#headNavi04 {
    background: url(../images/head/navi/bg04.gif) no-repeat top right;
}
#head #headNavi ul li#headNavi05 {
    background: url(../images/head/navi/bg05.gif) no-repeat top right;
}
#head #headNavi ul li#headNavi06 {
    background: url(../images/head/navi/bg06.gif) no-repeat top right;
}
#head #headNavi ul li:hover#headNavi01, #head #headNavi ul li#headNavi01 ul, #head #headNavi ul li#headNavi01 ul li a:hover {
    background: #9FB3BD;
    color: white;
}
#head #headNavi ul li:hover#headNavi02, #head #headNavi ul li#headNavi02 ul, #head #headNavi ul li#headNavi02 ul li a:hover {
    background: #59A2E0;
    color: white;
}
#head #headNavi ul li:hover#headNavi03, #head #headNavi ul li#headNavi03 ul, #head #headNavi ul li#headNavi03 ul li a:hover {
    background: #BEDB39;
    color: white;
}
#head #headNavi ul li:hover#headNavi04, #head #headNavi ul li#headNavi04 ul, #head #headNavi ul li#headNavi04 ul li a:hover {
    background: #4878A1;
    color: white;
}
#head #headNavi ul li:hover#headNavi05, #head #headNavi ul li#headNavi05 ul, #head #headNavi ul li#headNavi05 ul li a:hover {
    background: #FD7400;
    color: white;
}
#head #headNavi ul li:hover#headNavi06, #head #headNavi ul li#headNavi06 ul, #head #headNavi ul li#headNavi06 ul li a:hover {
    background: #FE1D12;
    color: white;
}
#head #headNavi ul li ul {
    display: none;
    position: absolute;
    clear: both;
    top: 100%;
    left: 0;
    background: #e6e6e6;
    padding: 2px;
    height: auto;
    width: 210px;
    text-align: left;
	
}/*
#head #headNavi ul li:hover ul {
    display: block;
}*/
#head #headNavi ul li ul li {
    float: none !important;
    list-style-type: none;
    background-image: url(../images/decorations/arrow-right.png);
    background-repeat: no-repeat;
    background-position: 3px 5px;
    white-space: nowrap;
    height: auto;
    padding: 0 0 0 3px;
    text-align: left;
    border: none;
    padding-top: 2px;
    border-bottom: 1px dotted white;
    margin: 0;
    width: auto;
}
#head #headNavi ul li ul li a {
    display: block;
    background: #d6d6d6;
    margin-left: 1em;
    color: #0179b5;
    padding: 2px;
    margin-top: -2px;
    border-left: 1px solid white;
}

/**
 * Navilist for internal links
 */
#head #internNavi {
    float: right;
    width: 225px;
    height: 150px;
    position: relative;
}
#head #internNavi #bg_internNaviList {
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    width: 100%;
    height: 90px;
    z-index: 5;
    opacity: .7;
    -moz-opacity: 0.7;
    filter:alpha(opacity=70);
	color: #012c5d;
}
#head #internNavi img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
#head #internNavi ul {
    position: relative;
    z-index: 10;
    height: 86px;
    padding-top: 3px;
    border-bottom:1px solid white;
    padding-left: 5px;
}
#head #internNavi ul li {
    list-style-image: url(../images/decorations/pfeil_dunkel.png);
    list-style-position: inside;
    padding: 0;
	color: #05355c;
}
#head #internNavi ul li a {
	color: #0b3960;
}
#head #internNavi ul li a:hover.navi {
    text-decoration: underline;
}
