body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
}
html, body, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
a {
	color:#000000;
	text-decoration:underline;
}
a:hover {
	color:#000000;
	text-decoration:none;
}
a.rezepte {
	color:#000000 
	text-decoration:underline;
	font-weight:bold;
}
a.rezepte:link {
	color:#000000 
	text-decoration:underline;
	font-weight:bold;
}
a.rezepte:hover {
  color:#000000; 
  text-decoration:underline;
  font-weight:bold;
}
a.rezepte:visited {
  color:#000000; 
  text-decoration:underline;
  font-weight:bold;
}

a.tipp {
	color:#000000 
	text-decoration:underline;
	font-weight:bold;
}
a.tipp:link {
	color:#000000 
	text-decoration:underline;
	font-weight:bold;
}
a.tipp:hover {
  color:#000000; 
  text-decoration:underline;
  font-weight:bold;
}
a.tipp:visited {
  color:#000000; 
  text-decoration:underline;
  font-weight:bold;
}

.bgcontentgruen {
	background-image:url(images/bg-gruen.jpg);
	background-repeat:repeat-y;
}
.bgcontentorange {
	background-image:url(images/bg-orange.jpg);
	background-repeat:repeat-y;
}
.bgcontentrot {
	background-image:url(images/bg-rot.jpg);
	background-repeat:repeat-y;
}
.bgcontentblau {
	background-image:url(images/bg-blau.jpg);
	background-repeat:repeat-y;
}
.bgcontentlila {
	background-image:url(images/bg-lila.jpg);
	background-repeat:repeat-y;
}
#LayerMainContentSpalte1 img {
	padding:0px 0px 10px 0px;
	margin:0px;
}
img {
	border:0px;
}
.bgweiss {
	background-color:#FFFFFF;
}
.txtweiss {
	color:#FFFFFF;
}