@charset "utf-8";
/* CSS Document */

html, body {height: 100%;}

body {
	background: url(./../img/hintergrund.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin:0px;
	padding:0px;
	overflow-y: scroll;
}

img {
	border:0px;	
}

a {
	color:#0d31e7;	
	text-decoration:none;
}
a:visited {
	color:#0d31e7;	
	text-decoration:none;
}
a:hover {
	color:#f00;	

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

#index-wrap {
	margin: 0px auto; 	
	width:960px;
	height:800px;
	text-align:center;
}
