body {
background-image: url(images/herzbacground.jpg);
font: 100.01%;
font-family: sans-serif;
}
#header {
	background-color: #CE6A72;
	color: #E6DCCF;
	text-align: center;
}
#inhalt {
	width: 100%;
	background-color: #F8C3CD;
	color: #9D5157;
	font: 100.01%;
font-family: sans-serif;
}
#space1 {
height: 5px;
background-image: url(images/space.gif);
background-repeat: repeat-x;
}

#footer 
{
text-align: left;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 1em;
clear: both;
background-color: #CE6A72;
}
/* allgemeine links im text */

a:link{ color: #9D5157; text-decoration:underline;font-family: verdana; font-weight: bold; font-size: 10pt;}

a:visited{color:#6E393D;text-decoration:underline;font-family: verdana;  font-weight: bold; font-size: 10pt;}

a:hover{ color: #997477;  text-decoration:none;font-family: verdana; font-weight: bold;  font-size: 10pt;}

a:active{ color:#997477;text-decoration:underline;font-family: verdana; font-weight: bold; font-size: 10pt;}