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

html, body {
margin:0px;
padding:0px;
background-color:#6f6f6f;
height: 100%;
}


#abstand {
	height: 50%; 
	width: 100%;
	margin-bottom: -305px;
	}	
	
#start{
	margin: auto auto;
	width: 100%;
	height:610px;
	padding: 0;
	text-align:center;
	background-image:url(../img/start.gif);
	background-repeat:no-repeat;
	background-position:center;
}

#center {
margin-left:auto;
margin-right:auto;
width:870px;
height:609px;
}

#link_logo {
padding-left:305px;
padding-top:198px;
width:280px;
height:55px;
}

#text_start {
font-weight:bold;
padding-top:90px;
width:650px;
padding-right:220px;
font-size:13px;
font-family:"Courier New", Courier, monospace;
color:#285a8c;
text-align:right;
}
