body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
  /* Hintergrundfarbe */
	background-color: #FFFFFF;
	margin: 0px;
}
a:link, a:visited, a:active {
  /* Linkfarbe */
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #336699;
	text-decoration: none;
}
.header {
  /* Ausrichtung Telefonnummer */
  text-align: center;
  /* Schriftgröße */
	font-size: 16px;
	padding-bottom: 30px;
}
.menu {
  /* Menue wird nicht angezeigt*/
	display: none;
}
.content {
	vertical-align: top;
}
.footer {
  /* Copyright wird nicht angezeigt */
	display: none;
}
.powerdby {
  /* Powerd by wird nicht angezeigt */
	display: none;
}
.title {
  padding-bottom: 15px;
  /* Ausrichtung Website Title */
  text-align: center;
  /* Schriftgröße */
  font-size: 20px;
}

.page_headline{
  font-weight: bold;
}

/* anzeigen des Impressums beim Ausdrucken */
div#impressum_print{
  visibility: visible;
  display: block;
  position: absolute;
  left: 0px;
  bottom: -180px;
}

table.preisliste { 
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
}
table.preisliste td {
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000; 
}
