body {
	font-family: Tahoma;
	color: #1643cb;
	font-size: 12px;
	background-color: #FFFFFF;
}
a:link {
	color: #1643cb;
	text-decoration: none;
}
a:visited {
	color: #003366;
}
a:hover {
	color: #003366;
	text-decoration: underline;
}
/* Home */
.home_1 {
	font-size: 24px;
	font-weight: bold;
}
.home_2 {
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
/* Oben */
.head1 {
	font-family: cambria;
	font-size: 40px;
	font-weight: bold;
	color: #1643cb;
	letter-spacing: 7px;
}
.head2 {
	font-family: cambria;
	font-size: 30px;
	color: #1643cb;
}
.head3 {
	font-family: cambria;
	font-size: 20px;
	color: #1643cb;
}
/* Menü */
.MenuList {
	font-size: 14px;
	font-weight: bold;
}
#listStyle {
	margin-left: -15px;
	font-size: 12px;
	list-style: none;
}
/* Produkte */
.titles {
	font-size: 12px;
	font-weight: bold;
}
.text {
	font-size: 12px;
	font-weight: normal;
}
.textframe {
	width: 215px;
	z-index: 2;
	margin-left: 20px; 
	padding-top: 60px;
	/*margin-top: 70px;*/
}
/* Impressum */
.ImpTitles {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 10px;
}
.ImpText {
	font-family: Tahoma;
	font-weight: normal;
	font-size: 9px;
}
/* Kontakt */
.bigName {
	font-size: 16px;
	font-weight: bold;
}
.addy {
	font-size: 16px;
}
.smallText {
	font-size: 12px;
}
