span.accesskey {
	text-decoration:none;
}
.accessibility, hr {
	position: absolute;
	top: -999em;
	left: -999em;
}
dfn {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
}
a.external span {
	position: absolute;
	left: -5000px;
	width: 4000px;
}
a.external {
	padding: 0 12px 0 0;
}
a.external:link {
	color: #18507C;
	background: url('images/cms/external.gif') no-repeat 100% 0;
}
a.external:visited {
	color: #18507C;
	background: url('images/cms/external.gif') no-repeat 100% 0;
}
a.external:hover {
	color: #18507C;
	background: url('images/cms/external.gif') no-repeat 100% 0;
	background-color: #C3D4DF;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block;
	width: 100%;
}
* html .clearfix {
	/* Hides from IE-mac \*/
		height: 1%;/* End hide from IE-mac */
}
* html div#menu_horiz {
	height: 1%;
}
/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#menu_horiz {
	background-color:transparent;
	margin: 0;
	padding:0;
	position:absolute;
	height:44px;
	top:198px;
	left:0;
	padding:5px 0 0 25px;
	/*margin-left:-328px;*/
	z-index:10;
}
/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {
	margin: 0;
	padding: 0;
	border:none;
	height:44px;
}
/* menu list items */
div#menu_horiz li {
	float: left; /* makes the list horizontal */
	list-style: none; /* hides the list bullet */
	margin: 0;
	border:none;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px !important;
}
/* the links, that is each list item */
div#menu_horiz a {
	padding: .6em 1em .6em 1.4em; /* padding inside the list item box */
	margin: 0; /* margin outside each list item box */
	text-decoration: none; /* no underline for links */
	color: #52614a;
	display: block; /* IE has problems with this, fixed above */
}
/* hover state for links */
div#menu_horiz li a:hover {
	background-color:transparent;
	color:#922d3a;
}
div#menu_horiz a.activeparent:hover {
	background-color:transparent;
	color: #922d3a;
}
/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
	background:transparent;
	color: #922d3a;
}
div#menu_horiz h3 {
	padding: .6em 1em .6em 1.4em; /* padding inside the list item box */
	margin: 0; /* margin outside each list item box */
	text-decoration: none; /* no underline for links */
	color: #922d3a;
	background:transparent;
	display: block; /* IE has problems with this, fixed above */
}
* {
	margin:0;
	padding:0;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-size:75.01%;
	background:#efefe7 url('images/layout/back.png') repeat-x;
	color:#52614a;
	line-height:1em;
}
h1, h2, h3, h4, h5, h6, a, a:link, a:active, a:visited {
	font-size:10px;
	font-weight:bold;
	padding:5px 0 15px 0;
}
h2, h3, h4, h5, h6, a, a:link, a:active, a:visited {
	padding:0;
}
h2 a, h3 a {
	text-decoration:none;
}
a.redCross, .redCross, caption, h1, a:hover {
	color:#922D3A;
	text-decoration:none;
}
a, a:link, a:active, a:visited {
	background-color: inherit;
	color: #52614A;
}
a:hover {
	background-color: #EFEFE7;
}
a.noBorder, a.gallery {
	border:none !important;
}
a.gallery:hover {
	background:none !important;
}
a.gallery {
	padding:0;
	margin:0;
}
#main a, #main a:link, #main a:active, #main a:visited {
	text-decoration:none;
	border-bottom:1px dotted #52614A;
	background-color: inherit;
	color: #52614A;
}
#main a:hover {
	background-color: #EFEFE7;
	text-decoration:none;
	border-bottom:1px solid #52614A;
}
hr {
	height:1px;
}
caption {
	font-size:10px;
	font-weight:bold;
	text-transform:lowercase;
	padding:5px 0 15px 0;
	text-align:left;
}
th {
	font-weight:bold;
	background:#efefe7;
}
td, th {
	padding:1px;
	font-size:10px;
}
address {
	font-style:normal;
	font-size:10px;
}
div {
	font-size:10px;
}
img {
	border: 0;
}
img.floatLeft {
	float:left;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style:italic;
}
/* basic layout */
div#lang {
	position:absolute;
	width:50px;
	height:auto;
	top:50px;
	left:50%;
	margin-left:-420px;
	background:transparent;
	padding:0;
	z-index:40;
}
div#main {
	margin-left:200px;
	overflow:visible;
	border:none;
	height:auto;
}
div#sidebar {
	float:left;
	width:160px;
	display:inline; /* FIX ie doublemargin bug */
	height:auto;
	/*background:#EFEFE7;*/
	overflow:visible;
}
div#footer {
	clear:both;
	color:#52614A;
	position:relative;
	bottom:0;
	height:auto;
	margin:25px 0 0 200px;
}
div#footer p {
	font-size:1em;
	margin:0;
	text-align:left;
}
div#footer p a {
	color: #52614A;
}
div#footer-en {
	clear:both;
	color:#52614A;
	position:relative;
	right:0;
	bottom:0;
	height:79px;
	padding:0;
	margin:0;
	background:#fff url('images/layout/logo.gif') bottom right no-repeat;
	width:537px;
	z-index:0;
	border:1px dotted green;
}
div#footer-en p {
	font-size:1em;
	margin:0;
	text-align:left;
}
div#footer-en p a {
	color: #52614A;
}
#urlaub {
	width:350px;
	height:172px;
	position:absolute;
	top:100px;
	left:50%;
	margin-left:-175px;
	text-align:center;
	z-index:100;
}
#urlaubClose {
	position:absolute;
	top:13px;
	right:15px;
	z-index:102;
}
a.urlaub, a.urlaub:hover, #cfa_kostenlose_beratung a, #cfa_kostenlose_beratung a:hover {
	background:transparent;
}
#cfa_kostenlose_beratung {
	width:186px;
	height:150px;
	position:absolute;
	top:98px;
	left:25%;
	margin-left:-175px;
	text-align:center;
	z-index:105;
	overflow:hidden;
}
#weitereInformationen {
	clear:left;
	position:absolute;
	width:697px;
	height:auto;
	top:1024px;
	left:50%;
	margin-left:-389px;
	background:#fff;
	padding:40px;
	z-index:0;
	font-size:90% !important;
}
#ueberHeader {
	position:absolute;
	width:777px;
	left:50%;
	top:0;
	height:43px;
	margin-left:-389px;
	background:#fff;
	text-align:center;
}
#ueberHeader h1 {
	text-transform:lowercase;
	color:#efefe7;
}
#header {
	position:absolute;
	width:777px;
	height:230px;
	top:43px;
	left:50%;
	margin-left:-389px;
}
#content {
	position:absolute;
	width:737px;
	height:auto;
	min-height:300px;
	padding:40px 40px 2.2em 0;
	top:273px;
	left:50%;
	margin-left:-389px;
	background:#fff url('images/layout/logo.gif') bottom right no-repeat;
	line-height:24px;
	z-index:0;
	overflow:auto;
	border:none;
}
#content p {
	margin:0 0 25px 0;
}
#content p.kontakt {
	padding:10px;
	margin:0 0 25px 0;
	border:1px solid #EFEFE7;
	line-height:1.5em;
	background: url('images/layout/bg_newsposton2open.jpg') no-repeat;
}
.linkeSpalte {
	clear:both;
	float:left;
	width:230px;
}
.rechteSpalte {
	float:left;
	width:290px;
}
.rechteSpalte img {
	padding:0 7px 0 7px;
}
.pic {
	border:1px solid #849074;
}
.picHome {
	border:1px solid #849074;
	margin-right:10px;
}
div.newsposton {
	padding-left:10px;
}
div.teaser {
	margin:0 0 25px 0;
	overflow:visible;
	min-height:71px;
}
/* Top Referenzen */
/*.scrollable {
	float:left;	
}
a.browse {
	background:url(../img/scrollable/arrow/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:40px 10px;
	cursor:pointer;
	font-size:1px;
}

a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 

a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }
/************************/

