@charset "utf-8";
@import url(reset.css);
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic);

html {
	overflow-y:scroll;
}

html, body {
	height: 100%;
}

body {
	color: #6c6f70;
	font: 300 16px/22px 'PT Sans', Arial, Helvetica, sans-serif;
	background: #eaeae9;
}

/*
Sticky Footer by Ryan Fait
http://ryanfait.com/
*/
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -145px;
	width: 960px;
	-webkit-box-shadow:  0px 0px 9px 0px rgba(0, 0, 0, 0.6);
	box-shadow:  0px 0px 9px 0px rgba(0, 0, 0, 0.6);
	position: relative;
	background: #FFF no-repeat right 283px;
	/*background: #fff url(raster.gif);*/
}

#footer, .push {
	height: 145px; /* .push must be the same height as .footer *//*background: #94b42f;*/
}

.push {
/*background-color:#FFF;*/
}

#footer {
	background: #94b42f url(skyline.png) no-repeat center 20px;
}

#content {
	position:relative;
	padding-bottom: 35px;
	padding-top: 20px;
}

#content.aside {
	width: 59.3333%;
	margin: 0 0 0 2.5%;
	float: left;
}

div#aside {
	width: 32.6667%;
	float:right;
	padding-bottom: 35px;
	padding-top: 92px;
	margin: 0 2.7% 0 0;
	font: 300 12px/16px 'PT Sans', Arial, Helvetica, sans-serif;
}

div#aside h2 {
	color: #cf3519;
	font-size:18px;
	font-weight: 700;
	padding: 0 0 0.275em;
	line-height: 26px;
}

div#aside h3 {
	font-size: 14px;
	font-weight: 700;
	line-height: 22px;
	color: #cf3519;
	padding: 13px 0 0 0;
	margin:0;
}
div#aside p {
	padding: 0 0 8px 0;
}
/* ----------------------------------------------------- global */

h2 {
	color: #cf3519;
	padding: 0.25em 0 0.3em;
	font-size: 30px;
	line-height: 36px;
	font-weight: bold;	/*text-transform: uppercase;*/
}

h3 {
	font-size: 20px;
	font-weight: normal;
	color: #6c6f70;
	padding: 0em 0 0.275em;
	line-height: 26px;
}

#article h3 {
	font-size: 1em;
	font-weight: bold;
	color: #F39401;
	padding: 0.25em 0 0.125em;
}

h4 {
	font-weight: bold;
	padding: 0.75em 0 0.25em;
	color:#515151;
}

/*#teaser h3 {
	font-size:1em;
	padding: 0em;
}*/
p {
	padding: 0.5em 0 0.4em;
}

#content ul, #content ol {
	padding: 0.4em 1.75em 0.4em;
}

#content ul li, #content ol li {
	padding: 0.125em 0;
	/*color: #4a4a4a;*/
}

/*
#teaser, #footer p, #footer #imprint-link p {
	font-size:12px;
	padding: 0 60px 0 0;
	text-align: right;
}*/

a:link, a:visited {
	color:#94B42F;
	text-decoration: none;
}

a:hover {
	color:#8EAA2B;
	text-decoration: underline;
}

a:active {
	color:#8EAA2B;
}


#footer a:link, #footer a:visited {
	color:#eff4e1;
	text-decoration: none;
}

#footer a:hover {
	color:#fff;
	text-decoration: underline;
}

a:active {
	color:#fff;
}


#nav a:link, #nav a:visited {
	color:#ea820c;
	text-decoration: underline;
}

p.introlink {
	padding: 25px 0;
}

a.intro-btn,
input[type="submit"] {
	text-decoration:none;
	border-bottom: dotted 1px #3661a6;/*float: right;
	margin-bottom: 5px;*/
		background: #8ba245;
}

a.intro-btn:hover,
input[type="submit"]:hover {
	border-bottom: solid 1px #ea820c;
}


/* ------------------ next Buttom ----------------*/
a.intro-btn,
input[type="submit"] {

	font-size: 24px;
	color: #ffffff;
	padding: 8px 17px;
	background: -moz-linear-gradient(  top,  #a5bf4f 0%,  #a5bf4f 46%,  #8ba245 53%,  #8ba245);
	background: -webkit-gradient(  linear, left top, left bottom,  from(#a5bf4f),  color-stop(0.46, #a5bf4f),  color-stop(0.53, #8ba245),  to(#8ba245));
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #6e8237;
	-moz-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5),  inset 0px 0px 3px rgba(255, 255, 255, 0.8);
	-webkit-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5),  inset 0px 0px 3px rgba(255, 255, 255, 0.8);
	box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5),  inset 0px 0px 3px rgba(255, 255, 255, 0.8);
	text-shadow: 0px 0px 0px rgba(000, 000, 000, 0.2),  0px 1px 0px rgba(000, 000, 000, 1);
}

