body {
  background-color: gray;
  font-size: 12px;
  color:#564b47;
  padding:20px;
  margin:50px;
  text-align: center;
}


#inhalt {
  text-align: left;
  vertical-align: middle;
  margin: 0px auto;
  padding: 0px;
  width: 750px;
  height: 530px;
  background-color: #ffffff;
  
}

#framecontentLeft{ 
float: left;
width: 200px; /*Width of left frame div*/
height: 350px;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: white;
color: orange;
margin: 10px;
}

#framecontentTop{ 
left: 20px; /*Set left value to WidthOfLeftFrameDiv*/
right: 0;
width: auto;
height: 120px; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: silver;
color: white;
border-bottom-width:2.5em;
border-bottom:4px solid #FF3300;

}

#startbild{ 
float: left;
left: 20px; /*Set left value to WidthOfLeftFrameDiv*/
right: 0;
width: 200px;
height: 400px; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: white;
color: white;
}
#maincontent{

left: 20px; /*Set left value to WidthOfLeftFrameDiv*/
top: 120px; /*Set top value to HeightOfTopFrameDiv*/
right: 0;
bottom: 0;
float: left;
overflow: auto; 
background: #fff;
margin: 10px;
}

.innertube{
margin: 0px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 0px 0 0 0px; /*Set value to (HeightOfTopFrameDiv 0 0 WidthOfLeftFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 400px; 
width: 270px; 
}

* html #framecontentTop{ /*IE6 hack*/
width: 750px;
}

/*==== Navigation ====*/

#menu02 {
width: 180px;
margin: 5px;
padding:5px;
}

#menu02 ul, #menu02 li {
 font-weight: bold;
 list-style-type: none;
 margin-left:8px;
 padding: 0px;
 color:silver;
}


#menu02 li a:link, #menu02 li a:visited, #menu02 li a:active {display:block;
        /*border-bottom: SOLID 1px #000;*/
        color:#ED5B24;text-decoration:none;
        background:TRANSPARENT;
        font: bold 13px verdana, sans-serif;
        padding-top:0px;
        padding-bottom:0px;
        height: 24px;
line-height: 24px;
}

#menu02 li a:hover { background-color:#EFEFEF;
        /*border-bottom: solid 1px #000;;*/
        color:black;
		font-weight: bold;

}