
@page { 
	size:portrait; 
}

@media all{
	*{
		margin:0;
		padding:0;
	}
	
	/*--------------------------------------------------------------------*/
	/* ----- RESET----- */
	/*--------------------------------------------------------------------*/
	
	body {
		font-size: 12pt; 
		font-family: "Arial", sans-serif;
		background-color:#fff;
	}
	
	
	/*--------------------------------------------------------------------*/
	/* ----- IDS----- */
	/*--------------------------------------------------------------------*/
	
	#col2_content{
		display:block;
		background-color:inherit;
		font-size:0.8em;
		margin-bottom: 0.5em;
		padding-left:20px;
		height:auto;
		text-align:left;
		
	} 
	
	
	#header{
		margin:0 0 2em 0;
		height:160px;
		width:900px;
		/*background:url(../print/kopf.jpg) no-repeat;*/
	}
	
	
	#col2_s, #col2_b, #col2_x, #col3_s, #col3_b{
		float:none; 
		width: auto; 
	}
	
	#col2_content, #col3_content {
		float:none; 
		width: 900px; 
	}
	.floatbox2{
		border-top:1px dotted #4caa45;
		border-bottom:1px dotted #4caa45;
		padding:10px 10px 0 0;
	}
	#footer {
		height:73px;
		font-size:0.8em;
		text-align:left;
	}
	#footer a{
		color:#000;
		font-weight:bold;
		text-transform:uppercase;
		text-decoration:none;
		padding:0 0 20px 20px;
	}
	#footer ul{
		height:14px;
		margin:10px 0 0 20px;
		list-style:none; /*list-style-type, list-style-position, list-style-image*/
		
	}
	
	#footer ul li{
		float:left;
		height:14px;
		margin:50px 0 0 0;
		padding:0;
		background:none;
	}
	
	#footer ul li a:link, #footer ul li a:visited{
		display:block;			/*damit bei mehrzeiligem Navipunkt die Zeilen buendig zueinander bleiben*/
		float:left;
		width:auto;
		height:14px;
		text-decoration:none;
	}
	

	
	
	/*--------------------------------------------------------------------*/
	/* ----- CONTENT ----- */
	/*--------------------------------------------------------------------*/

	
}