a.intro-btn:hover,
input[type="submit"]:hover {
	background: #a5bf4f;
	box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5),  inset 0px 0px 3px rgba(255, 255, 255, 0.8);
}

a.intro-btn:active,
input[type="submit"]:active {
	background: #8ba245;
box-shadow: 0px 1px 2px rgba(000, 000, 000, 0.5),  inset 0px 0px 5px rgba(255, 255, 255, 0.8);
}

/* ------------------ next Buttom END ------------*/





a.trenner {
	float:none;
	display:block;
	text-align: right;
	text-decoration:none;
	border-bottom: dotted 1px #3661a6;
}

a.next:after {
	content:" »";
	visibility: visible;
}

.img-shadow {
	position:relative;
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	z-index: 30;
}

img.img-left {
	float: left;
	margin: 2px 12px 2px 0px;
}

/* ----------------------------------------------------- Layout */

.boxed-container {
	width: 960px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0 auto;
	position: relative;
	zoom: 1;
}

/* -----------------------------------------------------  Header */
#header {
	position:relative;
	height: 283px;
	background: url(header_bg.jpg) no-repeat;
	z-index: 20;
	;
}

#header.contentimg, #header.contentimg.subnav {
}

#header.subnav {
}

#header h1 {
	text-indent: -999em;
	width: 214px;
	height: 100px;
	background: url(heinerhof-logo.png) no-repeat center center;
	right: 60px;
	position: absolute;
	top: 41px;
}

#header h1 a {
	display: block;
	position:relative;
	width: 214px;
	height: 100px;
}

/* -----------------------------------------------------  Navigation */

#nav {
	font-size:20px;
	font-weight: 400;
	position: absolute;
	top: 252px;/*height: 33px;
	background-color:#CCC;*/
}

#nav a {
	background: url(nav_sprite.png) no-repeat center 34px;
	-webkit-transition: background-position 200ms ease;
	-moz-transition: background-position 200ms ease;
	-o-transition: background-position 200ms ease;
	transition: background-position 200ms ease;
}

#nav a:link, #nav a:visited {
	color:#fff;
	text-shadow: 2px 0px 3px rgba(0, 0, 0, 0.3);
	-webkit-transition: 200ms ease 0ms;
	-moz-transition: 200ms ease 0ms;
	-o-transition: 200ms ease 0ms;
	transition: 200ms ease 0ms;
	text-decoration: none;	/*height: 33px;*/
}

#nav a:hover, #nav a.rex-active:hover, #nav a.rex-current:hover, #nav a:active:hover {
	color:#fff;
	text-shadow: 2px 0px 3px rgba(0, 0, 0, 0.7);
	background-position: center 26px;
}

#nav a.rex-active, #nav a.rex-current, #nav a:active {
	color:#fff;
	text-shadow: 2px 0px 3px rgba(0, 0, 0, 0.7);
	background-position: center 29px;
}

#nav a:focus {
	color:#6C6F70;
}

#nav ul {
	position:relative;
	list-style-type:none;
	/*height:33px;*/
	top: 0px;
	text-align:right;
	padding-right: 44px;
	width: 916px;
}

#nav ul li {
	display:inline;
}

#nav ul li a {
	padding:0px 18px 9px 19px;
	/*display:block;*/
	text-decoration: none;/*background-color:#CCC;*/
}

#nav ul li:first-child > a {
/*padding-left:0px;*/
}

#nav ul li:last-child > a {
/*padding-right: 60px;*/
}

/* ------------------------------------------------  columns */
div.columns {
	overflow: hidden;
	padding-bottom:10px;
	width: 91%;
}

div.columns .cols3-1 {
	float: left;
	width: 29.6667%;
	/*margin-top: 35px;*/
	margin-right: 1.68333%;
	margin-left: 1.68333%;
	display: block;/*padding: 2%;*/
}
div.columns .cols6-1 {
	float: left;
	width: 58.3%;
	/*margin-top: 35px;*/
	margin-right: 5.1%;
	margin-left: 1.68333%;
	display: block;/*padding: 2%;*/
}

div.columns .inner {
	padding: 6px 12px;
}

#content div.columns .cols3-1.highlight {
	margin-top: 11px;
	min-height: 250px;
}

