html, body {
margin: 0px;
padding: 0px;
font-family: Arial;
height: 100%;
font-size: 12px;
color: #000000;
text-align: justify;

background-image: url(../images/background.jpg);
}

a.normal {
font-family: Arial;
font-size: 12px;
color: darkblue;
text-decoration: none;
}

#zentrum {
position: absolute;
width: 940px;
height: 100%;
left: 50%;
top: 0px;
margin-left: -470px;
}

#bildschirm {
position: absolute;
width: 940px;
height: 100%;
min-height: 100%;
background-image: url("../images/shadow.jpg");
}

#titelbild {
position: absolute;
left: 0px;
top: 0px;
padding-left: 20px;
width: 880px;
height: 125px;
;
}

#stempel {
position: absolute;
left: 1px;
top: 50px;
width: 370px;
background-image: url(../images/stempel.gif);
padding-top: 100px;
}

#bild {
position: absolute;
left: 50px;
top: 165px;
width: 305px;
height: 420px;
overflow: auto;
}

#titel {
font-family: Arial;
font-size: 14px;
font-weight: bold;
color: darkblue;
}

#text {
position: relative;
left: 365px;
top: 165px;
width: 375px;
height: 65%;
overflow: auto;
padding-right: 20px;
padding-left: 0px;

font-family: Arial;
font-size: 12px;
color: #000000;
text-align: justify;
line-height: 19px;
}

#tour_list {
position: absolute;
left: 40px;
top: 200px;
width: 775px;
height: 55%;
overflow: auto;
}

strong {
color: red;
font-weight: bold;
}

#optionen {
position: absolute;
left: 775px;
top: 200px;
width: 125px;
height: 125px;
border: 1px solid #000000;
padding-left: 5px;
padding-top: 7px;
}

#balken {
position: absolute;
left: 0px;
top: 0px;
width: 130px;
height: 20px;

font-family: Arial;
font-size: 11px;
font-weight: bold;
color: darkblue;
text-align: center;
}

#unter_bild {
font-family: Arial;
font-size: 11px;
color: darkblue;
text-decoration: none;
}

#unter_bild:hover {
font-family: Arial;
font-size: 11px;
color: #FF9900;
text-decoration: underline;
}

#haupt_nav_leiste {
position: absolute;
left: 0px;
top: 105px;
width: 880px;
padding-left: 20px;
height: 25px;
/*background-image: url("../images/bg.jpg");*/
}



#haupt_nav {
position: absolute;
top: 105px;
left: 0px;
height: 20px;
z-index: 6000;
width: 880px;
padding-left: 20px;
}


#globalnav {
        position:absolute;
        float:left;
        top: 0px;
        left: 0px;
        width: 880px;
        padding-left: 20px;
        margin:0;
        list-style:none;


}

#globalnav LI {
        float:left;
        margin:0;
        padding:0;
        background-image: url("../images/nav_bg.jpg");
}

#globalnav A {
        display:block;
        color:#FFFFFF;
        text-decoration: none;
        font-weight: bold;
        background: none;
        margin:0;
        padding:0.25em 01em;
        border-left:1px solid #ffffff;
        border-top:1px solid #FFFFFF;
        border-right:1px solid #999999;

        font-family: Arial, Sans-Serif;
        font-size: 11px;
        color: darkblue;
        background-color: #E4E4E4;

}

#globalnav A:hover,
#globalnav A:active,
#globalnav A.here:link,
#globalnav A.here:visited {
        background:none;
        color: #FF9900;
        background-image: url("../images/bg.jpg");
        padding:0.26em 01em;
}

#globalnav A.here:link,
#globalnav A.here:visited {
        position:relative;
        z-index:102;
}

/*subnav*/

#globalnav UL {
        position:absolute;
        left:0;
        top: 23px;
        float:left;
        background: none;
        width:880px;
        margin:0;
        padding-left: 20px;
        list-style:none;
        /*background-color: #999999;*/
}

#globalnav UL LI {
        float:left;
        display: block;
        margin-top:0px;
        background-image: url("../images/bg.jpg");

}

#globalnav UL A {
        background: none;
        color:#000000;
        display:inline;
        margin:0;
        padding:0 1em;
        border:0;

        font-family: Arial, Verdana, Sans-Serif;
        font-weight: normal;
        font-size: 11px;
        text-decoration: underline;
}

#globalnav UL A:hover,
#globalnav UL A:active,
#globalnav UL A.here:link,
#globalnav UL A.here:visited {
        color: #FF9900;
        text-decoration: underline;
}

a {
font-family: Arial, Sans-Serif;
font-weight: bold;
color: #FF9900;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

a.sublink {
font-family: Arial, Sans-Serif;
font-weight: normal;
color: #003399;
text-decoration: none;
}

#fusszeile {
position: absolute;
bottom: 0px;
height: 15px;
width: 900px;
left: 20px;
background-color: #E4E4E4;
border-top: 1px solid #999999;

text-align: center;
font-family: Verdana, Sans-Serif;
font-size: 10px;
color: #666666;
}
