@charset "utf-8";
/* CSS Document */



body.no-js
{
	background-color:#999;	
	text-align:center;

}

#Umschliessend
{
	width:950px;
	background-color:#333;
	clear:both;
	margin:auto;
	position:relative;
		
	/* CSS3 */
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	
	-moz-box-shadow:5px 5px 5px rgba(0,0,0,.55); 
	-webkit-box-shadow:5px 5px 5px rgba(0,0,0,.55); 
	box-shadow:5px 5px 5px rgba(0,0,0,.55);
}
 
#Banner 
{
	width   : 950px;
}

#Menu 
{
	background-color:#666;
	height:auto;
	width   : 120px;
	float:left;
	margin: 20px;
	padding:5px;
	
	/* CSS3 */
	-moz-border-radius: 2em 0.5em;
	-webkit-border-radius:2em 0.5em;
	border-radius:2em 0.5em;
	
	-moz-box-shadow:5px 5px 5px rgba(0,0,0,.55); 
	-webkit-box-shadow:5px 5px 5px rgba(0,0,0,.55); 
	box-shadow:5px 5px 5px rgba(0,0,0,.55);
}

#Inhalt 
{
	background-color: #666;
	height:auto;
	width   : 725px;
	float:right;
	margin:20px;
	padding:5px;
	
	/* CSS3 */
	-moz-border-radius: 2em 0.5em;
	-webkit-border-radius:2em 0.5em;
	border-radius:2em 0.5em;
	
	-moz-box-shadow:5px 5px 5px rgba(0,0,0,.55); 
	-webkit-box-shadow:5px 5px 5px rgba(0,0,0,.55); 
	box-shadow:5px 5px 5px rgba(0,0,0,.55);
}

#Footer
{
	width   : 950px;
	text-align:center;
	font-size:12px;	
	color:#FFF;
	clear:both;
	margin:auto;
	position:relative;	
}
