body {
	margin: 0px;
	padding: 0px;
	background-color: #ccc;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #900;
	margin: 0px;
}
p {
	font-size: 14px;
	color: #003;
	margin-top: 5px;
	line-height: 18px;
	width: 225px;
	max-width: 225px;
}
#box5 a {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	margin-left: 20px;
	line-height: 22px;
}
a:link {
	color: #fff;
}
a:hover {
	color: #c00;
}
#box {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -450px;
	width: 900px;
	height: 600px;
	border: 1px solid #fff;
	background-color: #999;
}
/* Box Schriftzug */
#box1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 80px;
	background-image: url(images/schriftzug.gif);
	border-bottom: 1px solid #fff;
}
/* Box Titel */
#box2 {
	position: absolute;
	top: 113px;
	left: 28px;
	width: 800;
	height: 20px;
	display; block;
	margin: 0px;
	padding: 0px;
}
/* Box Bilder */
#box3 {
	position: absolute;
	top: 150px;
	left: 25px;
	width: 615;
	height: 400px;
}
/* Box Text */
#box4 {
	position: absolute;
	top: 175px;
	left: 650px;
	width: 225;
	height: 350px;
}
/* Box Navigation */
#box5 {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 24px;
	background-color: #003;
	border-top: 1px solid #fff;
}
#box5links {
	position: absolute;
	bottom: 0px;
	left: 25px;
	width: 50%;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	line-height: 22px;
}
#box5rechts {
	position: absolute;
	bottom: 0px;
	right: 25px;
	width: 50%;
	text-align: right;
}

