@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 }
	.clear { clear:both; }

	.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: 2a2a2a
	Blau: 05a9de
	Textfarbe: e2e2e2
	border: e2e2e2;
	
	*/

	/* html * { font-size: 100.01% } */
	body { 
		background:#2a2a2a url(../images/bg_page.gif) repeat-x;
		font-family: Verdana, Helvetica, Arial, sans-serif;
		font-size: 70%; 
		color: #e2e2e2;  		
	}
	#page_margins { width: 960px; margin: 0 auto 0 auto; padding-bottom:16px; }
	#page { margin:0 0 0 0; }
 
	#page_logo { width:165px; text-align:center; }
	#page_logo a { display:block; padding-top:15px; }
	
	/*#main { overflow:hidden; }  */

	#col1 { float: left; width: 165px}
	#col2 { display:none}
	#col3 { width: auto; margin: 0 0 0 165px}
	#col1_content { padding: 0; }
	#col3_content { padding: 0 0 0 30px; line-height:2.1em; }
	
	#page_logo, #main_header { height:103px; border-bottom:1px solid #e2e2e2; }
	#main_header { padding-left:2px; }
	#main_content { float:left; min-height:310px; margin:8px 0 30px 0; }
	
	.prepage { width:700px !important; }
	.prepage { text-align:center; }
	.prepage #main { padding-top:110px; }	
	
	
}
