/* andreas00 - an open source xhtml/css website layout by Andreas Viklund  - http://andreasviklund.com . Free to use for any purpose as long as the proper credits are given to the original author.
Version: 1.0 (Apr 07, 2006) */

/***** Body and main container *****/

body {
	background: white;
	font-size: 12pt;
	font-family: Times;
	color:#000;
	margin: 0;
	padding: 0;
	}
	
#header, #a_menu, #pollWrapper, #a_search {
	display: none;
	}
	
#wrap {
	width: 180mm;
	padding: 0;
	margin: 5mm;
}

img.imgprint {
    display: inline !important ;
}

#contentwide, #content {
	width: auto; 
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
}

#content p, #contentwide p{
	font-size: 12pt;
}

#a_footer {
	display: none
}

.rund-box-bild .w4 { display: none; }
	
