@charset "UTF-8";
@media all { 

	/* ####### Basis ####################################################### */

	* { margin:0;padding:0 }
	* html body * { overflow:visible }
	html { height:100% }
	body { min-height:101%;font-size:100.01%;color:#000;background:#fff;text-align:left }
	fieldset,img { border:0 solid }
	option { padding-left:0.4em }
	ul,ol,dl { margin:0 0 1em 1em }
	li { margin-left:1.5em;line-height:1.5em }
	dt { font-weight:700 }
	dd { margin:0 0 1em 2em }
	blockquote,cite { font-size:0.93em;width:auto;margin:0 0 1em 1.5em }
	
	#topnav { position:absolute;top:10px;right:10px;text-align:right }
	#footer { clear:both;display:block }
	
	#col1_content { z-index:4 }
	#col2_content { z-index:6 }
	#col3_content { z-index:2 }
	
	.clearfix:after { content:".";display:block;height:0;clear:both;visibility:hidden }
	.clearfix { display:block }
	.floatbox { overflow:hidden }

	.skip,.hideme,.print { position:absolute;top:-1000em;left:-1000em;height:1px;width:1px }
	.skip:focus,.skip:active { position:static;top:0;left:0;height:auto;width:auto }
	#header,#col1_content,#col2_content,#col3_content { position:relative }
	#nav,#main { clear:both;width:auto }
	
	
	
	/* ####### Projekt ####################################################### */
	
	/*
	Farben:
	Page-BG: cecbc4
	Tuerkis: 0094a0
	Textfarbe: 333
	
	*/

	html * { font-size: 100.01% }
	body { 
		background:#cecbc4; 
		font-family: Verdana, Helvetica, Arial, sans-serif;
		font-size: 70%; 
		color: #333;  		
	}
	#page_margins { width: 775px;  min-width:inherit; max-width:none; margin: 0 auto 0 auto; padding-bottom:16px; }
	#page { margin:16px 0 0 0; border:5px solid #fff; }
 
	#header {  }
	#header_images { height:178px; background: #0094a0 url(../images/bg_header.jpg) no-repeat 0 29px; }
	#page_logo { border-bottom:5px solid #fff; }
	#header_image { margin-left:17px; }
	
	#nav_main { background: #0094a0; border-top:5px solid #fff; border-bottom:5px solid #fff;}	
	#main { overflow:hidden; background: url(../images/bg_main.gif) repeat-y;}  	

	#col1 { float: left; width: 450px; margin: 0 0 0 150px; }
	#col2 { float: left; width: 155px; margin: 0 0 0 -605px; overflow:hidden; }
	#col3 { width: auto; margin: 0 0 0 610px;  }
	#col1_content { margin: 5px 10px 0 16px; }
	#col2_content { padding: 0 0 0 0px; }
	#col3_content { padding: 23px 0 0 5px }
}