@charset "UTF-8";
/* Cached: 20120204214448 */
#head {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 150px;
    background: #BFBFBF;
    margin-bottom: 1px;
    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: 224px;
    height: 90px;
    display: block;
   /* border: 1px solid #ffffff;*/
    margin: 0px;
}
#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(http://www.online-stadtplan.de/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
 * 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;
}
#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;
}


#head #headNavi ul li#headNavi01 {
    width: 89px;
    background: url(http://www.online-stadtplan.de/images/head/navi/bg.gif) no-repeat right bottom;
}
#head #headNavi ul li#headNavi02 {
    background: url(http://www.online-stadtplan.de/images/head/navi/bg.gif) no-repeat right -240px;
}
#head #headNavi ul li#headNavi03 {
    background: url(http://www.online-stadtplan.de/images/head/navi/bg.gif) no-repeat right -180px;
}
#head #headNavi ul li#headNavi04 {
    background: url(http://www.online-stadtplan.de/images/head/navi/bg.gif) no-repeat right -120px;
}
#head #headNavi ul li#headNavi05 {
    background: url(http://www.online-stadtplan.de/images/head/navi/bg.gif) no-repeat right -60px;
}
#head #headNavi ul li#headNavi06 {
    background: url(http://www.online-stadtplan.de/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: #f9c853;
}
#head #headNavi ul li:hover#headNavi02, #head #headNavi ul li#headNavi02 ul, #head #headNavi ul li#headNavi02 ul li a:hover {
    background: #fa9301;
}
#head #headNavi ul li:hover#headNavi03, #head #headNavi ul li#headNavi03 ul, #head #headNavi ul li#headNavi03 ul li a:hover {
    background: #f35d4d;
}
#head #headNavi ul li:hover#headNavi04, #head #headNavi ul li#headNavi04 ul, #head #headNavi ul li#headNavi04 ul li a:hover {
    background: #eca90a;
}
#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;
}
#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(http://www.online-stadtplan.de/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 {
    background: url(http://www.online-stadtplan.de/images/head/bg_internNavi.jpg);
    float: right;
    width: 225px;
    height: 150px;
    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(http://www.online-stadtplan.de/images/decorations/arrow-right.png);
    list-style-position: inside;
    padding: 0;
    line-height: 104%
    

}
#head #internNavi a {
  color: #345575;
}
#head #internNavi ul li a:hover.navi {
    text-decoration: underline;
}

