body {
	background-color: #CC0000;
	background-image: url(pic/background.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.menue_top {
	background-image: url(pic/menue.jpg);
	background-repeat: no-repeat;
	height: 49px;
	width: 851px;
}
.menue_top p {
	text-align: center;
	font-size: 11pt;
	margin-top: 22px;
}
.menue_top a {
	text-align: center;
	font-size: 11pt;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

.foot p {
	text-align: center;
	font-size: 9pt;
}
.foot a {
	text-align: center;
	font-size: 9pt;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
.content {
	margin-right: 30px;
	margin-left: 30px;
}
.content h1 {
	text-align: left;
	font-size: 11pt;
	color: #CC0000;
	margin-bottom: 20px;


}
.content h2 {
	text-align: left;
	font-size: 9pt;
	margin-bottom: 20px;

}
.content p {
	text-align: left;
	font-size: 9pt;
	margin-bottom: 2px;

}
.content li {
	text-align: left;
	font-size: 9pt;
	margin-bottom: 1px;

}
.content a {
	text-align: center;
	font-size: 11pt;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
