/* 			fuerus.com: print.css										*/
/*				author: use-art.de											*/
/*				eMail: info@use-art.de										*/
/*				date: 2007/12/18												*/
/* 			print style sheet												*/


html, body { 
	background: white;
	color: black;
	font-family: arial, verdana, sans-serif !important;
	}
	
#wrapper { 
	position: relative;
	left: 0;
	width: 100%;
	margin: 0;
	font-size: 10pt;
	}

#logo { float: right; }
		
#mainnav, #topnav, .button_container, hr, .line, line1, #subnav, #skip, .printnot, #gfnav, #pdf { display: none !important; }

#content {
	width: auto !important;
  	margin: 0 !important;
  	padding: 0 !important;
	float: none !important;
	color: black; 
	background: white;
	}
	
.content_floatright { padding: 2em 0 0 0; }

#brand {
	width: auto !important;
  	margin: 0 0 2em 0 !important;
	float: none !important;
	color: black; 
	background: white;
	border-bottom: 1px solid black;
	padding: 0 !important;
	}
	
#footer, #footer_sans {
	width: auto !important;
  	margin: 2em  0 0 0 !important;
  	padding: 2em 0 0 0 !important;
	float: none !important;
	background: white;
	border-top: 1px solid black;
	color: #aaa;
	text-align: center;
	}
	
p, ul, dl, li, dd, dt, h2, h3, h4, img { 
  	margin: 0 3% 1em 3% !important;
  	padding: 0 !important;
	}
	
h1 { 
  	margin: 0 3% 0.35em 3% !important;
  	padding: 0 !important;
  	color: #b22222;
	}
	
h2 { 
  	margin: 0 3% 1em 3% !important;
  	padding: 0 !important;
	}

a:link, a:visited {
	color: #000;
	background: white;
	font-weight: 100;
	text-decoration: none;
	}