/* 
**  Dateiversion: 09.03.06  
**  Datei       : base.css
**  Funktion    : Basis-Stylesheet
**  Float Layout  und IE Hacks vom Turorial: Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.highresolution.info/webdesign/yaml/)
*/


@media all
{

html {height:100%} 

body { 
	min-height: 101%;	
    font-size: 100.01%; 
    position: relative; 
    color: #000;        
    background: #fff;
    text-align: left; 
	
} 


* {margin:0; padding:0; border:0; }

#main {	clear:both; width: 100%; z-index: 10;}


#col1 {
	float: left;
	width: 207px; 
}

#col2 {
	float:right; 
	width: 207px; 
}

#col3
{
	width:auto;
   	margin-left: 207px; 
   	margin-right: 207px; 
}


#col1 {z-index: 3;}
#col2 {z-index: 5;}
#col3 {z-index: 1;}
#col1_content {z-index: 4;}
#col2_content {z-index: 6;}
#col3_content {z-index: 2;}

#col1, #col2, #col3 { position: relative; }
#col1_content, #col2_content, #col3_content { position: relative; }

#footer { clear:both; width:auto; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: block;}


.floatbox { overflow:hidden; }

hr.clear_columns{	
	content: "."; 
	display: block;  
	height: 0; 
	line-height: 0px; 
	clear: both; 
	float: left; 
	visibility: hidden; 
	border: 0; 
	padding: 0;
	margin: -2em 0 0 0; 
}

.skip {
	position:absolute;
	left:-1000px;
	right:-1000px;
	width:0px;
	height:0px;
	overflow:hidden;
	display:inline;
}


}

