body {
   background: white;
   color:black;
   font-size: 12pt;
}

html {
	font-family: "Times New Roman", "Arial", "Helvetica", sans-serif;
	}


#horizon {
   width: 100%;
   height: auto;
   top: 0px;
   left: 0px;
   margin-top:0px;
   text-align: center;
}

#wrapper {
		width: 100%;
		float:none !important;
	}	
	
#print {
		width: 700px;
		float: none !important;
		color: black;
		background: white;
}
	

#content {	
		width: 100%;
		float: none !important;
	}

#main {	
		width: 100%;
		float: none !important;
		border: none;
	}
	
#scrollbereich {	
		width: 100%;
		float: none !important;
		overflow:visible;
		position:absolute;
		height: auto;		
	} 

#scrollbarabstand {
		width: 100%;
		float: none !important;
	} 
	
#spacer {
	height:30px;
	}
#footer {
	display:none;	}	

#lightfooter {
	display:none;	
	}	
#darkfooter {
	display:none;
	}
#submenu_1 {	
	display:none;
	}
#submenu_2 {	
	display:none;
	}
#submenu_3 {	
	display:none;
	}			
#welcome_image {
	display:none;
	}
#down_left {
	display:none;
	}

   
h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	font-size: 13pt;
	color: #666;
	background: white;
}

a:link,
   a:visited {
		color: #666;
		background: white;
		text-decoration: underline;
}


