body {
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	background-color: #4C0000;
	margin-top: 25px;
}
.page {
	width: 762px;
	background-image: url(img/page_03.gif);
	background-repeat: repeat;
	margin-right: auto;
	margin-left: auto;
	border: 10px solid #FFF;
}
.le {
	width: 252px;
	float: left;
}
.menu {
	float: left;
	width: 231px;
	padding-top: 20px;
	padding-bottom: 15px;
}
.menu ul, .menu li
{
	list-style:none;
	margin:0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 15px;
}

.menu ul li
{
  float:left;
  display:block;
  padding:0;
  width: 195px;
}

.menu a
{
	font-size:12px;
	display:block;
	color: #fff;
	background-image: url(img/nav_03.jpg);
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}

.menu a:hover, .menu a.on
{
	text-decoration:none;
	background-image: url(img/hover_03.jpg);
}
.kor {
	float: left;
	width: 21px;
}
.flasche {}
.re {
	width: 510px;
	float: left;
}
.head {}
.content {
	font-family: Verdana;
	font-size: 14px;
	color: #FFF;
	margin-top: 4px;
	margin-right: 15px;
	margin-bottom: 8px;
	margin-left: 4px;
}
.content h1 {
	font-family: Verdana;
	color: #CCC;
	font-size: 24px;
	font-weight: bold;
}
.content A {
	color: #FFF;
	text-decoration: underline;
}
.content A:hover {
	color: #666;
	text-decoration: underline;
}
.content p {
	font-family: Verdana;
	color: #FFF;
}
.copyright {
	color: #FFF;
	font-family: Verdana;
	font-size: 10px;
	text-align: center;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 35px;
}