#content div.columns .cols3-1.highlight {
	border: solid 1px #bbce7c;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: rgb(239,244,225); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZjRlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOGU0YjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(239, 244, 225, 1) 0%, rgba(216, 228, 179, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(239, 244, 225, 1)), color-stop(100%, rgba(216, 228, 179, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(239, 244, 225, 1) 0%, rgba(216, 228, 179, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(239, 244, 225, 1) 0%, rgba(216, 228, 179, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(239, 244, 225, 1) 0%, rgba(216, 228, 179, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(239, 244, 225, 1) 0%, rgba(216, 228, 179, 1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff4e1', endColorstr='#d8e4b3', GradientType=0 ); /* IE6-8 */
	-webkit-box-shadow:  0px 0px 7px 0px rgba(0, 0, 0, 0.4);
	box-shadow:  0px 0px 7px 0px rgba(0, 0, 0, 0.4);
	margin-top: 10px;
	min-height: 250px;
}

div.columns div:first-child {
/*margin-left: 60px;*/
}

div.columns div:last-child {
}

#content div.columns .cols3-1 h2 {
	padding-bottom: 8px;
	font-size: 17px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}

#content div.columns .cols3-1 p {
	font-size:16px;
	line-height: 20px;
	color: #4a4a4a;
}

#content div.columns .cols3-1 ul {
	padding: 0.2em 0.5em 0.2em 1em;
}

#content div.columns .cols3-1 ul li {
	font-size:16px;
	line-height: 17px;
	color: #4a4a4a;
	list-style: url(content-cols_list_bullet.png);
	padding: 0 0 13px 0;
}

#content ul {
	padding: 0.2em 0.5em 0.2em 1em;
}

#content ul li {
	font-size:16px;
	line-height: 17px;
	list-style: url(content-cols_list_bullet.png);
	padding: 0 0 13px 0;
}


#footer div.columns {
	padding-top: 12px;
}

#footer div.columns .inner {
	padding: 0 3px;
}

#footer div.columns , #footer div.columns  p {
	font-size:12px;
	line-height: 16px;
	color: #fff;
	text-shadow: 2px 0px 3px rgba(0, 0, 0, 0.3);
}

#footer div.columns  h3, #footer div.columns p strong {
	text-shadow: 2px 0px 3px rgba(0, 0, 0, 0.3);
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	color:#FFF;
}

#footer div.columns  p.kontakt {
	font-size: 22px;
	line-height: 31px;
	font-weight: 400;
}

div.columns img.align-left {
	float: left;
	padding: 5px 10px 0px 0px;
	font-weight: normal;
}

div.columns img.align-center {
	display:block;
	padding: 5px 0px 5px 0px;
	margin: 0 auto;
}

div.columns img.align-right {
	float: right;
	padding: 5px 0px 0px 10px;
}

/* ------------------------------------------------  page */
/* ------------------------------------------------  article */
.page {
	overflow: hidden;
	height: 100%;
	width: 87.6333%;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}

.wrapper #content .page .intro15 {
	padding-right: 15%;
}

.wrapper #content .page .intro30 {
	padding-right: 30%;
}


.page #article {
	float: left;
	width: 63%;
	overflow: hidden;
}

.page #article.fullwidth {
	width: 820px;
}



/* ------------------------------------------------  footer */
#footer p {
/*text-align: right;
	font-size:12px;
	padding: 0 60px 0 0;*/
}

div#address p {
	padding-top: 15px;
}

#footer #imprint-link {
	padding: 15px 0 0 0;
}

#xfooter #address a:link, #xfooter #address a:visited {
	color:#fff;
	text-decoration:none;
}
#xfooter #address a:hover, #xfooter #address a:aboxctive, #xfooter #address a:focus {
 color:#ccc;
 text-decoration: underline;
}

#xfooter #imprint-link a:link, #xfooter #imprint-link a:visited {
	color:#ccc;
	text-decoration:none;
}

#xfooter #imprint-link a:hover, #xfooter #imprint-link a:active, #xfooter #imprint-link a:focus {
	color:#fff;
	text-decoration: underline;
}

/* --------------------------------- footer ende -------------------------- */

.teaser {
	padding-top: 25px;
	padding-bottom: 25px;
	font-weight: 400;
	width: 700px;
	margin: 0 auto;
	overflow: hidden;
}

.teaser p {
	overflow: hidden;
}

.teaser p.teaserlink {
	text-align: right;
}

.teaser img {
	padding-top: 10px;
}

