body {
	margin:0px;
	font-family:Verdana;
	font-size:11px;
	line-height:18px;
	background-color:#3B342A;
	background-image:url(img/bg.gif);
	background-position:top;
	background-repeat:repeat-x;
}
.clear {
	clear:both;
}
.top {
	width:100%;
	height:125px;
	background-image:url(img/header.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
.container {
	padding-top:30px;
	width:650px;
}
.menu {
	background-color:#B89B46;
	width:182px;
	float:right;
}
.menu .head {
	background-image:url(img/oben.gif);
	width:182px;
	height:14px;
	background-repeat:no-repeat;
}
.menu .bottom {
	background-image:url(img/unten.gif);
	width:182px;
	height:14px;
	background-repeat:no-repeat;
}
.menu a {
	font-size:12px;
	display:block;
	margin:2px 5px 2px 5px;
	text-decoration:none;
	padding:3px 0px 3px 18px;
	text-align:left;
	background-color:#C1A85E;
	color:#800834;
}
.menu a:hover {
	background-color:#C8B16F;
	color:#3B342A ;
}
.menu h1 {
	font-family:Arial;
	font-weight:normal;
	font-size:20px;
	text-align:right;
	margin:6px 0px 3px 0px;
	padding:0px 15px 3px 0px;
	text-transform:uppercase;
	color:#3B342A;
}
.content {
	float:left;
	width:455px;
	text-align:left;
}
.content, .content td {
	color:#F2E8C2;
}
.content h1 {
	font-family:Arial;
	font-weight:normal;
	font-size:24px;
	text-align:left;
	margin:6px 0px 3px 0px;
	padding:0px 15px 3px 0px;
	text-transform:uppercase;
	color:#CC8E75;
}
.content h2 {
	font-family:Arial;
	font-weight:normal;
	font-size:16px;
	text-align:left;
	margin:6px 0px 3px 0px;
	padding:0px 15px 3px 0px;
	text-transform:uppercase;
	color:#F2E8C2;
}
.content a {
	text-decoration:underline;
	color:#C8B16F;
}
.content a:hover {
	text-decoration:none;
}
