body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	background-color: #7E7E7E;
}
div#container {
	position: absolute;
	left: 50%; /* negative Haelfte von width: 800px */
	top: 50%;
	margin-top: -260px;
	background-position: 0px 0px;
	margin-left: -205px;
	width: 410px;
	height: 480px;
}
#container #head {
	font-family: "Times New Roman", Times, serif;
	font-size: 31px;
	color: #E0E0E0;
	text-decoration: none;
	position: absolute;
	height: 50px;
	left: 10px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 2px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	width: 400px;
}
div#content {
	position: absolute;
	left: 0px; /* negative Haelfte von width: 800px */
	top: 50px;
	background-position: 0px 0px;
	width: 410px;
}




	
/*	---------------------------------------------------- *

	Linkformatierung
	
 *	---------------------------------------------------- */
	
	a {
	color: #FFFFFF;
	text-decoration: none;
	}
.bild {
	position: relative;
	padding: 0px;
	border: 1px solid #B8B8B8;
	margin: 10px;
	height: 120px;
	width: 120px;
}

