html, body {
	background-color: #0E175E;
	background-image: url("img/startseite_backg.gif");
	background-repeat: repeat-y;
	padding: 0;
	margin: 0;
	font-family: arial;
	font-size: 14px;
	color: #767676;
}

img#startseite {
	position: absolute;
	top: 48px;
	left: 46px;
	display: block;
	width: 898px;
	height: 521px;
}

div#index_contact {
	position: absolute;
	top: 386px;
	left: 150px;
	width: 800px;
	z-index: 10;
	color: white;
}

div#index_impressum {
	position: absolute;
	top: 578px;
	left: 642px;
	width: 300px;
	text-align: right;
	z-index: 10;
	color: white;
	font-size: 12px;
}


h1 {
	font-size: 12px;
	margin: 0;
}
p {
	margin-top: 5px;
}
a {
	color: white;
}
a:hover, a:active {
	color: white;
}