/* CSS Document */
/* Die Voreinstellungen der Browser l�schen */
body {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 62.5%; 
background-color: #fff;
color: #000;
}
body, h1, h2, h3, h4, h5, h6, div, p, table, td, ul, ol, li, dd, dt, dl, blockquote, address, hr, pre, img {
margin: 0;
padding: 0;
}
p, li, h1, h2, h3, h4, h5, h6 {
font-weight: normal;
font-size: 1em;
}

/* Blauen Rahmen um Linkgrafiken entfernen*/
a img {border:none;}

/* Das Layout */

	body
	{

		text-align: center;
		background-color: #FFFFFF;
	}
	
	#container
	{
		margin: 1em auto;
		width: 850px;
		#height: 500px;
		text-align: left;
		
	}
	
	#top_corner 
	{
		float:left;
		height: 150px;
		overflow:hidden;
		width: 150px;
		

	}
	
		#top_logo
	{
		float: right;
		width: 700px;
		overflow:hidden;
		height: 100px;
		text-align:center;
		vertical-align:middle;
		
		
	}
	
		#main_menu
	{
		float: right;
		width: 700px;
		overflow:hidden;
		height: 50px;
		
	}
	
		#side_menu
	{
		float: left;
		width: 150px;
		overflow-x:hidden;
		/* Mindestens 300px, wenn mehr, dem Inhalt anpassen, Konstruktion f�r IE und Firefox*/
		min-height:300px;
		height:auto !important;
		/*height: 300px;*/
		
		
	}
	
	#content
	{
		float:right;
		width:700px;
		#overflow-x:hidden;
		/* Mindestens 300px, wenn mehr, dem Inhalt anpassen, Konstruktion f�r IE und Firefox*/
		min-height:300px;
		height:auto !important;
		/*height: 300px;*/
		overflow:hidden;
		background-color:#F5F5F5;
	}
	
	#content_left 
	{
		float:left;
		text-align:left;
		width:500px;
		overflow-x:hidden;
		/* Mindestens 300px, wenn mehr, dem Inhalt anpassen, Konstruktion f�r IE und Firefox*/
		min-height:300px;
		height:auto !important;
		/*height: 300px;*/
		
			
		
	}
	
	#content_right
	{
		float:right;
		width:200px;
		overflow-x:hidden;
		/* Mindestens 300px, wenn mehr, dem Inhalt anpassen, Konstruktion f�r IE und Firefox*/
		min-height:300px;
		height:auto !important;
		/*height: 300px;*/
		
		
	}
	
	#bottom_corner
	{
		float:left;
		width:150px;
		overflow-x:hidden;
		/* Mindestens 300px, wenn mehr, dem Inhalt anpassen, Konstruktion f�r IE und Firefox*/
		min-height:50px;
		height:auto !important;
		height:50px;
		
	}
	
	#footer
	{
		float:right;
		width:700px;
		overflow-x:hidden;
		/* Mindestens 300px, wenn mehr, dem Inhalt anpassen, Konstruktion f�r IE und Firefox*/
		min-height:50px;
		height:auto !important;
		height:50px;
		
	}