#top {
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
	height: 178px;
	width: 1001px;
	margin-left: auto;
	margin-top: 10px;
	margin-right: auto;
	padding: 0px;
	margin-bottom: 0px;
}
#menu {
	height: 41px;
	width: 1001px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#menu img { /*Workaround für IE7*/
	float: left;
}
#content h1 {
	font-size: x-large;
	margin-top: 5px;
	color: #122644;
}

#content {
	background-image: url(../images/middle.png);
	background-repeat: repeat-y;
	height: auto !important; /*für morderne browser*/
	height: 300px; /*für IE7*/
	width: 981px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	min-height:400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
}
#footer {
	height: 23px;
	width: 1001px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/footer.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #102842;
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}



body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#content h2 {
	font-size: large;
	color: #122644;
}
#content .floating_right {
	float: right;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#content p {
}
#content a {
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
	
#content img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
