a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #00a8dc;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #007599;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #57c2e6;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	list-style-image: url(../img/public/ul_li.jpg);
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.ueberschrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

.ueberschrift2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
}

.textSite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.textSiteProdukte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.textSiteProdukte td {
	vertical-align: top;
	padding-bottom: 15px;
}

.fett {
	font-weight: bold;
}

.bg-gelb {
	background-color: #FFFF00;
}

.bg-grün {
	background-color: #92D050;
}

.bg-grau {
	background-color: #DDDDDD;
}

table tr.titel td {
	font-weight: bold;
	border-top-width: 3px;
	border-bottom-width: 3px;
}

table.standard {
	border-collapse: collapse;
}

table.standard td {
	border: 1px solid #000000;
	padding: 3px;
	font-size: 12px;
}

@media print {
	.hiddenOnPrint {
		display: none;
	}
	.breakOnPrint {
		page-break-after: always;
	}
}