		/*	======================================================
		Grundgerüst Stylesheet
		(1) Body, Container
		(2) Navigation
		(3) Header
		(4) Content
		(5) Footer		
	====================================================	*/
		
	
	/* =====================================================
		 (1) Body, Container 
	====================================================	*/

	* {
		margin: 0;
		padding: 0;
		}
		
	.clear {
		clear:both;
		margin:0;
		padding:0;
		height:0;
		line-height:0;
		font-size:0;
		}		
	
	html, body {
		height: 100.1%;
		background: #ffffff;
		font: 12px Arial, Helvetica, sans-serif;
		line-height:19px;
		color: #444444;
	}
	
	* html #container {
		height: 94%;
	}

	#container {
		margin: 0 auto; 
		width: 840px;
		background-image: url(../images/structure/content_bg.png);
		background-repeat: no-repeat;
		background-color: #f6f6f6; 
		background-position: 100% 100%;
		margin-bottom: 10px;
	}

	#container:after {
		content: "";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	
	#wrapper {
		padding: 0px 2px 2px 2px;
		width: 836px;		
	}




	/* =====================================================
		 (2) Navigation 
	====================================================	*/

	#navigation_wrapper {
		padding-top: 85px;
		padding-left: 60px;
	}
	#navigation {

	}

	#navigation ul li {	
		display: inline;
		margin-right: 35px;
	}
	
	#navigation ul li a {	
		color: #666;		
		text-transform: uppercase;
	}




	/* =====================================================
		 (3) Header
	====================================================	*/


	#header_container {
		height:320px;
		background: url(../images/home/home_01.jpg) no-repeat #f6f6f6;
	}
	

			
	/* =====================================================
		 (4) Content
	====================================================	*/


	#content {
		background: url(../images/structure/verlauf_dazwischen.png) repeat-x #ffffff;
		padding: 30px 100px 100px 60px;
	}
	



	/* =====================================================
		 (5) Footer
	====================================================	*/


	#footer_container {
		margin: 5px;
	}
	
	#footer_content {
		color: #444444;
		font-size: 8pt;	
		text-align: right;
	}
