body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #35178E;
	margin-bottom: -10px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: -10px;
}
h3 {
	font-weight: bold;
	margin-bottom: -10px;
}


#hintergrund {
	background-image: url(../images/hintergrund.jpg);
	background-repeat: no-repeat;
	height: 700px;
	width: 670px;
	position: relative;
	margin-top: 70px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#logo {
	background-image: url(../images/layout/logo_mit_beschriftung.png);
	background-repeat: no-repeat;
	height: 150px;
	width: 150px;
	position: absolute;
	left: 60px;
	top: 49px;
}
#content {
	height: 434px;
	width: 510px;
	margin-top: 205px;
	margin-left: 60px;
	position: absolute;
	overflow: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}
#adresse {
	position: absolute;
	height: 25px;
	width: 550px;
	margin-top: 649px;
	margin-left: 60px;
	text-align: center;
	padding-top: 3px;
	font-size: 11px;
}
#banner {
	height: 150px;
	width: 394px;
	position: absolute;
	margin-left: 216px;
	margin-top: 49px;
}
#navigation {
	position: absolute;
	width: 100%;
	height: 30px;
	margin-top: 120px;
}
#navigation a {
	text-decoration: none;
	font-size: 14px;
	color: #35178E;
	font-weight: normal;
	display: block;
	width: 95px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #35178E;
	border-right-color: #35178E;
	border-bottom-color: #35178E;
	border-left-color: #35178E;
	margin-right: -1px;
	padding-right: 2px;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.startbild {
	font-size: 36px;
	color: #C00;
	text-align: center;
}
