body {
	background-color: #003C77;
	margin: 0;
}
a {
	color: #317153;
}
a:hover {
	color: #002953;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #317153;
}
li {
	list-style-type: circle;
}
.textmini {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #317153;
}
a.textweiss {
	color: #fff;
}
a.textweiss:hover {
	font-weight: bold;
}
#container {
	width: 760px;
	
	/* Hack, um Seite mittig zu stellen */
	left: 50%;
	margin-left: -350px;
	position: absolute;
}
#inhaltmitte {
	background-color: #FFF;
	width: 450px;
	*width: 540px;
	padding: 30px 50px;
	float: left;
}
#spalterechts {
	float: left;
	width: 180px;
	*width: 200px;
	text-align: center;
	margin-top: 600px;
	background: transparent url(bilder/hg-eislochcracks-seitenbalken.jpg) no-repeat;
	height: 240px;
	padding: 30px 20px 0 0;
}
#spalterechts h2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
}
#spalterechts h2 a:hover {
	color: #ccc;
}