a:link {
	color: #ba936a;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
}
.componentheading, .contentheading {
	color: #a87c4f;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 24px;
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #333;
	line-height: 22px;
}
body {
	background-color: #FFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:visited {
	text-decoration: none;
	color: #ba936a;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #a87c4f;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
}
#active_menu {
	text-decoration: none;
	background-color: #a87c4f;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
}
.mitte {
	position: relative;
	width: 930px;
	margin-left: -465px;
	left: 50%;
	top: 166px;
}
.menu {
	position: relative;
	left: 0px;
	top: 15px;
	width: 190px;
	float: left;
}
.inhalt {
	position: relative;
	left: 30px;
	top: 30px;
	float: left;
	width: 680px;
}