	

	/*	======================================================
		Grundgerüst Stylesheet
		(1) Body, Container
		(2) Navigation
		(3) Content
		(4) Footer
	====================================================	*/
	
	
	
	
	
	/* =====================================================
		 (1) Body, Container 
	====================================================	*/


	* {
		margin: 0;
		padding: 0;
		}
	
	html, body {
		height: 100%;
		background: #ffffe0;
		font: 11px Verdana, Helvetica, sans-serif;
		line-height:16px;
		color: #000;
		}
	
	* html #container {
		height: 94%;
		}

	#container {
		margin: 0 auto; 
		min-height: 94%;
		width: 904px;
		background: url(../frontend/images/bg_kachel.gif) repeat-y; 
		}

	#container:after {
		content: "";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
		}




	/* =====================================================
		 (2) Navigation 
	====================================================	*/


	#navigation_container {
		float: left;
		width: 244px;
		}

	#navigation_main {
		float: left;
		width: 128px;
		display: inline;
		margin: 0;
		}
	
	#navigation_main ul {
		list-style: none;
		margin: 15px 5px 0 0;
		padding: 0;
		text-align: right;
		font: bold 11px/24px Verdana, Arial, Helvetica;
		color: #474c3c;
		}
	
	#navigation_sub {
		float: left;
		width: 116px;
		display: inline;
		margin: 0;
		}
	
	#navigation_sub ul {
		list-style: none;
		margin: 21px 0px 0px 4px;
		padding: 0;
		text-align:left;
		font: 11px/24px Verdana, Arial, Helvetica;
		color: #474C3C;
		}
	#navigation_sub ul li {
		height: 25px;
	}




	/* =====================================================
		 (3) Content
	====================================================	*/


	#content {
		float: left;
		width: 590px;
		padding: 12px 35px 30px 35px;
		}




	/* =====================================================
		 (4) Footer
	====================================================	*/


	#footer_container {
		height:6%;
		background: url(../frontend/images/bg_kachel.gif) repeat-y; 
		width:904px;
		margin:0px auto;
		clear: both;
		}
	
	#footer_content {
		border-top: #666666 1px solid;
		width: 605px;
		color:#666666;
		font-size:8pt;	
		text-align:center;
		margin-left: 267px;
		padding-top: 4px; 
		}
