* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #f9f3ed;
}

img {
	border: none;
}
a {
	color: #723c28;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #000;
}

/* #=Header
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#header {
	position: relative;
	height: 227px;
	width: 100%;
	background: url(images/header.jpg) center top;
}
/* #=Navi
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#navi {
	position: relative;
	height: 41px;
	width: 100%;
	background: #723c28;	
}

div#navi div.menu {
	position: relative;
	width: 981px;
	margin: 0 auto;
	height: 41px;
}

div#navi ul {
		clear: left;
	padding: 10px 0 0 10px;
	width: 740px;
}

div#navi ul li {
	float: left;
	list-style: none;
	margin-right: 5px;
	
}



div#navi ul li:before {
	content:". ";
	color: #FFF;
	margin-right:  5px;
	font-size: 16px;
	
}


div#navi ul li:first-child:before
{ 
	content:"";
	margin-right:  0px;
}

div#navi ul li a {
	text-decoration: none;
	font-size: 16px;
	font-family: PT Sans, PTSansRegular, sans-serif;
	color: #FFF;
	font-weight: normal !important;
	
}

div#navi ul li a:hover,
div#navi ul li a.rex-current {
	color: #fdb900;	
}

div#navi form,
 div#navi form fieldset{
	border: none;
	height: 41px;
	width: 167px;
	position: absolute;
	top: 0;
	right: 10px;
	clear:both;
} 

div#navi fieldset input {
	position: relative;
	border: none;
	display: block;
	height: 41px;
	top: 0;
	background: #4a271a;
	width: 126px;
	font-size: 12px;
	color: #FFF;
	float: left;
	
}

div#navi fieldset input[type=image] {
	position: relative;
	border: none;
	height: 41px;
	top: 0;
	background: #4a271a;
	width: 41px;
	font-size: 12px;
	color: #FFF;
		float: left;
	
} 

div#untermenu {
	background: #341917;
}

div#untermenu ul {
	height: 20px;
	width: 800px;
	margin: 0 auto;	
	padding-left: 181px;
}

div#untermenu ul li {
	float: left;
	list-style: none;
	margin-right: 10px;
}

div#untermenu ul li a {
	color: #FFF;
	text-decoration: none;
	font-family: PT Sans, PTSansRegular, sans-serif;
	font-size: 14px;
}

div#untermenu ul li:before {
	content:". ";
	color: #FFF;
	margin-right:  5px;
	font-size: 16px;
	
}


div#untermenu ul li:first-child:before
{ 
	content:"";
	margin-right:  0px;
}

div#untermenu ul li.rex-article-30{
	padding-left: 530px;
}

div#untermenu ul li a:hover,
div#untermenu ul li a.rex-current {
	color: #fdb900;	
}

/* #=Content
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#content {
	position: relative;

	width: 100%;
	background: url(images/content_bg.jpg) center repeat-y;	
	font-family: Arial, sans-serif
}

div#content #inhalt{
	position: relative;
	width: 981px;
	margin: 0 auto;
}

div#content #inhalt h1 {
	color: #723c28;
	font-family: PT Sans, PTSansRegular, sans-serif;
	font-size: 32px;
	font-weight: normal; 
	padding-top: 30px;
	margin-bottom: 10px;
	margin-left: 20px; 
}

div#content #inhalt h2 {
	color: #723c28;
	font-family: PT Sans, PTSansRegular, sans-serif;
	font-size: 32px;
	font-weight: normal; 
	padding-top: 0;
	margin-bottom: 0;
	margin-left: 20px; 
}

div#content #inhalt div.tinymcewysiwyg p {
	font-size: 14px;
	line-height: 20px;
	margin-left: 20px;
	margin-bottom: 13px;
	margin-right: 20px;
}

div#content #inhalt div.tinymcewysiwyg {
	padding-bottom: 20px;
}

div#content #inhalt div.tinymcewysiwyg ul {
	margin-left: 50px;
}

div#content #inhalt div.tinymcewysiwyg ul li {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}


/* #=Startseite
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

p.startbilder {
	margin-left: 10px !important;
	margin-right: 7px !important
}

p.startbilder img{
	margin-left: 5px;
	margin-right: 7px !important;
}

li.jcarousel-item div {
	width: 70px;
	display: block;
	float: left;
	height: 75px;
	text-align: right;
	padding-top: 10px;
	border-right: 1px solid #723C28;
	margin-right: 20px;		
}

div.datum {
	width: 50px;
	display: block;
	float: left;
	height: 75px;
	text-align: right;
	padding-top: 30px;
	padding-left: 20px;
	margin-right: 20px;		
}

li.jcarousel-item div span{
	margin-right: 20px;
	color: #723C28;
	font-size: 12px;

}

div.datum span {
	margin-right: 15px;
	color: #723C28;
	font-size: 12px
}

div.newsblock {
	clear: both;
	padding: 15px 0;
	margin: 0 20px;
	border-top: 1px solid #723C28;
	
}

div.newsblock:first-child {
	border-top: none !important;

}

div.datum_text {
	color: #723C28;
	display: block;
	width: 820px;
	overflow: hidden;
	border-left: 1px solid #723C28;
	padding-left: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
}

div.datum_text h1 {
	padding-top: 0 !important;
	margin-left: 0px !important;	
}
div.datum_text,
div.datum_text p{
	color: #000;
	font-size: 14px;
	line-height: 20px;	
}

div.datum_text h1 {
	line-height: 32px;
}

/* #=Unternehmen
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

div.dreispaltig {
	clear: both;
	height: 380px;
	font-size: 14px;
	border-top: 1px solid #723c28;
	margin: 0 20px;
}

div.dreispaltig div {
	float:left;
	width: 270px;

}

div.dreispaltig div h1 {
	margin-left: 0px !important;
	padding-top: 20px !important;
}

div.dreispaltig div.mitte {
	width: 372px;
	padding-top: 30px;
}
div.dreispaltig div p{
	margin-bottom: 13px;

}

div.dreispaltig div.mitte p {
	margin-left: 10px;
}

div.dreispaltig div.rechts {
	text-align: right;
	margin-left: 20px
}

div.dreispaltig div a {
	color: #723c28;
	text-decoration: none;
	font-weight: bold;
}

/* #=Leistungen
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

div.leistungen {
	height: 200px;
	clear: both;
	padding-bottom: 15px;
}

div.leist-links {
	width: 463px;
	height: 200px;
	float: left;
	margin-left: 20px;
	background: #f3e8db url(images/leist_pfeil.jpg) 250px 165px no-repeat;
}

div.leist-rechts {
	width: 463px;
	height: 200px;
	float: left;
	margin-left: 15px;
	background: #f3e8db url(images/leist_pfeil.jpg) 430px 165px no-repeat;
}

div.leist-links h1,
div.leist-rechts h1
 {
	padding-top: 10px !important;
	font-size: 24px !important;
}



div.leist-links img {
	float: right;	

}

div.leist-rechts img {
	float: left;	

}



div.leist-links div.tinymcewysiwyg {
	float: left;
	width: 260px;
}

div.leist-rechts div.tinymcewysiwyg {
	float: left;
	width: 260px;
	text-align: right;
}

div.leist-links div.tinymcewysiwyg p,
div.leist-rechts div.tinymcewysiwyg p {
	font-size: 14px !important;
	margin-right: 0px !important;
}

div.aufzaehlung {
	background: #f3e8db;
	margin: 0 20px;
	padding-bottom: 10px;
}

div.aufzaehlung h1 {
	padding-top: 5px !important;
	margin-left: 10px !important;
}

div.aufzaehlung ul {
	margin-left: 30px;
}

div.aufzaehlung ul li {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}

span.preis {
	font-size: 26px;
	color: #723C28;
	font-family: PT Sans, PTSansRegular, sans-serif;
}

div.textbilder {
	height: 260px;
	padding-left: 20px;
}

div.viererpack {
	height: 260px;
	width: 463px;
	float: left;
	margin-right: 10px;
}

div.viererpack div.vierertext,
div.viererpack div.nachher,
div.viererpack div.vorher,
div.viererpack div.kleinbild {
	width: 226px;
	height: 125px;
	background: #FFF;
	float: left;
}

div.viererpack div.nachher {
	margin-bottom: 10px;
}

div.viererpack div.vierertext,
div.viererpack div.vorher {
	margin-right: 10px;
}

div.grossbild {
	width: 463px;
	height: 260px;
	background: #FFF;
	float: left;
}

div.viererpack div.nachher {
	background: url(leist-nachher.jpg);
	position: relative;
}

div.viererpack div.vorher {
	background: url(leist-vorher.jpg);
		position: relative;
}

div.viererpack div.vierertext {
	padding-top: 10px;
}

div.viererpack div.nachher span {
	position: absolute;
	bottom: 36px;
	left: 16px;
	font-size: 14px;
	color: #f3e8db;
	font-weight: bold;
}

div.viererpack div.vorher span {
	position: absolute;
	bottom: 36px;
	left: 16px;
	font-size: 14px;
	color: #723c28;
	font-weight: bold;
}

div.zweibilder {
	margin-left: 20px;
	
}

div.zweibilder img:first-child{
	margin-right: 10px;
	
}

/* #=Referenzen
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
table.galerie {
	margin-left: 20px;
}

table.galerie tr td {
	padding-right: 7px;
	padding-bottom: 7px;
}

/* #=FAQ
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

div.faq {
	margin: 0 20px;
	border-bottom: 1px solid #723c28;
	padding-bottom: 10px;
	padding-top: 5px;
}

div.faq h1 {
	padding-top: 10px !important;
	margin-left: 0px !important;
	margin-bottom: 0px !important;
	padding-bottom: 10px !important;
	font-size: 24px !important;
	background: url(faq_pfeil.jpg) right 15px no-repeat;
	position: relative;
	cursor: pointer;
}

div.faq h1 img{
	position: absolute;
	right: 1px;
	top: 14px;
	display: none;
}

div.faq p {
	font-size: 14px;
	padding-right: 20px;
	display: none;
 
}

div.faq ul {
	margin-left: 30px;
	display: none;
}

div.faq ul li {
	margin-top: 10px;
	padding-right: 20px;
	font-size: 14px;
}

/* #=Kontakt
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div.kontakt {
	clear:both;
	position: relative;
	height: 200px;
	

}
div.smallfields div {
	float: left;
}


div.smallfields input,
div.smallfields select {
	border: none;
	background-color: #f3e8db;
	width: 180px;
	height: 30px;
	background-image: none !important;
	margin-right: 5px;
	font-size: 13px;
	padding-left: 10px;

	
}

div.smallfields select {
	background: url(images/anrede.png) !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important;	
}

div.styledSelect {
	float: left;
	background: url(images/anrede.png);
	cursor: pointer;
	width: 190px;
	height: 30px;
	margin-right: 5px;
	
}

div.styledSelect ul li {
	list-style: none;
	padding-top: 7px;
	padding-left: 10px;
	font-size: 13px;
}

div.open ul li.last {
	background: #f3e8db no-repeat;
	z-index: 1000 !important;
	position: relative;
	padding-bottom: 3px;
}



div.smallfields {
	margin-left: 20px;
	float: left;
	width: 600px;
}

div.smallfields .reihe1 label,
div.smallfields .reihe2 label,
div.smallfields .reihe3 label {
	font-size: 11px;
	position: absolute;
	bottom: 0;
	padding-left: 11px;
}

div.selectbox label {
	left:0;
}

div.smallfields .reihe1 label.formerror,
div.smallfields .reihe2 label.formerror,
div.smallfields .reihe3 label.formerror,
div.textfeld label.formerror {
	color: #F00 !important;
}

div.smallfields .reihe1,
div.smallfields .reihe2,
div.smallfields .reihe3 {
	width: 610px;
	display: block;
	clear: both;
	height: 47px;
	position: relative;
	margin-bottom: 10px;
}

div.textfeld {
	width: 355px;
	right: 20px;
	height: 162px;
	position: absolute;	
}

div.textfeld label{
	position: absolute;
	bottom: 0px;
	font-size: 11px;
	padding-left: 10px;
} 

div.textfeld textarea {
	width: 345px;
	height: 138px;
	border: none;
	background-color: #f3e8db;
	padding-top: 7px;
	padding-left: 10px;
	font-size: 13px;
}

div.formblock {
	position: relative;
	height: 0px;
	margin-right: 20px;
}

div.formblock input {
	width: 160px;
	height: 47px;
	background: #723c28;
	border: none;
	color: #f3e8db;
	font-size: 24px;
	font-family: PT Sans, PTSansRegular, sans-serif;
	position: absolute;
	right: 0;
	top: -48px;
	cursor: pointer;
}

div.forminfo{
	margin: 0 20px;
		border-top: 30px solid #fff;
	font-size: 14px;
	background: #723C28;
	color: #F3E8DB;
	padding: 10px;
}

div.formhinweis p{
	position: absolute;
	width: 300px;
	margin-top: -23px;
	margin-left: 20px;
	font-size: 14px;
}







/* #=Footer
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#footer {
	position: relative;
	height: 108px;
	width: 100%;
	background: url(images/footer_bg.jpg) center top;	
	padding-top: 60px;
	font-family: Arial, sans-serif;
}

div#footer a {
	font-weight: normal !important;
}

#footer table {
	position: relative;
	width: 940px;
	margin: 0 auto;
	color: #FFF;
}

#footer table tr {
	display: block;
	margin-bottom: 10px;
	font-size: 12px;
}
#footer table tr.zeile2 {
	color: #f3e8da;
	margin-bottom: 0 !important;	
}
#footer table tr.zeile1 {
		border-bottom: 1px solid #F3E8DA;
		padding-bottom: 10px;
}
#footer table tr.zeile1 td {
	padding-right: 0px;
}

#footer table tr.zeile1 td.trenner {
	padding-left: 10px;
	border-left: 1px solid #F3E8DA;
}

#footer table tr.zeile1 td.dghr {
	padding-right: 10px;
	padding-left: 5px;

}

#footer table tr.zeile2 td{
	line-height: 20px;
}
td.telnummer {
	font-family: PT Sans, PTSansRegular, sans-serif;
	font-size: 24px !important;
	width: 370px;
}

#footer table tr.zeile1 td a {
	color: #FFF;
	text-decoration: none;
}

#footer table tr.zeile2 td a {
	color: #f3e8da;
	text-decoration: none;
}

/* #=Suche
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
ul.searchresults {
	margin-left: 20px;
	margin-top: 20px;
}

ul.searchresults li {
	list-style: none;
	padding-bottom: 20px;
	border-bottom: 1px solid #723C28;
	margin-bottom: 20px;
	margin-right: 20px;
}

ul.searchresults li:last-child {
	margin-bottom: 0 !important;
}

ul.searchresults li h4 {
	margin-bottom: 5px
}

ul.searchresults li h4 a {
	color: #723C28;
}

/* #=Like
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

div.like {
	width: 940px;
	text-align: right;
	padding-top: 10px;
	margin-top: 10px;
	margin-left: 20px;
}
div.trennlinie {
	width: 935px;
	height: 1px;
	border-top: 1px solid #723C28;
	padding-top: 0px;
	margin-top: 20px;
	margin-left: 20px;
}

div#___plusone_0 {
	width: 77px !important;
}


div.map_form {
	position: relative;
	height: 400px;
	width: 940px;
	padding: 0 20px;
}

#map_canvas {
	      height: 100%;
}

div.map_form form div  {
	position: absolute;
	right: 20px;
	height: 30px;
	z-index: 100;
	padding: 0px 0px 10px 10px;
	background: #FFF;
	clear: both;
	width: 315px;
}

div.map_form form div label {
	display: none;
}

div.map_form form div input{
	width: 275px;
	height: 30px;
	background-color: #f3e8da;
	border: none;
	padding-left: 5px;
	float: left;
}

div.map_form form div input.google_submit {
	width: 30px;
	background: url("google-button.jpg") top;
	float: right;
	margin-left: 5px;
}