body {
 
    width: 100%;
	background: #933;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center; /* horizontal centering for IE Win quirks */
}
	* {
	 margin:0;
	 padding:0;
	 }

#box {
	
	background: #FFC;
	width: 95%;
	max-width:900px;
	margin: auto; /* Div soll zentriert werden */
	min-height: 1000px; /* Mindesthöhe für moderne Browser */
	height:auto !important; /* Important Regel für moderne Browser */ 
	height:100%; /* Mindesthöhe für den IE */ 
	overflow: hidden !important; /* FF Scroll-leiste */ 
	text-align:left;
	position: relative; /* puts container in front of distance */
	clear: left;
	 }

a:link {
	text-decoration:none;
color:#000;
}
a:visited {
	
	text-decoration: none;
	color:#000;
}
a:hover {
	text-decoration: underline;
	color:#F00;
}
a:active {
	text-decoration: none;
	color:#000;
}

#text_oben
{ background-color:#3C3;
	margin-top:10px;
	 margin-left:300px;
	 width:550px;
  height: 110px;
  position:absolute;
  border: 3px solid red;
  padding: 10px;
  padding-bottom:30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  }
  
  #text_oben_links
{
	text-align:center;
  	width:275px;
  	height: 110px;
  	position:absolute;
  }
  
  #text_oben_rechts
{
	text-align:center;
  margin-left:275px;
  width:275px;
  height: 110px;
  position:absolute;
  line-height:30px;
  }

#banner {
}

#logo {
	margin-top:10px;
  margin-right: 5px;
  margin-left: 5px;
  position:absolute;
}


#content{
	margin-top:220px;
	 margin-left:50px;
  float:left;
  width:600px;
  position:relative;
}

#sidemenu{
  margin-top:230px;
  margin-left:20px;
  float:left;
  line-height:35px;
  width:115px;
  height:255px;
  font-size:20px;
  background-color:#3C3;
  border: 3px solid red;
  padding: 20px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}


#titel
{
	font-style:italic;
	font-size:30px;
	color:#F00;
	text-shadow: 3px 3px 0px #0F0;
	}

#inhaltsstoffe
{
	font-style:italic;
	font-size:14px;
	color:#666;
	}
	
#footer{
  width: 640px;
  height: 35px;
  margin-left:230px;
  padding-bottom:20px;
  text-align:right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  float:left;
  line-height:35px;
}