/*das ist mein Print Stylesheet*/
body, p, h1, h2, h3, h4, h5, {
	margin: 0; padding: 0;
	}


#header, #nav, #leftc, #rightc, #footer {
	display: none;
}

body {
	background: white;
	color: black;
	font-family: 'Trebuchet MS', Arial, Verdana, sans-serif;
	font-size: 12Px;
	text-align: center;
  }

  
  
.rahmen {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}

.bild_links{
	float: left;
	margin-right: 10px;
}

.bild_rechts{
	float: right;
	margin-left: 10px;
}


#preistabelle1, #preistabelle2{
	margin-left: 185px;
	color: black;
	background-color: white;

}  

#preistabelle3{
	margin-left: 20px;
	color:black;
	background-color: white;

}
  

.printy h1{
	font-size: 2em;
	font-weight: normal;
	font-variant: small-caps;
	text-align: center;
	margin-bottom: 0;
}

.printy h2{
	font-size: 1.5em;
	font-weight: normal;
	text-align: center;
	padding-bottom: 1.3em;
	border-bottom: 1em;
}


.printy footer{
	text-align: center;
	

}