/* CSS Document */

body {
	height: 100%; 
	width: 100%; 
	margin: 0px; 
	padding: 0px;
	color: #333333; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
	background-color: #FFFFFF;
}

html { 
	margin: 0px; 
	padding: 0px; 
	height: 100%; 
}

*{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.clearfix:after { 
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden; 
}

h1 {
	display: block;
	width: 100%;
	color: #5978C5;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1px;
	border-bottom: 1px dotted #5978C5;	
	padding-bottom: 4px;
	margin-bottom: 25px;
}

h2 {
	display: block;
	width: 100%;
	color: #5978C5;
	font-size: 15px;
	font-weight: 800;
	border-bottom: 1px dotted #5978C5;	
	padding-bottom: 4px;
	margin-bottom: 25px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 140%;
}

#content_text a, #content_news a, #footer_bar a  {
	color: #5978C5;
	text-decoration: none;
	border-bottom: 1px dotted #5978C5;
}

#content_text a:hover, #content_news a:hover, #footer_bar a:hover {
	color: #BC6224;
	text-decoration: none;
	border-bottom: 1px dotted #BC6224;
}

#content_text a:visited , #content_news a:visited, #footer_bar a:visited {
	color: #203C88;
	text-decoration: none;
	border-bottom: 1px dotted #203C88;
}

#container {
	height:auto !important;
	min-height:100%;
	position:relative;
	text-align:center;
	width:100%;
}

#top {
	height: 88px;
	width: 990px;
}

#top_left {
	float: left;
	align: left;
}

#logo {
	float: left;
	margin: 25px 0 0 28px;
}

#top_right {
	float: right;
	align: right;
	margin: 25px 0 0 70px;
	width: 736px;
}

#slogan {
	float: left;
	font-size: 14px;
	margin-top: 2px;
}

#header_menu {
	/*neu*/
	width: 100%;
	margin-top: 10px;
}

#header_menu ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
}

#header_menu li {
	float: left;
	background-image: url("/fm/7518/tab_left.jpg");
	background-repeat: no-repeat;
	margin: 0 1px 0 0;
	padding: 0 0 0 7px;
}

#header_menu a {
	float: left;
	display: block;
	background-image: url("/fm/7518/tab_right.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	padding: 8px 16px 6px 3px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	border: 0;
}

#header_menu a:hover {
	color: #ffffff;
	border: 0;
}

#header_menu li.active {
	background-image: url("/fm/7518/tab_active_left.jpg");
	border: 0;
}

#header_menu li.active a {
	background-image: url("/fm/7518/tab_active_right.jpg");
	background-color: transparent;
	color:#ffffff;
	border: 0;
}

#header_bar {
	/*neu*/
	background: #ffffff url(/fm/7518/header_bg.jpg) top left repeat-x;
	height: 193px;
	width: 100%;
	float: left;
}

#header_bar_content {
	width: 990px;
}

#header_postits {
	float: left;
	align: left;
	width: 464px;
	height: 193px;
}

#header_text {
	float: right;
	align: right;
	width: 526px;
	height: 150px;
}

#content {
	padding-top: 25px;
	width: 990px;
	/*neu*/
	padding-bottom: 125px;
}

#content_images {
	float: left;
	align: left;
	width: 200px;
}

.thumbnail {
	float: left;
	border: 5px solid #DEDEDE;
	margin: 14px 0px 0px 28px;
}

#content_text {
	float: left;
	text-align: left;
	width: 501px;
	margin-top: 15px;
	padding-left: 50px;
}

#formtable {
	font-size: 11px; 
	color: #000000; 
	border: 0; 
	cellpadding: 8px;
	cellspacing: 5px;
}

#formtable td.left {
	align: left;
	width: 150px;
}

td { 
	font-size: 11px;
	color: #000000; 
}

input { 
	border: 1px #969696 solid; 
	font-size: 11px; 
	padding: 5px;
	margin: 1px 0px 1px 0px;
	color: #777777;
}

select { 
	font-size: 11px;
	border: 1px #969696 solid; 
	padding: 2px; 
	color: #777777; 
}

option { 
	font-size: 11px;
	color: #989898; 
	padding: 2px 0px 1px 5px; 
}

textarea { 
	font-size: 11px;
	border: 1px #969696 solid; 
	padding: 5px; 
	margin: 1px 0px 1px 0px;
	color: #989898; 
}

#vorname, #nachname, #email, #anfrage {
    font: inherit;
    width: 60ex;
}

.input_button { 
	padding-left: 15px; 
	padding-right: 15px; 
	height: 26px; 
	background-color: #6581C6;
	color: #FFFFFF; 
	font-size: 11px;
	font-weight: bold;
	text-decoration: none; 
	text-align: center; 
	border: 1px dotted #203C88;	
}

#content_news {
	float: right;
	align: right;
	width: 201px;
	text-align: left;
	margin-top: 15px;
}

#footer {
	left:0;
	text-align:center;
	position:absolute;
	bottom: 0;
	height: 76px;
	width: 100%;
}

.inner {
	margin: 0 auto !important;
}

#footer_menu {
	margin-bottom: 0px;
	margin: auto;
	width: 990px;
}

#footer_menu ul {
	margin-left: 250px;
	padding: 10px 0 10px 0;
	list-style: none;
}

#footer_menu li {
	float: left;
	background-image: url("/fm/7518/tab_left.jpg");
	background-repeat: no-repeat;
	margin: 0 1px 0 0;
	padding: 0 0 0 7px;
}

#footer_menu a  {
	float: left;
	display: block;
	background-image: url("/fm/7518/tab_right.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	padding: 8px 16px 6px 3px;
	text-decoration: none;
	color: #333333;
	border: 0;
}

#footer_menu a:hover {
	color: #ffffff;
	border: 0;
}

#footer_bar {	
	background-color: #DBDBDB;
	bottom: 0;
	color: #333333;
	height: 40px;
	left: 0;
	text-align: center;
	width: 100%;
}

#footer_text {
	font-size: 11px;
	padding-top: 15px;
	text-align: left;
	width: 990px;
}

#footer_text_left {
	float: left;
	align: left;
	text-align: left;
	width: 888px;
}

#footer_text_right {
	float: right;
	align: right;
	text-align: right;
	width: 102px;
}

#sitemap ul {
	list-style: none;
}