@charset "utf-8";
/* CSS Document */

BODY, HTML {
	background:url(Hintergrund.png) #000000 top no-repeat;
	margin: 0;
	padding: 0;
}

IMG {
	border: none;
}

H1 {
	font-size: 16px;
	color: #ffffff;
	border-bottom: 2px solid #02244d;
}

#ZentriereSeite{
	position: absolute;
	width: 100px;
	height: 600px;
	margin-left: 50%;
	left: -500px;
}

#ButtonATDS{
	position: absolute;
	top: 440px;
}

#ButtonAI {
	position: absolute;
	top: 440px;
	left: 665px;
}
#ButtonDSDB {
	position: absolute;
	top: 550px;
	left: 332px;
}

#AI, #ATDS, #DSDB {
	background: url(Transp.png);
	border: 1px solid white;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 978px;
	min-height: 180px;
	padding: 10px;
	color: #02244d;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#Footer {
	color: #a2a2a2;
	font-size: 9px;
	position: absolute;
	width: 800px;
	top:740px;
	margin-left: 50%;
	left: -400px;
	
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
	
	

