@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
	background-repeat: no-repeat;
	text-decoration: none;
	outline: none;
}
body {
	background-color: #A2AB8E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
}
a:link, a:visited, a:hover, a:active {
	color: FFF;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing:1px;
}
h2 {
	font-size: 12px;
	font-weight: normal;
}
#container {
	width: 830px;
	height: 555px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -415px;
	margin-top: -261px;
	margin-right: auto;
	margin-bottom: 0;
}
#page_top {
	background-position: left bottom;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}
#page_bottom {
	border: 1px solid #99042F; /* Rahmen dünn rot */
}
#sidebar {
	height: 494px;
	position: relative;
	overflow: hidden;
	border: 9px solid #FFF; /* Rahmen fett weiss */
	background-color: #f8f3ea;
}
#logo {
	position: absolute;
	left: 580px;
	top: 52px;
}
#menu {
	width: 142px;
	position: absolute;
	top: 247px;
	left: 580px;
	padding: 1px 0 0;
	background:url(lib/dots.gif);
	background-repeat: repeat-x;
}
#menu li {
	padding: 0 0 1px;
	background:url(lib/dots.gif);
	background-repeat:repeat-x;
	background-position: left bottom;
	width: 100%;
	float: left;
}
#menu a:link, #menu a:visited, #menu a:active {
	color: #000;
}
#menu a:hover {
	color: #A2AB8E;
}
#menu a:active.akt {
	color: #6f765e;
}
#contents_wrapper {
	width: 494px;
	height: 494px;
	position: absolute;
	overflow: hidden;
	left: 0px;
}
#back {
	height: 100%;
	position: relative;
}
.content {
	width: 494px;
	position: absolute;
	overflow: hidden;
	padding: 0px;
}
#contentinhalt .ueberschrift {
	color: #FFF;
	padding-top: 220px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
#contentinhalt .text {
	/* background-color: #6f765e; */
	height: 247px;
	color: #FFF;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
}
#contentinhalt a:link, #contentinhalt a:visited {
	color: #FFF;
}
#contentinhalt a:hover, #contentinhalt a:active {
	color: #FFF;
	text-decoration: underline;
}
#footer {
	position: relative;
	top: 0;
	left: 0;
	color: #FFF;
	font-size: 10px;
	padding: 8px 5px 0 0;
	background: #A2AB8E;
}
#footer p {
	float: right;
	background-position: left center;
	line-height: 16px;
	margin-top: -1px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	/* padding-right: 584px; */
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 6px;
}
#footer a:link, a:visited {
	color: #99042F;
}
#footer a:hover, #footer a:active {
	color: #99042F;
	text-decoration: underline;
}
