@import url(main.css); 
@import url(menu.css); 
@import url(print.css); 

@media all
{
	* { margin:0; padding: 0; } 
	option { padding-left: 0.4em}
	html { height: 100% } 
	body { 
		min-height: 101%;	
		font-size: 100.01%; 
		position: relative;    
		color: #000;        
		background: #fff;
		text-align: left; 
	} 
	img { border:0; }
	select, input, textarea { font-size: 99% }
	
	/* Clearing */
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	.clearfix { display: block; } 	
	.floatbox { overflow:hidden; }	
	/* IE-Clearing: Benötigt nur der Internet Explorer und über iehacks.css zugeschaltet */
	#ie_clearing { display: none }

	ul, ol, dl { margin: 0 0 1em 1em }
	li { margin-left: 1.5em; line-height: 1.5em; }	
	dt { font-weight: bold; }
	dd { margin: 0 0 1em 2em; }	
	blockquote, cite { margin: 0 0 1em 1.5em; font-size: 0.93em; width: auto;}
}


@media screen, print
{
	.skip {
		position: absolute;
		left: -1000em; 
		width: 20em;
	}
}
