/* CSS Document */

body {
	background-color:#00225a;
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	overflow-x:hidden;
/*	overflow-y:hidden;*/
	padding:0;
	margin:0;
	background-attachment: scroll;
	background-image: url(../img/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:visited {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

a:active {
	color: #ffffff;
	text-decoration: none;
}

#flash {
	position:absolute;
	width:1300px;
	height:850px;
	left:50%;
	margin-left:-650px;
	background-color:#ffffff;
}

#footer {
	position:absolute;
	text-align:center;
	width:1152px;
	height:130px;
	left:50%;
	margin-top:850px;
	margin-left:-576px;
}

#impressum {
	margin-top: 20px;
}

#madeby {
	margin-top: 10px;
	margin-bottom: 30px;
}

