	/* Farben;
	Text #413E68;
	braun #58331B;
	rot #E80000;
	textlink-pink zart #E8D2E2;
	navlink B874A5;
	navlink hover CD9EC0;
*/
* {
	margin: 0;
	padding: 0;
}
html, body {
	left: 0;
	right: 0;
	margin: 0;
	width: 100%;
	background-color: #fff;
	font-family: verdana, geneva, sans-serif;
	font-size: 11px;
	background-image: url(img/hg1.gif);
}
h1 {
	text-transform: uppercase;
	color: #58331B;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: Times New Roman, serif,
}
h2 {
	color: #58331B;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 20px;
}
p {
	margin-bottom: 20px;
	line-height: 18px;
	color: #8b8b8b;
}
img {
	padding-bottom: 20px;
}
a:link, a:visited, a:active {
	color: #B874A5;
}
a:hover {
	color: #E80000;
	text-decoration: none;
}
#container {
	margin: auto;
	width: 740px;
	margin-top: 15px;
	margin-bottom: 20px;
	background: #FFF;
	padding-bottom: 20px;
	padding-top: 5px;
}
#container_inside {
	margin: auto;
	width: 720px;
	border: 1px #58331B solid;
}
#content {
	clear: both;
	margin: 50px;
}
.right {
	float: right;
	width: 400px;
}
.left {
	width: 200px;
	float: left;
}
#content strong, #content_right strong {
	color: #E80000;
	text-transform: uppercase;
}
.logo {
	float: right;
	clear: both;
	margin: 20px 20px 0px 20px;
}
* html .logo {
	margin: 20px 20px -50px 20px;
}
.legende {
	font-size: 10px;
	color: #8b8b8b;
	margin-top: -20px;
	line-height: 12px;
}
#nav ul {
	margin: 20px 20px 0 50px;
	float: right;
}
#nav li {
	list-style-type: none;
	float: left;
	margin-left: 20px;
	text-align: center;
	text-transform: uppercase;
}
#nav li a {
	font-size: 12px;
	line-height: 20px;
	color: #B874A5;
	text-decoration: none;
	display: block;
	text-align: center;
	letter-spacing: 2px;
}
#nav a:hover, #nav2 a:hover {
	background: #CD9EC0;
	color: #fff;
}
#nav a.active, #nav a:hover.active, #nav2 a.active, #nav2 a:hover.active {
	background: #fff;
	color: #E80000;
}
#nav2 li {
	list-style-type: none;
	float: left;
	width: 100px;
	text-align: center;
	margin-left: 5px;
	margin-top: 5px;
}
#nav2 li a {
	font-size: 10px;
	color: #000;
	text-decoration: none;
	display: block;
	text-align: center;
}
#footer {
	margin-top: 20px;
	text-align: right;
}
#footer a {
	display: none;
}
.top {
	border: 0;
	float: right;
	margin-top: 20px;
}