#leftklick, #rightklick {
	background:url('/images/layout/leftklick.gif') no-repeat;
	border:none;
	cursor:pointer;
	display:block;
	float:left;
	height:180px;
	margin-bottom:25px;
	overflow:visible;
	width:20px;
}
#rightklick {
	clear:right;
	background:url('/images/layout/rightklick.gif') no-repeat;
}
#topReferenzen, #angebote {
	background:none;
	float:left;
	height:180px;
	overflow:hidden;
	position:relative;
	width: 490px;
	/*margin:0 20px 25px 20px;
	overflow:visible;
	border:none;*/
}
#topReferenzen .rechteSpalte {
	width:235px;
}
#angebote {
	margin:0 0 10px 0;
	width:530px;
}
/* cycle nav */
.nav {
	margin: 5px 0
}
.nav a {
	margin: 0 5px;
	padding: 3px 5px;
	border: 1px solid #52614a;
	background: #efefe7;
	text-decoration: none
}
.nav a.activeSlide {
	background: #D8DBCE
}
.nav a:hover {
	background: #D8DBCE;
}
.nav a:focus {
	outline: none;
}
.newsHead {
	padding:5px 0px 0px 5px;
	border-bottom:1px solid #efefe7;
}
p.partnerlogos {
	text-align:center
}
p.partnerlogos img {
	vertical-align:middle;
	padding:0 10px;
	border:none;
}
/* FORMS */
input, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:3px;
	color:#52614a;
	border:1px solid #52614a;
	width:250px;
	background:#fff;
}
input:hover, textarea:hover {
	border:1px solid #efefe7;
}
input.fbsubmit, input.fbsubmit_next, input.fbsubmit_prev, a.fbsubmit  {
	/*width:auto;*/
	margin:4px 0 0 4px;
	cursor:pointer;
	height:24px;
	border:0 !important;
	font-size:1em;
	font-weight:bold;
	color:#fff !important;
	text-align:center;
	vertical-align:middle;	
	width:100px;
	background:url('img/contact/cancel.png') no-repeat;
}
a.fbsubmit {
	display:block;
}
form {
	padding:20px;
	background: #efefe7 url('images/layout/bg_spezial.jpg') bottom left repeat-x;
	border:1px solid #EFEFE7;
}
div.hidden {
	display:none;
}
div.rueckrufwunsch span {
	font-weight:bold;
}
div.rueckrufwunsch p {
	margin:0 0 12px 0 !important;
}
#m3moduleform_1 label, div.kontaktformular label, div.contactform label, div.rueckrufwunsch label {
	cursor:pointer;
	float:left;
	width:125px;
	display:block;
}
div.websitecheck div, div.kontaktformular div, div.contactform div, div.rueckrufwunsch div {
	clear:left;
	font-size:10px;
}
div.akzeptanz label {
	width:100% !important;
	float:left !important;
}
div.akzeptanz input {
	float:left !important;
	border:none !important;
	background:none !important;
	width:15px !important;
}
form p {
	margin:5px 0;
}
.clearer {
	clear:both;
}
div#main ul, div#main ol, div#main dl {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
}
div#main ul li, div#main ol li {
	margin: 0 0 0.25em 3em;
}
/* sitema link umfärben */
div#main ul li a.currentpage {
	background:none !important;
	color:#52614A !important;
}
#menu_vert {
	padding-left: 0;
	margin:0;
	/*float:left;*/
	display:block;
}
div#menu_vert ul ul {
	border-top:1px solid #EFEFE7;
}
/* third level has some padding to have it stand out */
div#menu_vert ul ul ul {
	padding-bottom: 0.5em;
}
/* menu li block */
#menu_vert li {
	list-style: none;
	margin: 0;
	display: block;
}
#menu_vert ul ul li {
	border: none;
}
/** fix stupid ie bug with display:block; **/
* html #menu_vert li a {
	height: 1%;
}
* html #menu_vert li hr {
	height: 1%;
}
/** end fix **/

