@charset "utf-8";
/* CSS Document */

div#box{
	position: relative;
	margin-right: auto;
	margin-left:auto;
	top: 0px;
	margin-top: -10px;
	width: 943px;
	height: 588px;
	background-image:url(../img/shadow.png);
}

div#main{ 
	position: relative;
	margin-right: auto;
	margin-left:auto;
	background-color:#FFFFFF;
	height: 550px;
	width: 880px;
}

div#header{
	width: 250px;
	height: 95px;
	background-image:url(../img/logo.png);
	background-repeat:no-repeat;
	background-position:right;
	background-position:bottom;
}

div#start{
	position: relative;
	margin-right: auto;
	margin-left:auto;
	background-image:url(../img/start.png);
	height: 97px;
	width: 621px;
	top: 150px;
}

div#weg{
	height: 30px;
	width: 150px;
	position: relative;
	margin-right: auto;
	margin-left:auto;
	top: 55px;
}

img{
	border:none;
}

