/*--- 
Walther Wolf GmbH
Styledefinitionen für die Printausgabe

general
---*/	


/*--- general ---*/

	
body {
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #000;
   	background: #fff;
   	font-size: 13px;
   	}
  
dl,  
#links,
#rechts,
#header_mitte,
#header_navi,
#navigation,
#column_box,
#footer a {
   display: none;
   }

.printheader {
	display : block;
	margin-left : 0;
	width : 640px;
	} 
	   
#footer {
	padding: 50px 0 50px 0px;
	margin: 0px;
	font-size: 11px;	
	}
	
#footerlist {
	list-style-type: none;
	margin: 0;
	padding: 0;	
	}
	
#footerlist li {
	float: left;
	}	   
	
h1 {
	padding: 20px 0 0 0;
	margin: 0;
	font-family: tahoma, helvetica, sans-serif;
	font-size: 22px;
	color: #999999;
	line-height: 24px;
	font-weight: normal;
	}

h2 {
	padding: 20px 0 0 0;
	margin: 0px;
	font-family: tahoma, helvetica, sans-serif;
	font-size: 18px;
	color: #45677b;
	line-height: 24px;
	font-weight: normal;
	}	
	
h3 {
	padding: 14px 0 0 0;
	margin: 0px;
	font-family: tahoma, helvetica, sans-serif;
	font-size: 16px;
	color: #45677b;
	line-height: 24px;
	font-weight: normal;
	}