/* first level links */
div#menu_vert a {
	font-size:10px;
	font-weight:normal;
	display: block; /* IE has problems with this, fixed above */
	min-height:1em; /* Fixes IE7 whitespace bug */
	text-decoration:none;
	color: #D8DBCE;
	border-bottom:1px solid #EFEFE7;
}
/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
	text-decoration:none;
	padding:0 0.5em 0 2.2em;
	background-position: 1.5em center;
}
/* third level links, more padding */
div#menu_vert ul ul ul a {
	text-decoration:none;
	padding: 0.1em 0.5em 0.1em 3.3em;
}
div#menu_vert a:link {
	text-decoration:none;
	color:#52614a;
	background: url('images/links/a_link.gif') no-repeat 0.5em center;
}
div#menu_vert a:visited {
	text-decoration:none;
	color:#52614a;
	background: url('images/links/a_visited.gif') no-repeat 0.5em center;
}
div#menu_vert a:focus {
	text-decoration:none;
	color:#922d3a;
	background: url('images/links/a_focus.gif') no-repeat 0.5em center;
}
div#menu_vert a:hover {
	text-decoration:none;
	color:#922d3a;
	background: url('images/links/a_hover.gif') no-repeat 0.5em center;
}
div#menu_vert a:active {
	text-decoration:none;
	color:#922d3a;
	background: url('images/links/a_active.gif') no-repeat 0.5em center;
}
div#menu_vert a.activeparent:hover {
	text-decoration:none;
	color: #922d3a;
	background: url('images/links/a_active.gif') no-repeat 0.5em center;
}
/* third level */


