@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #605130;
}
#footer {
	position: fixed;
	height: 30px;
	width: 100%;
	left: 0px;
	bottom: 0px;
}
#footer_content{
	position: fixed;
	left: 50%;
	bottom: 5px;
	width: 701px;
	margin-left: -350px;
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
	color:#a4aaa3;
}
#footer_content img{
	display: none;
}
#page {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
}
#header_home {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 765px;
	margin-left: -382px;
	height: 378px;
}
#header_sub, #menue {
display: none;}
#menue.subtheme {
	position: absolute;
	left: 50%;
	top: 37px;
	width: 701px;
	margin-left: -350px;
}
#print_header{
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width:100%;
	height:100;
	font-size: 0.7em;
	border-bottom: 2px solid #FFCC00;
}
#print_header b{
	font-size: 1em;
}
#keyvis{
	position: absolute;
	left: 50%;
	top: 130px;
	width: 765px;
	margin-left: -382px;

}
#content {
	position: absolute;
	left: 50%;
	top: 350px;
	width: 701px;
	padding-bottom: 40px;
	margin-left: -350px;
}
#content.subcontent {
	position: absolute;
	left: 50%;
	top: 185px;
	width: 701px;
	padding-bottom: 40px;
	margin-left: -350px;
}
#content.wide {
	left: 50%;
	top: 185px;
	width: 800px;
	padding-bottom: 40px;
	margin-left: -400px;
}
#content .cear {
	clear: both;
	height: 1px;
}
.comments {
	float: right;
	width: 330px;
}
#news th {
	vertical-align:top;
	text-align:left;
	font-size: 1.2em;
	font-weight: bold;
	
}
#news td {
	vertical-align:top;
	text-align:left;
	font-size: 0.8em;
}
.comments table td.left {
	background-image: url(images/comment-left.gif);
	background-repeat: no-repeat;
	font-size: 0.7em;
	height: 79px;
	width: 237px;
	padding-top: 13px;
	padding-left: 100px;
	padding-right: 10px;
}.comments table td.right {
	background-image: url(images/comment-right.gif);
	background-repeat: no-repeat;
	font-size: 0.7em;
	height: 79px;
	width: 237px;
	padding-top: 13px;
	padding-left: 10px;
	padding-right: 100px;
}
#content h1 {
	font-size: 1.5em;
}
.featureblock {
	height: 190px;
	width: 80%;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
}
.feature-title {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	font-size: 1.2em;
}
.feature-content {
	width: 100%;
	height: 150px;
	margin-top: 5px;
	background-color: #FFFFFF;
	border: 1px solid #C78636;
	padding: 2px;
	font-size: 0.8em;
	overflow: auto;
}
.feature-content ul {
	margin: 0px;
	padding-left: 20px;
}
.feature-content li {
	padding: 0px;
	list-style-image: url(images/icon_double_arrow.png);
}
.pluspunkte ul {
	margin-top: 5px !important;
}
.pluspunkte li {
	list-style-image: url(images/icon_checked.png);
}
.listtable input.ftext, .listtable textarea {
	width: 100%;
	border: 1px solid #C99201;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #546788;
	padding: 5px;
}
.listtable input.ftext:focus, .listtable textarea:focus {
	color: #000000;
	background-color: #F5E19C;
}
