/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	
	
}

p {
	font-weight: normal;
	text-align: justify;
}


td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	font-weight: normal;
	text-align: left;
}


a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #CC6633;
	text-decoration: none;
}
.standardbold {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.standard {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.linkrot {
	font-size: 12px;
	color: #903206;
	text-decoration: none;
	font-weight: bold;
}
.linkrot:hover {
	font-size: 12px;
	color: #F9672A;
	text-decoration: none;
	font-weight: bold;
}
.backgrounderd {
	background-image: url(bilder/erdbeere-hintergrund.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.backgroundkirsch {
	background-image: url(bilder/kirsche.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.backgroundpfirsich {
	background-image: url(bilder/pfirsich.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.backgroundsandwich {
	background-image: url(bilder/sandwich.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.backgroundapfel {
	background-image: url(bilder/apfel-massband.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.backgroundmilch {
	background-image: url(bilder/milch.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.backgroundnuesse {
	background-image: url(bilder/nuesse.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.backgroundkaese {
	background-image: url(bilder/kaesse.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.linkblau {
	font-size: 12px;
	color: #000066;
	text-decoration: none;
}
.linkblau:hover {
	font-size: 12px;
	color: #FE0000;
	text-decoration: none;
}

.naviunten {
	font-size: 11px;
	color: #903206;
	text-decoration: none;
}
.naviunten:hover {
	font-size: 11px;
	color: #F9672A;
	text-decoration: none;
}

h1 {
	font-size: 16px;
	font-weight: bold;
}

h2 {
	font-size: 13px;
	font-weight: bold;
}
