/**
 * CSS Definitionen für Raupach & Wollert-Elmendorff.
 * 
 * Dieses Stylesheet definiert ausschliesslich die
 * Druckansicht der Website.
 *
 * @author: axelmichel@online.de
 * @publisher: Raupach & Wollert-Elmendorff
 * @version: 1.0 (default)
 * @date: 2005/12/27
 */

 body {
 	background-color:#FFF;
	font-family:Arial,Verdana,sans-serif;
 }
 
 .hide,#TopNav,#MainNavBlock,#ContentNav,#Header,#InfoBlock,#adrBlock,#Footer,#printAdr h2 {
 	display:none;
 }
 
 #printAdr img {
 	float:left;
	width:249px;
 }
 
 #printAdr address {
 	float:right;
 }
 
#Wrapper, h1 {
 	clear:both;
 }
 
 h1 {
 	margin:10px 0px 5px 0px;
 }
 
 ul {
 	list-style-type:square;
 }