/* --------------------------------- form -------------------------- */
.formgen form {
	padding: 10px 20px;
	margin: 10px auto;
	color: #000;
	width: 430px;
	
		border: solid 1px #bbce7c;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: rgb(239,244,225); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZjRlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOGU0YjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(239, 244, 225, 1) 0%, rgba(216, 228, 179, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(239, 244, 225, 1)), color-stop(100%, rgba(216, 228, 179, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(239, 244, 225, 1) 0%, rgba(216, 228, 179, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(239, 244, 225, 1) 0%, rgba(216, 228, 179, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(239, 244, 225, 1) 0%, rgba(216, 228, 179, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(239, 244, 225, 1) 0%, rgba(216, 228, 179, 1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff4e1', endColorstr='#d8e4b3', GradientType=0 ); /* IE6-8 */
	-webkit-box-shadow:  0px 0px 7px 0px rgba(0, 0, 0, 0.4);
	box-shadow:  0px 0px 7px 0px rgba(0, 0, 0, 0.4);
	
	
}

.formgen fieldset {
	/*background: #FFF;*/
	border: 1px solid #c5d797;
	margin: 0;
	padding: 10px 20px 25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.formgen fieldset legend {
	font-style:normal;
	font-size: 18px;
	font-weight: bold;
	color: #CF3519;
}

.formgen label {
	/*display:block;*/
  cursor: pointer;
	font-weight: 300;
	line-height: 20px;
	display: block;
	font-size: 12px;
}

input, textarea {
	background-color: #fff;
	color: #4d4d4d;
	border: 1px solid #c4c4c4;
	padding: 8px 12px;
	width: 400px;
	font-size: 16px !important;
}

textarea {
	width: 400px;
	overflow: auto;
	font-size: 16px !important;
}

input, textarea {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 5px #e2e2e2, inset 2px 2px 5px #e2e2e2;
	-moz-box-shadow: 2px 2px 5px #e2e2e2, inset 2px 2px 5px #e2e2e2;
	box-shadow: 2px 2px 5px #e2e2e2, inset 2px 2px 5px #e2e2e2;
 filter:progid:DXImageTransform.Microsoft.Shadow(color=#e2e2e2, Direction=135, Strength=5);
	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(color=#e2e2e2, Direction=135, Strength=5)";
}


fieldset input, fieldset textarea {
	width: 360px;
}
.formgen .formtrenn hr {
	border-style: none;
	}
.formgen .formtrenn {
	padding-top: 10px;
	padding-bottom: 10px;
}


/* ------------------ next Buttom ----------------*/
xinput[type="submit"] {
	border-top: 1px solid #0b98bf;
	background: #36619e;
	background: -webkit-gradient(linear, left top, left bottom, from(#0b256c), to(#36619e));
	background: -webkit-linear-gradient(top, #0b256c, #36619e);
	background: -moz-linear-gradient(top, #0b256c, #36619e);
	background: -ms-linear-gradient(top, #0b256c, #36619e);
	background: -o-linear-gradient(top, #0b256c, #36619e);
	padding: 6px 7px 3px 7px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
	-moz-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
	box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
	text-shadow: rgba(0, 0, 0, .4) 0 1px 0;
	color: white;
	font-size: 14px;
	text-decoration: none;
	vertical-align: middle;
	font-family: 'Tenor Sans', sans-serif;
	text-transform: uppercase;
	float: none;
	margin: 5px 0;
}

xinput[type="submit"]:hover {
	border-top-color: #ea820c;
	background: #ea820c;
	color: #0b256c;
}

xinput[type="submit"]:active {
	border-top-color: #0b256c;
	background: #0b256c;
	color: white;
}

table.kosten {
	/*width: 600px;*/
	border-top: 1px solid #CEE6EE;
	border-collapse:collapse;
	empty-cells:show;
	/*border-spacing:10px;*/
	/*margin: 0 0 20px 20px;*/
	margin: 10px auto;
	width: 430px;
}

table.kosten tr {
	border-bottom: 1px solid #CEE6EE;
	padding-top: 10px;
	padding-bottom: 10px;
}

table.kosten td {
	padding-left: 10px;
}

p.small {
	font-size: 75%;
	font-weight: 300;
	line-height: 125%;
}

h3.kosten {
	margin: 10px auto;
	width: 430px;
}

.forminfo {
	margin: 5px auto;
	width: 430px;
	color: #F00;
}

.formerror {
	font-weight: bold;
	color: #F00;
}

.formgen input[type="radio"] {
	width: 25px;
	float:left;
	padding:0;
	margin: 0;
}


#form-module-thanks {
	background: #E6F2F6;
	padding: 10px 20px;
	margin: 10px auto 40px;
	color: #000;
	-webkit-box-shadow: 2px 2px 5px #e2e2e2;
	-moz-box-shadow: 2px 2px 5px #e2e2e2;
	box-shadow: 2px 2px 5px #e2e2e2;
 filter:progid:DXImageTransform.Microsoft.Shadow(color=#e2e2e2, Direction=135, Strength=5);
	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(color=#e2e2e2, Direction=135, Strength=5)";
	width: 430px;
}

.checkspan {
	display:block;
}

.checkspan label {
	font-size: 16px;
	line-height: 22px;
	width: 170px;
	float: left;
	display: inline;
}
.checkspan input {
	width: 50px;
	display: inline;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
 filter: none;
	-ms-filter: none;
	background-color: transparent;
	border: none;
}
.formgen br {
	clear: left;
}

.formgen input.formsubmit {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	display: block;
}

.formhinweis {
	padding-bottom: 10px;
}


/*	routenplaner *****************************************************************/

#map_canvas {
	width: 100%;
	height: 500px;
}

#directions tbody, #directions tr, #directions table {
	width: 100%;
}

table.adp-placemark {
	border: 1px solid red !important;
}

.adp-text {
	padding: 3px;
	vertical-align: middle;
}

.adp-legal, a.externerkartenlink {
	font-size: 10px;
	float: right;
}

.adp-placemark img {
	padding: 8px 5px 0 8px;
}

xfieldset {
	clear: both;
	padding: 5px;
	margin: 10px 0 10px 0;
	background-color: #fff;
}

#routenplaner input {
	width: 560px;
	margin-top: 10px;
}

#routenplaner input[type="submit"] {
	width: 200px;
	margin-top: 0px;
}

.wrapper #content .page #article #googelmapsroutenplaner {
	padding-top: 20px;
}

#routenplaner fieldset {
	/*margin: 10px 0px;*/
	padding: 10px 10px 20px 10px;
}


h3.grundriss {
	font-size: 16px;
	font-weight: 700;
	color: #CF3519;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}
p.grundriss,
table.grundrissdaten {
	font-size: 13px !important;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: 11px;
}

table.grundrissdaten {
	width: 100%;
	border-collapse:collapse;
	margin-bottom: 25px;
	}
table.grundrissdaten tr {
	border-bottom: 1px solid #CCC;
	}
table.grundrissdaten td {
	padding: 5px 5px 2px 5px;
	color:#4a4a4a;
}

table.grundrissdaten td.eur {
	white-space:nowrap;
}

p.downloadinfo {
	overflow: hidden;
	height: 100%;
	width: 87.63334%;
	padding: 0 0 20px 0;
	margin-right: auto;
	margin-left: auto;
	font-size:12px;
}

.wrapper #content .columns.boxed-container .cols3-1 .inner .preis {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	display: block;
	text-align: center;
	text-shadow: 1px 0px 2px rgba(0, 0, 0, 0.7);
	filter: dropshadow(color=#000000, offx=2, offy=0);

-moz-transform: scale(1) rotate(-10deg) translateX(5px) translateY(-5px) skewX(0deg) skewY(0deg);
		-webkit-transform: scale(1) rotate(-10deg) translateX(5px) translateY(-5px) skewX(0deg) skewY(0deg);
        -o-transform: scale(1) rotate(-10deg) translateX(5px) translateY(-5px) skewX(0deg) skewY(0deg);
        -ms-transform: scale(1) rotate(-10deg) translateX(5px) translateY(-5px) skewX(0deg) skewY(0deg);
        transform: scale(1) rotate(-10deg) translateX(5px) translateY(-5px) skewX(0deg) skewY(0deg);

	background: #94B42F;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	
		-webkit-box-shadow:  0px 0px 7px 0px rgba(0, 0, 0, 0.4);
	box-shadow:  0px 0px 7px 0px rgba(0, 0, 0, 0.4);
}


/* --------------------- Grundrisse ------------------------- */

#myTable tr td {
	text-align: left;
	vertical-align: top;
}

#myTable thead tr,
#myTable thead tr th {
	background: #E6E6E6;
	font-size: 14px;
	font-weight: bold;
	cursor:default;
}

#myTable thead tr th.header {
	padding-left: 12px;
	background-image :url(sort.png);
	background-repeat:no-repeat;
	background-position: 2px 5px;
}

#myTable thead tr th.header.header.headerSortUp {
	background-position: 2px -19px;
	color:#333333;
}

#myTable thead tr th.header.header.headerSortDown {
	background-position: 2px -43px;
	color:#333333;
}

.wrapper #content .page #myTable tbody tr td {
	border-bottom: 1px solid #CCC;
}

.tabcontent {
	color: #000;
	padding-top: 15px;
	padding-left: 12px;
}

.tabcontent.preis {
	font-style: italic;
}
