@charset 'utf-8';


/* ----------- Global ---------- */

* {
    margin: 0;
    padding: 0;
}

body, html {
    height: 100%;
}

body {
    background: #CECECE url(../img/bg.png) repeat-x scroll top;
}

body, p, td {
    font: 12px Arial, sans-serif;
    color: black;
}

a img {
    border: 0;
}

a:link, a:visited {
    color: #0076A6;
    text-decoration: none;
}

.clear {
    clear: both;
}

.clearfix {
    clear: both;
    visibility: hidden;
    height: 0;
    line-height: 0;
    font-size: 0;
}


/* ----------- Struktur ---------- */

#wrapper, #footer {
    width: 990px;
    background-color: #FFF;
    margin: 0 auto;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -83px; /* footer-height */
	background: #FFF url(../img/menu_bg.gif) repeat-y left;
}

#footer, .push {
	height: 83px; /* .push muss die selbe hoehe wie #footer haben */
	clear: both;
}

#header {
    height: 119px;
    background: #B8B8B8 url(../img/header_bg.png) no-repeat;
    padding-left: 35px;
}

#eyeheader {
    height: 185px;
    background: #365064 url(../img/eyeheader_bg.gif) repeat-x;
}

#menubar {
    float: left;
    padding: 32px 23px 0 58px;
    width: 200px !important;
    width: 281px; /* for IE6 */
}

#PAGECONTENT {
    padding: 17px 22px 0 14px;
    float:right;
    width: 673px;
}

/* Vom IE mac 5.x verstecken. Fix fuer den Windows IE 3px-Text-Gap-Bug \*/
* html #PAGECONTENT {
    width: 706px;
}
/* Ende von IE5/mac verstecken*/


/* ----------- Seitenkopf ---------- */

#header h1#logo {
    width: 246px;
    height: 119px;
    text-indent: -10000px;
    background-image: url(../img/header_logo.png);
    float: left;
    margin-right: 10px;
}

#header h1#logo a {
    display: block;
    height: 119px;
}

#header ul {
    list-style: none;
    padding-top: 20px;
}

#header ul li {
    display: block;
    float: left;
    height: 70px;
}

#eyeheader #imgbox {
    background: transparent url(../img/eyeheader_imgbox_bg.png) no-repeat right;
    width: 282px;
    height: 185px;
    float: left;
    text-align: right;
}

#eyeheader #imgbox img {
    margin: 0 9px;
}

#eyeheader #eyeline {
    height: 24px;
    line-height: 24px;
    color: #CCC;
    font-size: 11px;
    margin-left: 282px;
}

#eyeheader #eyeline span.address {
    padding-left: 38px;
    display: block;
    float: left;
}

#eyeheader #eyeline span.langselect {
    padding-right: 39px;
    display: block;
    float: right;
}

#eyeheader #eyeline span.langselect .current {
    text-decoration: underline;
}

#eyeheader #eyeline span.langselect a {
    color: #CCC;
    text-decoration: none;
}

#eyeheader #eyecatcher {
    height: 161px;
    margin-left: 282px;
}


/* ----------- Hauptmenue ---------- */

/* Allgemein */

#menubar, #menubar a {
    font-size: 11px;
    color: #000;
    text-decoration: none;
}

#menubar ul {
    border-bottom: 1px solid #999;
    list-style-type: none;
}

#menubar ul li {
    border-top: 1px solid #999;
    line-height: 20px;
    overflow: hidden;
}

#menubar ul li a:hover {
    background-color: #d5d5d5;
}

/* 1. Ebene */

#menubar ul li a {
    display: block;
    height: 20px;
    padding-left: 21px;
    background: url(../img/menu_list_bullet.gif) no-repeat;
}

#menubar ul li a.current {
    background-color: #f3f3f3;
    font-weight: bold;
}

#menubar ul li a.current:hover {
    background-color: #d5d5d5;
}

/* 2. Ebene */

#menubar ul ul {
    border-bottom: 0;
}

#menubar ul ul li a {
    padding-left: 39px;
    background-color: #f3f3f3;
    background-position: 18px 0;
}

/* 3. Ebene */

#menubar ul ul ul li a {
    padding-left: 63px;
    background-position: 42px 0;
}

/* Suchbox */

#menubar #searchbox {
    background-color: #efefef;
    border-bottom: 1px solid #999;
    padding: 6px 21px;
    padding-right: 0;
    color: #424242;
    line-height: 24px;
    height: 50px;
}

#menubar #searchbox fieldset {
    border: 0;
    height: 15px;
    line-height: 15px;
}

#menubar #searchbox input.searchfield {
    height: 15px;
    width: 128px;
    border: 1px solid #414f56;
    font-size: 11px;
    float: left;
}

/* Chartbox */

#menubar #chartbox {
    margin-top: 5px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 0 5px;
    background-color: #E6EBF0;
}

#menubar #chartbox_title {
    margin-top: 35px;
    color: #424242;
    text-align: center;
}

/* Ankuendigungsfeld */

#menubar #announcement {
    margin-top: 5px;
    background: #E6EBF0 url(../img/announcement_bg.png) left bottom no-repeat;
}

#menubar #announcement > span.top {
    display: block;
    height: 4px;
    background: #E6EBF0 url(../img/announcement_top_bg.png) no-repeat;
    overflow: hidden;
}

#menubar #announcement marquee, #menubar #announcement > div {
    font-weight: bold;
    line-height: 24px;
    width: 157px;
    height: 24px;
    margin: 0 0 3px 21px;
    overflow: hidden;
    display: block;
    padding-top: 8px;
    font-size: 13px;
    color: #005285;
    white-space: nowrap;
}

#menubar #announcement marquee > a, #menubar #announcement > div > div > a {
    font-weight: bold;
    line-height: 24px;
    height: 24px;
    font-size: 13px;
    color: #005285;
    white-space: nowrap;
}

#menubar #announcement > p {
    margin: 3px 21px 6px 21px;
    padding: 0;
    color: #666;
}

#menubar #announcement  a:link, #menubar #announcement a:hover, #menubar #announcement a:active {
    text-decoration: none;
}

#menubar #announcement span.date {
    display: block;
    margin: 0 0 6px 21px;
    color: #424242;
    width: 110px;
    height: 17px;
    line-height: 17px;
    float: left;
}

#menubar #announcement a.arrow {
    display: block;
    width: 26px;
    height: 17px;
    overflow: hidden;
    background: transparent url(../img/ico_searchbox_go.gif) no-repeat;
    float: right;
    margin-right: 23px;
    margin-bottom: 6px;
}

#menubar #announcement > span.bottom {
    display: block;
    height: 37px;
    background: #E6EBF0 url(../img/announcement_bottom_bg.png) no-repeat;
    overflow: hidden;
    clear: both;
}


/* ----------- Seitenfuss ---------- */

#footer {
    background: #FFF url(../img/footer_bg.png) no-repeat;
    font-size: 11px;
    clear: both;
}

#footer #pagefunc, #footer #footerline {
    height: 30px;
    margin-left: 310px;
    padding: 0 14px;
    line-height: 30px;
}

#footer #pagefunc {
    padding-top: 7px;
    height: 23px;
    line-height: 18px;
}

#footer #pagefunc a {
    margin-right: 10px;
}

#footer #footerline span {
    margin-right: 24px;
}

#footer #footerline a {
    margin-right: 24px;
}

