body{
margin: 0;
padding: 0;
border: 0px none;
overflow: auto;
height: 100%; 
max-height: 100%;
background-color:#6A1904
}
#framecontentLeft{
position: absolute; 
top: 0; 
left: 0; 
width: 200px; /*Width of left frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color:#6A1904;
color: white;
}
#framecontentTop{
position: absolute;
top: 0;
left: 230px; /*Set left value to WidthOfLeftFrameDiv*/
right: 150px; /*Set right value to WidthOfRightFrameDiv*/
width: auto;
height: 120px; /*Height of top frame div*/
overflow: auto; /*Disable scrollbars. Set to "scroll" to enable*/
background-color:#6A1904;
color: #F8BE0D;
font: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}
#maincontent{
width: 800px;
height: 550px;
position: absolute; 
top: 80px; /*Set top value to HeightOfTopFrameDiv*/
left: 200px; /*Set left value to WidthOfLeftFrameDiv*/
bottom: 0;
overflow: hidden; 
background-color:#BB5605;
border: 1px solid yellow;
margin: 0px; padding: 0px;


}
#maincontent-back{
width: 800px;
height: 550px;
position: absolute; 
top: 80px; /*Set top value to HeightOfTopFrameDiv*/
left: 200px; /*Set left value to WidthOfLeftFrameDiv*/
bottom: 0;
overflow: auto; 
border: 1px solid yellow;
margin: 0px; padding: 0px;
 background-image:url('../bilder/hintergrund.jpg');
}

#maincontent-angebote{
width: 800px;
height: 550px;
position: absolute; 
top: 80px; /*Set top value to HeightOfTopFrameDiv*/
left: 200px; /*Set left value to WidthOfLeftFrameDiv*/
bottom: 0;
overflow: hidden; 
background-color:#BB5605;
border: 1px solid yellow;
margin: 0px; padding: 0px;
 background-image:url('../bilder/angebote.jpg');
}
#maincontent-angebote h2{
 font: 19px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color:#ECBB44;
margin-top:20px; padding-left: 65px; padding-right: 20px;
}
#maincontent-angebote h3{
 font:  15px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color:#ECBB44;
margin-top:10px; padding-left: 65px; padding-right: 20px;
}
* html #maincontent{ /*IE6 hack*/
height: 550px; 
width: 800px; 
}
* html #maincontent2{ /*IE6 hack*/

width: 600px; 
}
html #maincontent-galerie{ /*IE6 hack*/
width:601px;
height: 450px;
top: 10px; 
}
#maincontent-galerie{
position: absolute; 
top: 10px; /*Set top value to HeightOfTopFrameDiv*/
left: 185px; /*Set left value to WidthOfLeftFrameDiv*/
bottom: 0;
overflow: hidden; 
 background-image:url('../bilder/transparent.gif');
color:#ECBB44;
border: 1px solid #ECBB44; font-style:normal; font-variant:normal; font-weight:normal; font-size:19px; font-family:Lucida Grande, Trebuchet MS, Verdana, Helvetica, sans-serif
}

#maincontent-galerie h2{
 font: 19px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color:#ECBB44;
margin-top:20px; padding-left: 65px; padding-right: 20px;
}
#maincontent-galerie h3{
 font:  15px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color:#ECBB44;
margin-top:10px; padding-left: 65px; padding-right: 20px;
}

html #maincontent2{ /*IE6 hack*/
width:600px;
height: 450px;
top: 10px; 
}
#maincontent2{
position: absolute; 
top: 10px; /*Set top value to HeightOfTopFrameDiv*/
left: 100px; /*Set left value to WidthOfLeftFrameDiv*/
bottom: 0
overflow: hidden; 
color: yellow;
border: 1px solid #ECBB44;
filter:alpha(opacity=75); -moz-opacity: 0.75;
 background-image:url('../bilder/transparent.gif');font-style:normal; font-variant:normal; font-weight:normal; font-size:18px; font-family:Lucida Grande, Trebuchet MS, Verdana, Helvetica, sans-serif

}
#maincontent2 h2{
 font: 18px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color:#FFE050;
margin-top:20px; padding-left: 65px; padding-right: 20px;
overflow: auto;
}
#maincontent2 h3{
overflow: auto;
 font:  15px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color:#FFE050;
margin-top:10px; padding-left: 65px; padding-right: 50px;
}
#maincontent2 ul{
list-style-type: none;
padding-left: 150px;
}
#maincontent2 ul#preise{

margin-top: -294px;
padding-left: 380px;
}


.innertube2 h1{
font: bold 24px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
margin-left:210px;
}
.innertube h1{
margin-left:0px;
}

.innertube{
margin: 20px; margin-top:30px;  /*Margins for inner DIV inside each DIV (to provide padding)*/
}
.innertube2{
margin-top:10px; margin-left: 10px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}
.innertube3{
margin-top:25px; margin-left: 100px;/*Margins for inner DIV inside each DIV (to provide padding)*/
}
* html body{ /*IE6 hack*/
padding: 80px 140px 0 200px; /*Set value to (HeightOfTopFrameDiv WidthOfRightFrameDiv 0 WidthOfLeftFrameDiv)*/
}
#framecontentTop .innertube2 {
margin-top:25px; margin-left: 10px;
}
* html #framecontentTop{ /*IE6 hack*/
width: 100%;
}
* html #framecontentLeft{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 200px;   
}
