@charset "UTF-8";
/* Cached: 20120207015416 */
#head {
    position: relative;
    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: 223px;
    height: 149px;
    display: block;
	margin: 1px;
}
a img {
	border: 0 none;
}

#head #logo form {
    height: 50px;
    padding: 5px;
    background: #C2C1C1;
    border-right: 1px solid white;
}
#head #logo form fieldset {
    border: none;
    color: #616161;
}
#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 br {
    clear: both;
}
#head #logo #date {
    position: absolute;
    top: 4.5em;
    right: 1em;
    color: #98B7D2;
}

/**
 * Topnavigation
 * The Animated Stuff
 */
#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;
    background: red;
}
#head #headNavi ul li {
    width: 74px;
    height: 60px;
    float: left;
    text-align: center;
    cursor: default;
    border-right: 1px solid white;
    color: white;
    position: relative;
    z-index: 1100;
}


#head #headNavi ul li span.top {
    position: absolute;
    width: 13px;
    margin-left: -6px;
    left: 50%;
    background: url(../images/head/navi/naviTriangle.png) no-repeat;
}
#head #headNavi ul li a {
    display: block;
    padding-top: 15px;
    height: 45px;
    background: #f7f8fa;
    text-align: center;
}
#head #headNavi ul li a span {
    display: block;
    height: 40px;
    padding-top: 5px;
    background: url(../images/head/navi/naviShadow.png) no-repeat top left;
    cursor: pointer;
}
#head #headNavi ul li#headNavi01 {
    width: 79px;
}
#head #headNavi ul li#headNavi01 a span {
    background-color: #fcae6c;
}
#head #headNavi ul li#headNavi02 a span {
    background-color: #fa9561;
}
#head #headNavi ul li#headNavi03 a span {
    background-color: #f9895b;
}
#head #headNavi ul li#headNavi04 a span {
    background-color: #f7704f;
}
#head #headNavi ul li#headNavi05 a span {
    background-color: #f7644a;
}
#head #headNavi ul li#headNavi06 a span {
    background-color: #f54c3e;
}
#head #headNavi ul li#headNavi07 a span {
    background-color: #e93b2d;
}

#head #headNavi ul li:hover span, #head #headNavi ul li:hover a, #head #headNavi ul li:hover a div {
    background-color: #9dc8ed!important;
    background-image: none !important;
    filter: none !important;
}
/**
 * Navilist for internal links
 */
#head #internNavi {
   background: url(../images/head/bg_internNavi.jpg);
    float: right;
    width: 225px;
    height: 150px;
    position: relative;
   

}
#head #internNavi #bg_internNaviList{
    position: absolute;
    top: 0;
    left: 0;
	width: 100%;
    height: 90px;
    z-index: 0;
   

}
#head #internNavi ul {
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1;
    height: 87px;
    padding-top: 2px;
    border-bottom:1px solid white;
    padding-left: 5px;
}
#head #internNavi ul li {
    list-style-image: url(../images/decorations/arrow-right.png);
    list-style-position: inside;
    padding: 0;
}
#head #internNavi ul li a:hover.navi {
    text-decoration: underline;
}

