/* CSS Document */

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

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:1280px;
	height:980px;
	left:50%;
	margin-left:-640px;
	background-color:#D1EBF8;
}

#footer {
	position:absolute;
	text-align:center;
	width:1280px;
	height:50px;
	left:50%;
	margin-top:980px;
	margin-left:-640px;
}

#impressum {
	margin-top: 20px;
}

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