/**********************/
/* Allgemein          */
/**********************/

html, body, div, p, h1, h2, h3, ul, ol, span, table, td, form, li {
    font-size: 13px;
    font-family: Verdana, Arial, "Times New Roman", Helvetica, sans-serif;
    color:#333333;
}

html, body, div, p, h1, h2, h3, table, td, form, img  {
    margin: 0px;
    padding: 0px;
}

html, body {
    background-color: #E5F3FF;
    text-align: center;
    height:100%;
}

b, strong {
    color:#245AA8;
}

a {
    color:#A95F00;
    text-decoration: none;
}

a:hover, a:active  {
    text-decoration: underline;
}

a.footer {
color: #fff;
font-size: 10px;
}

/**********************/
/* Layout             */
/**********************/

div.abstandOben {
    height:3%;
}

div.hauptbox {
    background: #E5F3FF url(/cms/et_static/table_hg2.jpg) repeat;
    border: 1px solid #B5B195;
    width: 764px;
    height: auto;
    padding: 0px;
    margin: 0px auto;
    text-align: left;
}

div.hauptbox2 {
    width: auto;
    height: auto;
    margin: 9px;
    padding: 0px;
    text-align: left;
}
div.kopf {
    background: url(/cms/et_dynamic/page_files/3_kopfbild.jpg?1097574764) no-repeat;
    width: 746px;
    height: 100px;
}

div.kopfLinie {
    background: #000000 none no-repeat;
    width: 746px;
    height: 1px;
    margin: 2px 0px 0px 0px;
}

div.navpos {
    float: left;
    margin: 22px 0px 0px 0px;
    width: 165px;
}

div.inhalt {
    width: 560px;
    margin: 20px 0px 0px 10px;
    float: right;
}

div.clear {
    clear: both;
}

div.fussLinie {
    background: #000000 none no-repeat;
    width: 746px;
    height: 1px;
    margin: 0px 0px 0px 0px;
}

div.fuss {
    background: url(/cms/et_static/footer.jpg) repeat-x;
    color: #ffffff;
    width: 746px;
    height: 17px;
    margin: 2px 0px 0px 0px;
}

div.cityInfo {
    background-color: #ffffff;
    border: 1px solid #245AA8;;
    text-align: left;
    display: none;
    position:absolute;
    padding: 5px;
    color: #245AA8;
    font-weight: bold;
}

/**********************/
/* Menü               */
/**********************/

ul.nav {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.nav li {
    font-family: Arial, Verdana, "Times New Roman", Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    list-style-type: none;
    width: 165px;
}

.nav li a {
    color:#fff;
    display: block;
    overflow: visible;
    height: 100%;
    padding: 1px 24px 1px 7px;
}

li.musicnav a, li.musicnavselected a {
    color:#000;
    text-align: center;
    padding: 0px 0px 0px 0px;
    height: 24px;
    line-height: 24px;
}

li.nav {
    background: url(/cms/et_static/nav_element.gif) no-repeat;
    margin: 0px 0px 5px 0px;
}

li.navselected {
    background: url(/cms/et_static/nav_link.gif) no-repeat;
    margin: 0px 0px 5px 0px;
}

li.subnav {
    background: url(/cms/et_static/sub_nav_element.gif) no-repeat;
    margin: 0px 0px 5px 7px;
}

li.subnavselected {
    background: url(/cms/et_static/sub_nav_link.gif) no-repeat;
    margin: 0px 0px 5px 7px;
}


li.musicnav {
    background: url(/cms/et_static/music_nav_button.gif) no-repeat;
    margin: 0px 0px 5px 0px;
}

li.musicnavselected {
    background: url(/cms/et_static/music_nav_button.gif) no-repeat;
    margin: 0px 0px 5px 0px;
}

/**********************/
/* Text und Bilder    */
/**********************/

div.printKopf {
    visibility:hidden;
    display:none;
}

h1 {
    margin: 0px 0px 0px 0px;
    color:#245AA8;
    font-weight: bold;
    font-size: 17px;
}

div.text, p.text {
    margin: 8px 0px 1px 0px;
    padding: 0px;
    text-align:justify;
}

img.bild, div.bild, p.bild {
    margin: 8px 0px 10px 10px;
    float: right;
}

img.bildlinks {
    margin: 8px 10px 10px 0px;
    float: left;
}

img.mittigesbild {
    margin: 8px 0px 10px 0px;
}

#printfusstext { display: none;
visibilty: hidden; }

/**********************/
/*      Formular      */
/**********************/

div.box {
    margin: 0px 0px 0px 0px;
    float: left;
    width: 275px;
}

div.feldKopf {
    margin: 5px 0px 0px 0px;
}

span.fehler {
    color: #ff0000;
}

input, textarea {
    background-color: #FFFFFF;
    border: 1px solid #B5B195;
    color: #333333;
    width: 225px;
}

input.submit {
    font-weight:bold;
    color:#245AA8;
    border: 2px solid #B5B195;
    width: 140px;
}

textarea {
    width: 500px;
}

input.checkbox {
    border: 0px;
    background-color: transparent;
    width: auto;
}