div#menu_vert ul ul ul a:link {
	background: url('images/links/a_link.gif') no-repeat 1.5em center;
}
div#menu_vert ul ul ul a:visited {
	background: url('images/links/a_visited.gif') no-repeat 1.5em center;
}
div#menu_vert ul ul ul a:focus {
	background: url('images/links/a_focus.gif') no-repeat 1.5em center;
}
div#menu_vert ul ul ul a:hover {
	background: url('images/links/a_hover.gif') no-repeat 1.5em center;
}
div#menu_vert ul ul ul a:active {
	background: url('images/links/a_active.gif') no-repeat 1.5em center;
}
div#menu_vert ul ul ul a.activeparent:hover {
	background: url('images/links/a_active.gif') no-repeat 1.5em center;
}
/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
	text-decoration:none;
	background: url('images/links/a_active.gif') no-repeat 0.5em center;
	color: #52614a;
}
div#menu_vert ul ul li a.activeparent {
	text-decoration:none;
	color: #52614a;
}
/* section header */
div#menu_vert li.sectionheader {
	border-right: none;
	padding: 1.5em 0 0.8em 0;
	background-color: #fff;
	line-height: 1em;
	margin: 0;
	text-align:center;
}
/* separator */
div#menu_vert li.separator {
	height: 1px !important;
	margin-top: -1px;
	margin-bottom: 0;
	padding:2px 0 2px 0;
	background-color: #000;
	overflow:hidden !important;
	line-height:1px !important;
	font-size:1px; /* for ie */
}
div#menu_vert li.separator hr {
	display: none; /* this is for accessibility */
}
h4.subnavigation {
	text-decoration:none !important;
	font-size:12px;
	margin:0 0 7px 5px;
	padding: 0.4em 0.5em 0.4em 2.0em;
}
h4.subnavigation a:link, h4.subnavigation a:focus, h4.subnavigation a:active, h4.subnavigation a:hover, h4.subnavigation a:visited {
	font-size:12px !important;
	background:none !important;
	text-decoration:none !important;
	border:none !important;
}
li.currentpage {
	background: none !important;
	color:#922d3a !important;
}
a.currentpage {
	background: url('images/links/a_active.gif') no-repeat 0.5em center !important;
	color:#922d3a !important;
}
li li li a.currentpage {
	background: url('images/links/a_active.gif') no-repeat 1.5em center !important;
	color:#922d3a !important;
}
#menu_vert ul li {
	border:none;
}
div#news {
	padding-left: 0;
	margin:0;
	display:block;
	border-bottom:1px solid #EFEFE7;
}
div#news h3 {
	padding:0 0 0 2.2em;
}
div#news h2 a {
	font-weight:normal;
	text-decoration:none;
	padding:0 0 0 2.2em;
	background-position: 1.5em center;
	display:block;
}
div#news h2 a:link, div#news h2 a:visited, div#news h2 a:focus, div#news h2 a:hover, div#news h2 a:active {
	text-decoration:none;
	color:#922d3a;
}
div#news h2 a:link {
	color:#52614a !important;
	background: url('images/links/a_link.gif') no-repeat 0.5em center;
}
div#news h2 a:visited {
	color:#52614a !important;
	background: url('images/links/a_visited.gif') no-repeat 0.5em center;
}
div#news h2 a:focus {
	background: url('images/links/a_focus.gif') no-repeat 0.5em center;
}
div#news h2 a:hover {
	background: url('images/links/a_hover.gif') no-repeat 0.5em center;
}
div#news h2 a:active {
	background: url('images/links/a_active.gif') no-repeat 0.5em center;
}
div#news p.newstext, div#news ul.newstext {
	padding:0 0 0 2.2em;
	list-style:none;
	font-size:10px;
}
div#news p.newstext img {
	border:1px solid #849074;	
}
.newsposton2 {
	border-top:1px solid #EFEFE7;
}
.newsposton2open {
	background: url('images/layout/bg_newsposton2open.jpg') no-repeat;
}
div#news div.newsposton2open h2 a:link, div#news div.newsposton2open h2 a:visited, div#news div.newsposton2open h2 a:focus, div#news div.newsposton2open h2 a:hover, div#news div.newsposton2open h2 a:active {
	background: url('images/links/a_hover.gif') no-repeat 0.5em center !important;
	color:#922D3A !important;
}
.NewsSummary {
	padding: 0.5em 0.5em 1em;
	margin: 0 0.5em 1em 0.5em;
	border-bottom: 1px solid #ccc;
}
.NewsSummaryPostdate {
	font-size: 90%;
	font-weight: bold;
}
.NewsSummaryLink {
	font-weight: bold;
	padding-top: 0.2em;
}
.NewsSummaryCategory {
	font-style: italic;
	margin: 5px 0;
}
.NewsSummaryAuthor {
	font-style: italic;
	padding-bottom: 0.5em;
}
.NewsSummarySummary, .NewsSummaryContent {
	line-height: 140%;
}
.NewsSummaryMorelink {
	padding-top: 0.5em;
}
#NewsPostDetailDate {
	font-size: 90%;
	margin-bottom: 5px;
	font-weight: bold;
}
#NewsPostDetailSummary {
	line-height: 150%;
}
#NewsPostDetailCategory {
	font-style: italic;
	border-top: 1px solid #ccc;
	margin-top: 0.5em;
	padding: 0.2em 0;
}
#NewsPostDetailContent {
	margin-bottom: 15px;
	line-height: 150%;
}
#NewsPostDetailAuthor {
	padding-bottom: 1.5em;
	font-style: italic;
}
/* Mitarbeiter */
#mitarbeiter {}
.drawer-mitarbeiter-open { border:1px solid #EFEFE7; }
.drawer-mitarbeiter-open h4 { background:#EFEFE7; padding-left:5px; }
.drawer-mitarbeiter {}
.container-mitarbeiter { clear:left; height:auto; overflow:visible; }
.container-mitarbeiter div { height:158px; background:url(images/layout/back_newshead.png) repeat-x; }
.container-mitarbeiter div img { padding-right:5px; }
/* neue navi */
#menuwrapper {
	width: 100%;
}
#primary-nav, #primary-nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	margin-left:0;
}
#primary-nav ul, #primary-nav ul ul {
	position: absolute;
	display: none;
}
#primary-nav ul {
	top: 100%;
	left: 0;
}
#primary-nav ul ul {
	top: 0;
	left: 100%;
}
#primary-nav li {
	margin-bottom: -1px;
	position: relative;
}
#primary-nav a {
	display: block;
	margin: 0px;
	padding: 8px 10px;
	color: #fff;
	text-decoration: none;

	min-height:1em;
	height:16px;
}
#primary-nav li, #primary-nav li.menuparent {
	min-height:1em;
}
#primary-nav li li, #primary-nav li li.menuparent {
	background-color: #EFEFE7;
	border-left:1px solid #EFEFE7;
	border-right:1px solid #EFEFE7;
	border-bottom:1px solid #EFEFE7;
	min-height:1em;
	width:180px;
}
#primary-nav li li a {
	color: #52614A;
}
#primary-nav li li.menuactive {
	background:#fff;
}
#primary-nav li.menuparent:hover {
	background:transparent;
	cursor:pointer;
}
#primary-nav li li a.menuparent {
	background:url('images/cms/arrow.gif') no-repeat center right;
}
#primary-nav li:hover, #primary-nav ul ul li:hover, #primary-nav li.menuh, #primary-nav li.menuparenth, #primary-nav li.menuactiveh {
	background:transparent;
	cursor:pointer;
}
#primary-nav ul, #primary-nav li:hover ul, #primary-nav li:hover ul ul, #primary-nav li.menuparenth ul, #primary-nav li.menuparenth ul ul {
	display: none;
	cursor:pointer;
}
#primary-nav li:hover ul, #primary-nav ul li:hover ul, #primary-nav ul ul li:hover ul, #primary-nav li.menuparenth ul, #primary-nav ul li.menuparenth ul, #primary-nav ul ul li.menuparenth ul {
	display: block;
	cursor:pointer;
}
#primary-nav li li:hover, #primary-nav li li.menuparent:hover, #primary-nav li li li:hover, #primary-nav li li li.menuparent:hover, #primary-nav li li:hover, #primary-nav li li.menuparent:hover {
	background-color: #fff !important;
	border-left:1px solid #EFEFE7;
	border-right:1px solid #EFEFE7;
	border-bottom:1px solid #EFEFE7;
	min-height:1em;
	width:180px;
}
.testimonial {
	margin-bottom:18px;
	border-bottom:1px dotted #52614A;
}
.testimonial p {
	margin-bottom:12px;
}