/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	background: #999999 center center;
	text-align: center;
	color: #ffffff;
}

#navigation {
	font-size: smaller;
	position: relative;
	text-align: left;
	float: left;
	margin-right: 30px;
}
a {
	color: #ffffff;
	background: transparent;
}
a:hover {
	color: #993300;
	background: transparent;
}
#background {
	background-image: url(/de/media/hintergrund.jpg);
	background-repeat: no-repeat;
	width: 950px;
	height: 593px;
}
#ohnebackground {
	width: 950px;
	height: 593px;
}
#content {
	float: left;
	text-align: left;
}

