* {
margin: 0;
padding: 0;
}

html, body { background: #444 url(../bilder/bg_verlauf.gif) repeat-y scroll right; }

#container {
position: absolute;
width: 995px;
height: 625px;
left: 50%;
top: 50%;
margin: -313px 0 0 -500px;
background: #000;
overflow: hidden;
}

#leiste {
display: block;
position: absolute;
top: 32px;
right: 0;
width: 872px;
height: 95px;
overflow: hidden;
z-index: 80;
}
#leistenFrame {
position: absolute;
left: 0;
top: 0;
overflow: visible;
/* width: 1725px; */
}
.leistenBild {
display: inline;
/* float: left; */
height: 95px;
width: 1725px;
}

#hr1 { 
position: absolute;
top: 32px;
left: 0;
width: 995px;
z-index: 700;
border-top: 1px solid #989f8b;
}
#hr2 { 
position: absolute;
top: 127px;
left: 0;
width: 995px;
z-index: 700;
border-top: 1px solid #989f8b;
}

#navigation {
display: block;
position: absolute;
top: 11px;
right: 8px;
z-index: 1000;
}

#secnavi {
display: block;
position: absolute;
top: 605px;
left: 0;
height: 20px;
width: 100%;
background: #000;
color: #989f8b;
z-index: 1000;
}

#kalenderContainer {
display: block;
position: absolute;
bottom: 35px;
left: 10px;
width: 177px;
height: 145px;
z-index: 100;
}

#logo {
position: absolute;
top: 33px;
left: 10px;
width: 93px;
height: 94px;
z-index: 6000;
}
#logo_hintergrund {
display: none;
position: absolute;
top: 33px;
left: 0;
width: 120px;
height: 94px;
z-index: 600;
background: #000;
}
#fade { 
position: absolute;
top: 32px;
left: 120px;
width: 50px;
height: 96px;
z-index: 600;
background: transparent url(../bilder/fade.png) repeat-y;
}

/* Panoramen */
#lupe { 
position: relative;
top: -18px;
left: 2px;
background: transparent url(../bilder/lupe.png) no-repeat;
}

/* PopUp */
#SpecialsFrame { 
position: absolute;
top: 15px;
left: 15px;
width: 400px;
height: 190px;
background: black;
border: 1px solid #989f8b;
z-index: 99999;
}

/* DEBUG */
#debug {
/* display: none; */
position: absolute;
top: 0;
right: 0;
border: 1px solid #fff;
top: expression(document.body.scrollTop + parseInt(document.body.clientHeight) - 1 - this.offsetHeight);
z-index: 99999999;
}
#debug[id] {
position: fixed;
}

#ausgabe {
background: #333;
color: #fff;
height: 650px;
width: 350px;
overflow: scroll;
}