






#headbox {												/* #10-#50 - Container Kopfbereich */
position: absolute;										/* Position zum Eltern-Element */
top: 0; left: 0; right: 0;								/* Positionierung */
/* z-index: unter cont_headbar; */												/* raeumliche Bezugsebene */
height: 8.00em;											/* Hoehe - Aenderungen hier fuehren zu Aenderungen bei "level_02", "sidebox" und "contbox" */
margin: 0 auto;	padding: 0; 							/* auto-Zentrierung */
background-color: #000000;								/* Hintergrundfarbe der headbox - optional */
/* text-align: center;									Textausrichtung - sofern Text in der headbox */
}

.header_m101 {background-image: url(../img/headimg/head_101m.jpg); height: 128px; top: 0; left: 0; right: 0; z-index: 6; position: fixed; background-repeat: repeat-x;}
#header_l101 {background-image: url(../img/headimg/head_101l.png); height: 112px; width: 803px; left: 0; bottom: 0; z-index: 10; position: absolute; visibility: visible; background-repeat: no-repeat;}
#header_r101 {background-image: url(../img/headimg/head_101r.png); height: 128px; width: 270px; right: 0; bottom: 0; z-index: 12; position: absolute; visibility: visible; background-repeat: no-repeat;}

#header_art001 {										/* set-image franz. Garde-Gren */
background-image: url(../img/artikel/3.1.08.00.-1813-1ggr.jpg); background-position: center center; background-repeat: no-repeat; height: 128px;}

#content {												/* Container Mittelfeld Shop-Bereich */
position: absolute;										/* Position zum Eltern-Element */
top: 8.00em; left: 0; bottom: 4.00em; right: 0;			/* bekommt die head- oder footbox einen anderen height- oder border-Wert muessen top- & bottom-Werte entsprechend angepasst werden */
z-index: 5;												/* raeumliche Bezugsebene */
margin-left: 0.750em;									/* Ausgleich Scroll-Balken */
overflow: auto;											/* permanenter Scroll-Balken*/
overflow-y: scroll;										/* fuer moderne Browser! */
}

#footbox {												/* Container Fussbereich */
position: absolute;										/* Position zim Eltern-Element */
bottom: 0; left: 0; right: 0;							/* Positionierung */
/* z-index: unter cont_footbar; */												/* raeumliche Bezugsebene */
height: 4em;											/* Hoehe - Aenderungen hier fuehren zu Aenderungen bei "level_02", "sidebox" und "contbox" */
background-color: #000000;								/* BG-Farbe */
}



#scroll {
width: 954px;
height: 350px;
margin: 0 auto;
background-image: url(../img/grafik/bg-scroll.jpg);
background-repeat: repeat-x;
border: 2px outset #ffd700;
overflow: auto;
}

#scroll ul {
float: left;
margin-right: -999em;
white-space: nowrap;
list-style: none;
}

#scroll li {
margin: 5px;
text-align: center;
float: left;
display: inline;           
}

#scroll img {
border: 0;
display: block;
}

#scroll a {
text-decoration: none;
font-weight: bold;
color: #b69d36;
}

#scroll a:active, #scroll a:focus, #scroll a:hover {
color: #e9ca4a;
}

#scroll span {
font-size: 0.85em;
padding:5px 0 0;
display:block;
}
