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


/* Beschreibung der Container*/

#ausrichtung {
	width: 800px;
	height: 600px;
	margin:-300px 0px 0px -400px;
	display:table-cell;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	left: 50%;
}


#ad {
	height: 25px;
}

#logo {
	height: 120px;
}

#hn {
	height: 48px;
	background-color: #000066;
	
}

#abstand {
	height: 95px;
	background-color: #000066;
	color:#FFFFFF;
}

#bg {
	height: 287px;
	background-color: #000066;
	color:#FFFFFF;
}

#bg #image {
	background-color: #000066;
	color:#FFFFFF;
	height: 260px;
	width: 782px;
	margin-left: 8px;
	border: 1px solid #FFFFFF;
}

#sn {
	height: 22px;
}

/* Ende: Beschreibung der Container*/

