body {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	padding: 0px;
	margin: 10px;
}

#bg_footer {
   position: absolute;
   bottom: 0;
   width: 600px;
   height: 399px;
   padding-left: 200px;
   background-image: url(kulturkalender.jpg);
   background-position: bottom left;
   background-repeat: no-repeat;
}

hr {
	border-top: 1px solid black;
	border-bottom: none;
	border-right: none;
	border-left: none;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	padding: 0px;
	font-size: 12px;
}


