body {
	margin: 0px;
	background-color: #fff;	
}

#container {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -426px;
	margin-top: -248px;
	width: 552px;
	height: 397px;
	padding: 50px 0px 50px 300px;
	
	background: url(../grafiken/bg.jpg) top left no-repeat;
	background-color: White;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #111D45;
}

.box {
	height:397px;
	width:512px;
	overflow:auto;
}

#ds {
	position:absolute;
	top:450px;
	left:30px;
}

h1 {
	font-size: 23px;
	font-weight: bold;
}

img {
	border: none;
}

a:link, a:active, a:visited {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

a:hover {
	color: #111D45;
	font-weight: bold;
}