/* commented backslash hack \*/
html, body{height:100%;}
/* end hack */

html,body {margin:0;padding:0;}

* {
	font-weight: normal;
}

b, strong {
	font-weight: bold;
}

body {
background:url('bg_body.png') 0 0 repeat-x #f2efed;
font-size: 12px;
color:#000;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: center;
}

input[type=text], input[type=password], select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a, a:visited {
	color:#ff9000;
	/*font-weight: bold;*/
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

table {
	page-break-before: always;
}
fieldset {
	background-color: #e4dedb;
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0px 2px 2px #aaa;
}
legend {
	color: #006fba;
	font-size: 11px;
}

/* Headlines */

h4 {
	font-size: 14px;
}

#centercontenttext .csc-header h4 {
	font-size: 15px;
	color: #314460;
	margin: 18px 0 9px 0;
}
#centercontent h2,
#centercontenttext h1,
#centercontenttext h2,
#centercontenttext h4.csc-firstHeader,
#centercontenttext h2.csc-firstHeader,
#middlecolumn h2 {
	font-size: 16px;
	color: #006fba;
	padding-bottom: 7px;
	background:url('bg_h1_center.png') left bottom no-repeat transparent;
	margin: 5px 0 4px 0;
}
#centercontenttext h3 {
	font-size: 16px;
	color: #006fba;
	margin: 5px 0 16px 0;
}
#centercontenttext .news-list-item {
	margin-top: 5px;
	margin-bottom: 25px;
	clear: both;
}
#centercontenttext h2.stichworte,
#middlecolumn h2.stichworte {
	font-size: 12px;
	color: #314460;
	border: none;
	background: none;
}



/* Header */

#banner {
	background:url('bg_header.png') 0 0 no-repeat transparent;
	height: 139px;
}
#hvzlogo {
	margin-left: 55px;
	width: 210px;
	height: 130px;
	float: left;
}
#banner h1 {
	display: none;
}
#banner h2 {
	text-align: right;
	padding: 50px 25px 0 0;
	margin: 0;
	font-size: 23px;
	line-height: 34px;
	color: #0673bd;
	font-weight:normal;
	/*text-shadow: 1px 5px 5px #bbb;*/
}



/* Horizontales Menue oben */

#horzmenu {
	text-align: center;
	height: 26px;
	margin-top: 3px;
	padding-left: 30px;
}
#horzmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}
#horzmenu li {
	list-style-type: none;
	display: inline-block;
	margin: 0;
	padding: 0;
	color: #425f7f;
}
#horzmenu a {
	margin: 0;
	padding: 0;
	text-decoration: none;
}
#horzmenu a span {
	display: inline-block;
	padding: 0 10px;
	color: #425f7f;
	font-size: 12px;
	line-height: 26px;
	background: url('bg_horzmenue.png') right 8px no-repeat transparent;
}
#horzmenu li#current a span {
	color: #e38b00;
	/*font-weight:bold;*/
}
#horzmenu li.last a span {
	background: none;
}
#horzmenu a:hover span {
	color: #e38b00;
}





/* Main layout */

#main {
	margin: 0 auto;
	max-width: 996px;
	width: 100%;
	text-align: left;
}

#maincontent {
	max-width: 996px;
	width: 100%;
	background: url("bg_maincontent.gif") 0 0 repeat-y transparent;
}


/* Linke Spalte */

#leftcontent {
	max-width: 210px;
	width: 100%;
	float: left;
	color: #000;
	clear: left;
	padding-left: 47px;
	padding-top: 3px;
	margin: 0;
	background: url("bg_leftcontent_top.png") 0 0 no-repeat transparent;
}
#leftcontent #searchinclude {
	margin-left: -19px;
}

/* Schnellsuche links */

#leftsearch,
#fragebogen {
	max-width: 229px;
	width: 100%;
	background: url("bg_search.png") 0 0 no-repeat;
	/*font-weight: bold;*/
}

#leftsearch h4 {
	font-size: 13px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

#leftsearch p {
	margin: 0px;
	padding: 0px;
}

#leftsearch form {
	display: inline;
}
#searchinput {
	vertical-align: top;
	margin-top: 5px;
}

.boxwrap {
	padding: 10px 0 0 18px;
}
input.quicksearchmain {
	max-width: 164px;
	width: 100%;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
}
input.quicksearch, .heimname {
	max-width: 190px;
	width: 100%;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
}
.hiddenlabel {
	display: none;
}


/* Aufklappmenue links Detailsuche */

/* Auf- und Zuklapplink oben */
.sh1o {
	background: url("adv_search_open.png") 0 0 no-repeat;
	cursor: pointer;
	min-height: 25px;
	height: 25px;
	width: 214px;
	margin: 0 0 0 0;
	padding: 6px 0 0 18px;
	font-size: 12px;
	line-height: 15px;
	/*font-weight:bold;*/
	color: #000;
}
.sh1o.up {
	background: url("adv_search_close.png") 0 0 no-repeat;
}

/* Inhalt der Sliding Panels */

.demo-show, .demo-show2 {
	background: url("bg_advsearch.png") 0 0 repeat-y;
	width: 229px;
	margin: 0;
}
.demo-show2 {
}

.demo-show p, .demo-show td {
	font-size:11px;
	margin: 4px;
}
.demo-show div {
	margin-top: 0px;
	padding-top: 6px;
}

.demo-show2 div {
	border: 0;
}
.sh2o {
	background: url("adv_search_h3open.png") 0 0 no-repeat #ffdca7;
	cursor: pointer;
	margin: 0;
	padding: 7px 0 0 18px;
	height: 22px;
	min-height: 22px;
	font-size:11px;
	line-height: 14px;
	color:#000;
}
.sh2o.hoch {
	background: url("adv_search_close.png") 0 0 no-repeat #ffdca7;
}
.demo-show p {
	padding-left: 14px;
}
.demo-show2 td {
	padding: 0 0 3px 15px;
}
/* IE Win < 7 only \*/
* html .demo-show2 td {
	padding-left: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
}
* html .demo-show div {
	margin-top: 2px;
}

/* IE Win 7 only \*/
* + html .demo-show2 td {
	padding-left: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
}
* + html .demo-show div {
	margin-top: 2px;
}
.demo-show2 table {
	margin-bottom: 12px;
}
.demo-show label.verbrfrndl {
	font-size: 10px;
	line-height: 10px;
}
.demo-show label.verbrfrndl strong {
	display: block;
	margin-left: 20px;
	margin-bottom: 8px;
}
.demo-show checkbox {
	float: left;
	margin: 0;
	padding: 0;
}
.demo-show hr {
	border: 0px;
	background: url('bg_hr_searchleft.png') 0 3px no-repeat transparent;
	height: 0;
	margin: 0 1px;
	padding: 4px 0;
}



p.advsearchbottom {
	margin: 0;
	padding: 0 10px 0 18px;
	height: 63px;
	min-height: 63px;
	background: url("adv_search_bottom.png") 0 0 no-repeat #ffdca7;
}
.submitwrap {
	display: block;
	margin: 3px 0 5px 0;
}
.advsearchsubmit {
	height: 29px;
	min-height: 29px;
	width: 146px;
	border: 0;
	padding: 0;
	font-size: 11px;
	line-height: 11px;
	background: url("adv_search_submit.png") 0 0 no-repeat #ffdca7;
	font-family: verdana;
	/*font-weight: bold;*/
	color: #004599;
	text-transform: uppercase;
	cursor: pointer;
}


/* Linkes Menue */

#leftcontent .level1-ul {
	color:#324460;
	padding: 0 0 6px 0;
	margin: 20px 0;
	background: url("bg_menusep.gif") left bottom no-repeat;
	font-family: arial;
}

.level-1 {
	list-style:none;
	padding-top: 0.2em 0 0.2em 0;
	background: url("bg_menusep.gif") left top no-repeat;
}
.level-1 a, .level-1 a:visited {
	color:#324460;
	text-decoration:none;
	font-size:14px;
	display:block;
	/*font-weight: bold;*/
	line-height: 18px;
	outline-style:none;
	padding: 6px 0 0 0;
	margin-top: 6px;
}
vertcurrent a {
	color:#006fba;
}
.level-2 {
	margin-left: 20px;
	padding-left: -5px;
}

.level-2 a, .level-2 a:visited {
	color:#324460;
	text-decoration:none;
	font-size:14px;
	line-height: 16px;
	display:block;
	font-weight: normal;
	outline-style:none;
	padding: 5px 0 0 0;
	margin: 0 5px;
}

.level-3 {
	margin-left: 40px;
	padding-left: -5px;
}

.level-3 a, .level-3 a:visited {
	color:#324460;
	text-decoration:none;
	font-size:12px;
	line-height: 16px;
	display:block;
	font-weight: normal;
	outline-style:none;
	padding: 5px 0 0 0;
	margin: 0 5px;
}

.level-4 {
	margin-left: 60px;
	padding-left: -5px;
}

.level-4 a, .level-3 a:visited {
	color:#324460;
	text-decoration:none;
	font-size:9px;
	line-height: 16px;
	display:block;
	font-weight: normal;
	outline-style:none;
	padding: 5px 0 0 0;
	margin: 0 5px;
}

.level-4 a:hover,
.level-4 a:active,
.level-3 a:hover,
.level-3 a:active,
.level-2 a:hover,
.level-2 a:active,
.level-1 a:hover,
.level-1 a:active,
.level-1.vertcurrent a,
.level-2.vertcurrent a,
.level-4.vertcurrent a,
.level-3.vertcurrent a {
	color:#006fba;
}






/* Mittlere Spalte */


#centercontent {
	float: left;
	background: url("bg_centercontent_top.png") 0 0 no-repeat transparent;
	width: 482px;
	padding-left: 20px;
	padding-right: 40px;
	margin-bottom: 20px;
}
#centercontent.wide {
	width: 719px !important;
	padding-right: 0;
}
#centercontent.white {
	background: url("bg_centercontent_wide_white.png") 0 0 no-repeat #fff;
	margin-bottom: 0px;
	padding-bottom: 20px;

}

.heimdetails .detail-info {
	padding-top: 12px;
}

.heimdetails .borderbottom {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: #eeebea;
}

.gruenerHakenDetail {
	text-align: center !important;
}

.gruenerHakenDetail .beurteilungGH {
	color: #ff9000 !important;
}

.gruenerHakenDetail ul {
    list-style-position: inside;
}

.gruenerHakenDetail  ul a:hover {
	color: #ff9000 !important;
}

.heimdetails .box-title {
	font-size: 11px;
	/*font-weight: bold;*/
	padding-bottom: 15px;
}

.heimdetails .am-box,
.heimdetails .teaser-news {
	margin: 10px 2px 0px -10px;
	font-size: 11px;
	background-color: #eeebea;
	border:1px solid #ccc;
	padding: 10px;
}

.collapse {
	text-overflow: ellipsis;
	max-height: 105px;
	overflow: hidden;
}

.heimdetails .news-title {
	padding-bottom: 8px;
}

.heimdetails .news-title > a {
	color: #0271bb !important;
	font-size: 11px;
}

.heimdetails .teaser-news > a,
.heimdetails .am-box > .showMore {
	color: #0271bb !important;
	padding-bottom: 10px;
	font-size: 11px;
	cursor: pointer;
}

.heimdetails .teaser-news > a:before,
.heimdetails .am-box > .showMore:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 6px;
	border-color: transparent transparent transparent #0271bb;
	content: " ";
	display: inline-block;
	margin-right: 4px;
	margin-top: 8px;
	position: relative;
	top: 1px;
}

.heimgross {
	max-width: 100%;
	margin-right: 0px !important;
}

.resulttabelle.heimdetail td.gallery {
	padding-bottom: 17px;
	width: 241px;
  	display: inline-block;
}

.resulttabelle.heimdetail td.details {
	display: inline-block;
  	padding-left: 16px;
	max-width: 230px;
	padding-top: 0px !important;
}

.resulttabelle.heimdetail.lower {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding-top: 17px;
	background-color: #eeebea;
}

.resulttabelle.heimdetail.lower .borderleft,
.resulttabelle.heimdetail.lower .borderright,
.resulttabelle.heimdetail.lower .tablefooter {
	border-left: none !important;
	border-right: none !important;
}

/* IE Win < 7 only \*/
* html #centercontent {
	width: 492px !important;
	padding-right: 0px !important;
}
* html #centercontenttext {
	width: 472px;
}
* html #centercontent.wide {
	width: 739px !important;
	padding-right: 0 !important;
}

#middlecolumn {
	width:507px;
	margin-right: 15px;
	float: left;
}
* html #middlecolumn {
	width: 507px !important;
	margin-right: 15px;
}


/* Breadcrumb */

#breadcrumb {
	height: 45px;
	overflow: hidden;
	font-size: 10px;
	line-height: 45px;
	color: #0070ba;
}
.breadcrumbsep, #breadcrumb span {
	color: #425e7f;
}
#breadcrumb a, #breadcrumb a:visited  {
	color: #425e7f;
	text-decoration: underline;
}
#breadcrumb a:hover {
	color: #ff9000;
}

/* BreadcrumbZwei */

#breadcrumbZwei {
	height: 30px;
	overflow: hidden;
	font-size: 10px;
	/*line-height: 45px;*/
	color: #0070ba;
}
.breadcrumbsep, #breadcrumbZwei span {
	color: #425e7f;
}
#breadcrumbZwei a, #breadcrumbZwei a:visited  {
	color: #425e7f;
	text-decoration: underline;
}
#breadcrumbZwei a:hover {
	color: #ff9000;
}

/* Rechte Spalte */

#rightcolumn {
	width: 192px;
	float: left;
	margin-bottom: 3px;
	padding-left: 5px;
	color: #2F425E;
	display:inline;
	background:url('bg_rightcontent_top.png') 0 0 no-repeat transparent;
}
* html #centercontent.wide #rightcolumn {
	width: 197px !important;
}

.kontaktlink, .kontaktlink a:visited{
	margin-top:10px;
	color: #0271bb !important;
}

.kontaktbutton_inner {
	color: #314460 !important;
}

.kontaktlink a:hover{
	text-decoration:none !important;
}

.kontaktbutton{
	display: block;
	background-size: 177px 45px;
	background-repeat: no-repeat;
	background-image: url(kontakt_button.png);
	height:45px;
}

.kontaktbutton .kontaktbutton_inner{
	display:block;
	padding-top:10px;
	padding-left:13px;
}



/* Fontsizer */

#fontsizer {
	margin-top: 10px;
	margin-left: 10px;
	font-size: 12px;
	line-height: 20px;
	position: relative;
}
#fontsizer div {
	position: absolute;
	top:0;
	right:0;
}

/* IE6 only */
* html #fontsizer div {
	padding-top: 7px;
}
/* end IE6 hacks */

#fontsizer a {
	color: #e0e5ee;
	text-decoration: none;
}

/* Statistik */

#stats h4 {font-size: 12px;text-transform: uppercase;margin:4px 0;}
#stats table {border-collapse: collapse}
#stats table td {vertical-align:top;padding: 2px 5px 3px 0;font-size:11px;color:#435e7f;}
#stats h4, #stats strong {color:#314460}


#logobmelv {
	margin: 20px 0;
}
.rightcolumncontent {
	padding-top: 30px;
	width: 177px;
	min-height: 300px;
}

.rightmouseoverfixed{
	padding-top: 0;
	position: fixed;
	top: 220px;
}

.wide .rightcolumncontent {
	padding-top: 0;
}
.wide #rightcolumncontent {
	padding-bottom: 1px;
}
.wide #rightcolumn #fontsizer {
	margin-bottom: 25px;
}


/* IE6 only */
* html .rightcolumncontent {
	width: 187px;
	height: 300px;
}
/* end IE6 hacks */

.rightcolumncontent h3 {
	margin-top: 15px;
	margin-bottom: 4px;
	padding: 0;
	color: #2f425e;
	font-size: 12px;
	line-height: 14px;
}
#centercontent.wide #rightcolumn h3 {
	text-transform: uppercase;
}
.rightcolumncontent p, .introteaser p {
	margin-top: 6px;
	margin-bottom: 6px;
}
.rightcolumncontent a, #middlecolumn a, .introteaser a {
	/*font-weight: bold;*/
}
.rightcolumncontent a:hover {
	text-decoration: underline;
}
.rightcolumncontent ul, .introteaser ul,
.gruenerHakenDetail ul {
	list-style-image: url("link_arrow.gif");
	padding-left:0;
	margin-left:0;
	margin-top: 3px;
	margin-bottom: 3px;
}

.rightcolumncontent ul li, .introteaser ul li {
	margin-left: 1em;
	padding-left: 0;
	padding-bottom: 3px;
}
.rightcolumncontent .sep {
	margin: 15px 0;
	padding: 0px;
	height: 2px;
	background: url("bg_menusep.gif") left bottom no-repeat;
}
#print-link, #tip-link, #read-link {
	display: none;
}
.print-link a,
.print-link a:visited {
	cursor: pointer;
}
/*  FALLS DISPLAY: NONE WIEDER ENTFERNT WIRD, BITTE DAS FOLGENDE WIEDER EINKOMMENTIEREN:
.print-link, .tip-link, .read-link {
	margin: 0;
	line-height: 22px;
	padding: 2px 0 2px 26px;
}
.print-link a, .tip-link a, .read-link a {
	color: #2f415e !important;
	font-weight: bold;
}
.print-link {
	background: url("icon_print.gif") 0 center no-repeat;
}
.tip-link {
	background: url("icon_send.gif") 0 center no-repeat;
}
.read-link {
	background: url("icon_read.gif") 0 center no-repeat;
}
*/



/* News rechts */

.news-latest-date {
	display:none;
}
#leftcontent .news-latest-item h3 {
	font-size: 12px !important;
	margin: 3px 0;
}
#rightcolumn .news-latest-item h3 {
	font-size: 12px !important;
	margin: 0;
}
.news-latest-item h3 a {
	color: #2f425e !important;
}
hr.clearer {
	display:none;
}
.news-latest-morelink {
	padding-bottom: 15px;
	/*font-weight: bold;*/
	background: url("bg_menusep.gif") left bottom no-repeat;
	margin-bottom: 15px;
}

.news-latest-morelink a::after {
	content: " ▸";
}

#leftcontent .csc-header h1 {
	text-transform: uppercase;
	color: #314460;
	font-size: 12px;
	line-height: 14px;
	margin: 10px 0 3px 0;
	padding: 0;
}
#rightcolumn .csc-header h1 {
	text-transform: uppercase;
	color: #314460;
	font-size: 12px;
	line-height: 14px;
	margin: 10px 0 0 0;
	padding: 0;
}

#leftcontent h2,
#rightcolumn #centerrightnewscontent h2 {
	text-transform: uppercase;
	color: #314460;
	font-size: 12px;
	line-height: 14px;
	margin: 10px 0 0 0;
	padding: 0;
}
.news-latest-item p.bodytext {font-style:italic;margin:0 0 4px 0;color: #2f425e}

.news-single-category h2 {margin-bottom:20px; color: #006fba;font-size:17px;}
















/* BEGINN ALTE STYLES */

#anmeldungimg {
	width: 150px;
	height: 20px;
	background:url("anmeldung.gif") no-repeat left top;
}
#anmeldung {
	display: block;
	background: #fff;
	padding-left: 10px;
	padding-top:10px;
	padding-bottom: 2px;
	padding-right: 8px;
	width: 132px;
}



/* MP start */

#details {
	float: left;
	width: 90%;
	padding: 1em;
}

#details h3 {
	margin-bottom: 0.5em;
	margin-top: 2.5em;
}

#details h4 {
	margin-bottom: 0.5em;
}

#details a
{
	color:#222;
	text-decoration:none;
	font-size:1em;
	display:block;
	padding-left: 0px;
	/*font-weight: bold;*/
	background:inherit;
	outline-style:none;

}

.verwFormTable {
	font-size: 1em;
	border-width: 0px 0px 0px 0px;
	border-spacing: 0em 0em;
}

.verwFormTable tr td {
	padding-right: 1.5em;
}


#userEdit {
	padding: 0 1em 1em 0;
}

#userEdit h2{
	color: #42597B;
	font-size: 1.4em;
}

#userEdit a {
	color: #42597B;
	text-decoration:none;
	display: block;
	font-size:1em;
	padding-left: 0px;
	/*font-weight: bold;*/
	background:inherit;
	outline-style:none;
	margin-bottom: 0.5em;
}

#userEdit a:hover,#userLevel a:active
{
	background:#E1E5EE;
	color:#000;
}

#userEdit .cruInfo{
	/*font-weight: bold;*/
	color: #DD0000;
}


.beElement {
	font-size: 1em;
	border-width: 0px 0px 0px 0px;
	border-spacing: 0em 0em;
}

.beElement tbody tr{
	padding-bottom: 1em;
}

.beElement tbody tr th strong{
	display: block;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}

.beElement tbody tr th strong font {
	/*font-weight: bold;*/
	font-size: 1.2em;
}

.beElement * td {
	padding-right: 1em;
	padding-bottom: 0.5em;
}

.ratingstable {
	font-size: 1em;
	border-width: 0px 0px 0px 0px;
	border-spacing: 0em 0em;
}

.ratingstable tr td {
	padding-right: 3em;
	padding-bottom: 0.7em;
}

.ratingstable td.absatz {
	padding-top: 1em;
	color: #42597B;
	/*font-weight: bold;*/
	vertical-align: top;
	font-size: 1em;
}

.ratingstable td.ueberschrift {
	color: #42597B;
	/*font-weight: bold;*/
	vertical-align: top;
	font-size: 1em;
	padding-bottom: 0.7em;
}

.ratingstable-right {
	/*font-weight: bold;*/
}

.ratingstable-euro {
	/*font-weight: bold;*/
}


#logo {
	margin-left: 35px;
	margin-top: 18px;
	border: none;
}

#topimage a {
	text-decoration: none;
}

.cru_table {
	font-size: 1em;
	border-width: 0px 0px 0px 0px;
	border-spacing: 0em 0em;
}

.cru_table td.head {
	/*font-weight: bold;*/
	text-align: left;
}

.cru_table td.headCentered {
	/*font-weight: bold;*/
	text-align: center;
}

.cru_table * td {
	padding-right: 3em;
}

/* MP end */

/* MP 2 start */



.phpbereichDetailansicht {
	padding: 0 1em 1em 1em;
}

#phpbereichBreit {
	padding: 0 1em 1em 0;
}

#phpbereichBreit h2{
	color: #42597B;
	font-size: 1.4em;
	margin-top: 0.9em;
	margin-bottom: 0.9em;
}

#phpbereichBreit h3{
	color: #42597B;
	font-size: 1em;
}

#phpbereichBreit h4{
	font-size: 1em;
	/*font-weight: bold;*/
	margin-bottom: 0.5em;
}

#phpbereichBreit .cruInfo{
	/*font-weight: bold;*/
	color: #DD0000;
}

#phpbereichBreit a
{
	/*color:#222;
	text-decoration:none;
	*/
	color: #42597B;
	font-size:1em;
	/*font-weight: bold;*/
}

#phpbereichBreit p.inactiveHref {
	color: #AAAAAA;
	/*font-weight: bold;*/
	margin: 0;
}

.phpbereichBreit {
	padding: 0 1em 1em 0;
}

.phpbereichBreit h2{
	color: #42597B;
	font-size: 1.4em;
	margin-top: 0.9em;
	margin-bottom: 0.9em;
}

.phpbereichBreit h3{
	color: #42597B;
	font-size: 1em;
}

.phpbereichBreit h4{
	font-size: 1em;
	/*font-weight: bold;*/
	margin-bottom: 0.5em;
}

.phpbereichBreit .cruInfo{
	/*font-weight: bold;*/
	color: #DD0000;
}

.phpbereichBreit a
{
	/*color:#222;
	text-decoration:none;
	*/
	color: #42597B;
	font-size:1em;
	/*font-weight: bold;*/
}

.phpBereichSchmal {
}

.phpBereichSchmal h2{
	color: #42597B;
	font-size: 1.4em;
	margin-top: 0.9em;
	margin-bottom: 0.9em;
}


.sucheTabelle {
	font-size: 1em;
	border-width: 0px 0px 0px 0px;
	border-spacing: 0;
}

.sucheTabelle * td {
	padding-right: 2em;
	padding-bottom: 0.5em;
}

.sucheTabelle td.kopfLinks {
	/*font-weight: bold;*/
	text-align: left;
}

.sucheTabelle td.kopfMitte {
	/*font-weight: bold;*/
	text-align: center;
}

.sucheTabelleHeimBild {
	padding: 0.5em;
	border: 1px solid #E1E5EE;
	width: 5em;
	max-width: 5em;
}

.sucheTabelle .name a {
	/*font-weight: bold;*/
	text-decoration: none;
	color: #42597B;
}

.sucheTabelle .bildLink {
	text-align:center;
	height: 25px;
}

.sucheTabelle .sonstige {
}

.details {
	/*float: left;
	width: 100%;*/
	clear: both;
	padding: 2em 0 0 0;
}

.details h3 {
	margin-bottom: 0.5em;
	margin-top: 2.5em;
}

.details h4 {
	margin-bottom: 0.5em;
}

.details-footer {
	clear: both;
	padding: 0 0 0 0;
}

#detailsAnsicht {
	padding: 1em;
	overflow: hidden;
}

#detailsAnsicht a
{
	/*color:#222;
	text-decoration:none;
	*/
	color: #42597B;
	font-size:1em;
	/*font-weight: bold;*/
}

.sucheFormTable {
	font-size: 1em;
	border-width: 0px 0px 0px 0px;
	border-spacing: 0em 0em;
}

.sucheFormTable tr td {
	padding-right: 1.5em;
}


.traegerHeimauswahlTable {
	font-size: 1em;
	/*border-width: 0px 0px 1px 0px;*/
	border: 2px solid #E1E5EE; /*303E5B;*/
	border-spacing: 0.5em 0em;
	text-align: center;
}

.traegerHeimauswahlTable th {
	/*font-weight: bold;*/
	padding: 0.5em;
}

.traegerHeimauswahlTable td {
	border-top: 2px solid #E1E5EE;
	padding: 0.5em;
	vertical-align: top;
}

.traegerHeimauswahlTable td.trenner {
	border-top: 1px dashed #E1E5EE;
}

.traegerHeimauswahlTable td.ohneTrenner {
	border-top: 1px dashed #E1E5EE;
}

.traegerHeimauswahlTable td.aktiv {
	background-color: #E1E5EE;
}


.gutachterAuswahlTable {
	font-size: 1em;
	/*border-width: 0px 0px 1px 0px;*/
	border: 2px solid #E1E5EE; /*303E5B;*/
	border-spacing: 0.5em 0em;
	text-align: left;
}

.gutachterAuswahlTable th {
	/*font-weight: bold;*/
	padding: 0.5em;
}

.gutachterAuswahlTable td {
	border-top: 1px solid #E1E5EE;
	padding: 0.5em;
	vertical-align: top;
}

/* MP 2 end */

.universalPagebreakBefore {
	page-break-before: always;
}


/* ENDE ALTE STYLES */








/* Suchergebnis-Seite */



#ergebnisinfo {
	color: #314460;
	/*font-weight: bold;*/
}
#ergebnisinfo p {
	margin: 2px 0;
}
#ergebnisinfo span {
	color: #006fba;
}
#ergebnisinfo table {
	border: 1px solid #ccc;
	padding: 0 10px;
	border-radius: 5px;
	margin: 10px -5px 10px -10px;
	width: 515px;
}
#ergebnisinfo table td {
	border: 0;
	padding: 5px 0px;
}
#ergebnisinfo table td a {
	font-weight: normal;
}


.paginate .left {
	float: left;
	line-height: 22px;
}
.paginate .right {
	float: right;
	line-height: 22px;
}

.paginate {
	font-size:11px;padding: 10px 0;
}
.resulttabelle {
	width:515px;
	border:0;
	padding:0;
	margin: 0 0 0 -10px !important;
}
.resulttabelle tr.header {
	font-size:10px;
	line-height:11px;
	color:#2f415e;
}
.resulttabelle tr.header td {
	padding:12px 10px;
	background:url("resulttable_top.png") no-repeat 50% 0;
	/*font-weight: bold;*/
}
.resulttabelle tr.header td:first-child {
	background:url("resulttable_top.png") no-repeat 0 0;
}
.resulttabelle tr.header td:last-child {
	background:url("resulttable_top.png") no-repeat 100% 0;
}

/* ie 6+7 fix wg. wiederholung bg-image in tds */
* html .resulttabelle tr.header {
	background:url("resulttable_top.png") no-repeat 0 0;
	position: relative;
}
* html .resulttabelle tr.header td {
	background-image: none;
}
* + html .resulttabelle tr.header {
	background:url("resulttable_top.png") no-repeat 0 0;
	position: relative;
}
* + html .resulttabelle tr.header td {
	background-image: none;
}
/* end fix */

.resulttabelle td, .resulttabelle a {
	font-weight: normal;
	text-decoration: none;
	color: #314460;
}
.resulttabelle a:hover {
	color:#0372bb !important;
	/*font-weight:bold !important;*/
}
.resulttabelle td a span {
	font-weight:normal !important;
}
td.center {
	text-align:center;
}

td.borderleft {
	padding:4px 0 5px 10px;
	border-left:1px solid #ccc;
}
tr.even, div.even {
	font-size:11px;
	line-height:13px;
	background-color:#fff;
}
tr.odd, div.odd {
	font-size:11px;
	line-height:13px;
	background-color:#eeebea;
}
.tablefooter {
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}
.heimbild {
	border: 1px solid #ccc;
}

.legende {
	margin-top: 20px;
}
.legende p {
	font-size: 11px;
	line-height: 13px;
	margin: 4px 0;
	color: #314460;
}
.legende p img {
	vertical-align: top;
}







/* Footer */

#bottomimg {
	height: 190px;
	
	position: relative;
	border:0px solid black
}

/* Footer Eddin */

#pipe ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	}

#pipe ul li {
	margin-left: 0;
	padding: 3px 15px;
	border: 1px solid #000;
	list-style: none;
	display: inline;
	}


#MyLogo1, #MyLogo2, #MyLogo3, #MyLogo4, #MyLogo5, #MyLogo6{
	border:0px solid black;
	font-size: 11px;
	float:left;
}

#MyLogo1  {
	width: 200px;
  margin-left:3em;
	margin-top:2.5em;
}

#MyLogo2 {
	width: 120px;
	margin-top:3.5em;
	margin-left:1em;
}

#MyLogo3 {
	width: 140px;
	border:0px solid black;
  margin-top:1.5em;
	margin-left:0.5em;
}

#MyLogo4{
	width: 380px;
	margin-top:2.5em;
	border:0px solid black;
}


#MyLogo5{
	width: 100px;
	margin-top:5em;
	border:0px solid black;
}

#MyLogo6{
	max-width: 460px;
	width: 100%;
	margin-top:2.5em;
	margin-left:0;
	border:0px solid black;
}


#MyLogo1 #biva {
	float:left;
	font-size: 10px;
}

#MyLogo2 #isis {
	font-size: 10px;
}


#bottomimg2 {
	height: 145px;
	background:url("bg_footer_weiss.png") 0 0 no-repeat #fff;
	position: relative;
}
#logos1, #logos2, #logos3, #logos4 {
	position: absolute;
	top: 35px;
	color: #314460;
	font-size: 11px;
}
#logos1 {
	left: 55px;
}
#logos1 #biva {
	position: absolute;
	top: 63px;
	width: 120px;
	font-size: 7px;
	line-height: 9px;
}
#logos1 #isis {
	position: absolute;
	top: 63px;
	left: 134px;
	width: 90px;
	font-size: 7px;
	line-height: 9px;
}
img.imgVDAB {
  position: relative;
  top:-10px;
}
#logos2 {
	left: 286px;
}
#logos3 {
	left: 457px;
}
#logos4 {
	left: 840px;
}
#logos1 p, #logos2 p, #logos3 p, #logos4 p {
	margin: 0 0 5px 0;
}
#logos1 img {
	margin-right: 60px;
}
#logos2 img, #logos3 img {
	margin-right: 8px;
}
#logos4 {
	display: none;
}




/* Heim Detailseite */

.heimueberschrift {
	font-size: 12px;
	color: #314460;
	/*font-weight: bold;*/
	margin: 3px 0 20px 0;
}
img.heimgross {
	margin-right: 12px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
}
img.heimklein {
	margin: 0 1px 5px 0;
	border: 1px solid #ccc;
}
.resulttabelle .header td.smaller {
	padding: 0;
	height: 26px;
}
.resulttabelle strong {
	font-size: 12px;
	line-height: 16px;
}
.heimdetail a {
	color:#0271bb !important;
}
.heimdetail a:hover {
	/*font-weight: normal !important;*/
	text-decoration: underline !important;
}



/* Strukturdaten und Verbraucherfreundlichkeit */

.struktur h4, .preise h4 {
	font-size: 12px;
	display: inline;
	margin: 0;
	padding: 0;
}
.verbraucher h4 {
	font-size: 12px;
	margin: 0;
	border-bottom: 1px solid #fff;
	padding: 10px 30px 10px 10px;
}
.verbraucher h4.sublegend {
	padding-left: 28px;
}

div.even, div.odd {
	padding: 9px 20px 9px 70px;
	color: #324460;
}
.struktur td {
	padding-left: 10px;
	width: 50%;
	color: #324460;
}
.vergleich td {
	padding-left: 10px;
	/*width: 30%;*/
}
.preise td {
	padding-left: 10px;
}
tr.legend td {
	background-color: #e4dedb;
	/*font-weight: bold;*/
	color: #006fba;
	height: 20px;
}
tr.sublegend {
	background-color: #dbe1eb;
	color: #466586;
}

h4.legend {
	background-color: #e3e0df;
	color: #2f415e;
}
h4.sublegend {
	background-color: #f6f3f2;
	color: #466586;
}
h4.sublegend.openclose {
	background-color: #F6F3F2;
}

.sublegend td {
	padding-top: 9px;
	padding-bottom: 9px;
	border-top: 1px solid #fff;
}
.alignright {
	text-align: right;
	padding-right: 10px;
}
.check {
	padding-left: 70px;
	background-image: url("haekchen_small.gif");
	background-position: 25px center;
	background-repeat: no-repeat;
}

.openclose {
	background: url("link_arrowdown_b.gif") right center no-repeat;
	cursor: pointer;
}
.openclose.up {
	background: url("link_arrowup_b.gif") right center no-repeat;
	color: #006fba;
}


.even.check, .even.noncheck{
	border-bottom: 1px solid #eeebea;
	padding-bottom: 12px;
}

/* IE6 only */
* html .even .check {
	background-color: #fff;
}
* html .odd .check {
	background-color: #eceff5;
}
/* end IE6 hack */
/* IE7 only */
* + html .even .check {
	background-color: #fff;
}
* + html .odd .check {
	background-color: #eceff5;
}
/* end IE7 hack */


/* Intro Startseite */

#intro, #bmelvgw {
	display: none;
	width: 560px;
	margin-left: -45px;
	margin-top: -385px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 3px 3px 20px #666;
	border: 2px solid #aaa;
	position: absolute;
}
#bmelvgw {
	height: 400px;
}
#bmelvgw {
	height: 550px;
}

/* IE6 only */
* html #intro {
	z-index: 999;
}
/* end IE6 hacks */

#introcontent, #bmelvgwcontent {
	padding: 25px;
	overflow:auto;
	height: 320px;
	border-radius: 0 0 7px 7px;
}
#introcontent {
	height: 320px;
}
#bmelvgwcontent {
	height: 470px;
}

#intro h3, #bmelvgw h3 {
	margin-top: 0;
	padding-top: 0;
	color: #2f425e;
	font-size: 1.5em;
}
#introhead, #bmelvgwhead {
	height: 30px;
	cursor: pointer;
	text-align: right;
	line-height: 30px;
	background-color: #0673bc;
	color: #fff;
	padding-right: 15px;
	border-radius: 7px 7px 0 0;
}




/* Navigationslinks */
.leftlink a, a.leftlink, .active.leftlink {
	padding-left: 12px;
	background: url("link_arrow.gif") center left no-repeat;
}

.backlink, .forwardlink, .uplink, .downlink {
	margin-top: 10px;
}
/*.forwardlink a, .forwardlink.active {*/
.forwardlink a, a.forwardlink, .active.forwardlink {
	padding-right: 12px;
	background: url("link_arrow.gif") center right no-repeat;
}
* + html .forwardlink a {
	display: block;
}
* html .forwardlink a {
	display: block;
}
/*.backlink a, .backlink.active {*/
.backlink a, a.backlink, .active.backlink {
	padding-left: 12px;
	background: url("link_arrow2.gif") center left no-repeat;
}
/*.backlink.inactive {*/
.inactive.backlink {
	padding-left: 12px;
	background: url("link_arrow2g.gif") center left no-repeat;
}
.uplink a {
	padding-left: 14px;
	background: url("link_arrowup.gif") center left no-repeat;
}
.downlink a {
	padding-left: 14px;
	background: url("link_arrowdown.gif") center left no-repeat;
}
.forwardlink a:hover, .backlink a:hover, .uplink a:hover {
	text-decoration: underline !important;
}
span.downarrow{
	padding-right: 14px;
	background: url("link_arrowdown.gif") center right no-repeat;
	font-size: 12px;
	/*font-weight: bold;*/
}
#metanav {
	width: 505px;
	margin: 0 -5px 30px -5px;
	height: 16px;
}
#metanav div {
	float:left;
	margin-right:15px;
}
#metanav div a {
	font-size: 12px;
	color: #324460 !important;
	/*font-weight: bold;*/
}
#metanav div a:hover {
	font-size: 12px;
	color: #ff9000 !important;
	/*font-weight: bold !important;*/
	text-decoration: none !important;
}
#metanav .inactive {
	color: #aaaaaa !important;
}
#metanav a.inactive:hover {
	color: #aaaaaa !important;
}
#metanav small {
	font-family: tahoma,arial,sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #324460;
	font-weight: normal;
}
#metanav div.current span.downarrow, #metanav div.current small {
	color: #006fba;
}
#metanav .forwardlink a, #metanav a.forwardlink, #metanav .active.forwardlink {
	background-image: url("link_arrow_b.gif");
}
#metanav .backlink a, #metanav a.backlink, #metanav .active.backlink {
	background-image: url("link_arrow2_b.gif");
}
#metanav .inactive.backlink {
	padding-left: 12px;
	background-image: url("https://www.heimverzeichnis.de/fileadmin/template/hvz/link_arrow2g_b.gif");
}
#metanav .uplink a {
	padding-right: 12px;
	background-image: url("link_arrowup_b.gif");
}
#metanav span.downarrow{
	background-image: url("link_arrowdown_lb.gif");
}
/*.forwardlink.inactive {*/
#metanav a.inactive.forwardlink {
	padding-right: 12px;
	background: url("link_arrowg.gif") center right no-repeat;
	cursor: default;
}



/* Generelles Float, Clear */

.left {
	float: left;
}
.clear {
	clear: both;
}
.hide {
	display: none;
}
.showTr {
  display: table-row;
}




ul#horzmenu-l1 li.class101 span,
ul#horzmenu-l1 li.class98 span { color:#fe9a00; }

ul#horzmenu-l1 li.class101 span:hover,
ul#horzmenu-l1 li.class98 span:hover { color:#ffffff; }







/* SUCHFORMULAR STARTSEITE */

#searchwrapper {
	background:url("searchmid.png") 0 0 repeat-y;
	width:547px;
	margin-top: -7px;
	margin-left: -35px;
}
/* IE Win 7 only \*/
* + html #searchwrapper {
	margin-top: -26px;
}



#searchtop {
	background:url("searchtop.png") 0 0 no-repeat;
	height:261px;
}
#searchtop.down {
	background:url("searchtop2.png") 0 0 no-repeat;
	height:291px;
}
#searchbottom {
	background:url("searchbottom.png") 0 0 no-repeat;
	height:30px;
}
#searchbottom.down {
	background:url("searchbottom2.png") 0 0 no-repeat;
}
#searchtoptop {
	padding: 23px 0 0 38px;
}
#searchtoptop .mainsearchinput {
/*	width: 449px;
	height: 42px;
	color: #fff;
	border: 0;
	margin: 0;
	padding: 0 0 0 10px;
	font-size: 18px;
	font-weight: bold;
	line-height: 42px;
	background:url("bg_searchinput.png") 0 0 no-repeat;
*/
	width: 445px;
	height: 32px;
	color: #000;
	border: 2px solid #FF9000;
	margin: 0;
	padding: 0 0 0 10px;
	font-size: 18px;
	/*font-weight: bold;*/
	line-height: 30px;
	background-color: #fff;
	border-radius: 6px;
}
label.mainlabel {
	display: block;
	padding: 3px 0 0 0;
}

#opengw  {
	float: right;
	cursor: pointer;
	padding-right: 40px;
}
.su_options {
	height: 16px;
	font-size: 14px;
	line-height: 16px;
}
#searchtopmid {
	height: 115px;
	margin-top: 5px;
}
#searchwrapper h3 {
	font-size: 13px;
	line-height: 15px;
	margin: 0;
	padding: 4px 0 6px 0;
	color: #006fba;
	text-transform: uppercase;
}
#searchtopmidleft, #searchtopmidright {
	float: left;
	height: 63px;
}
#searchtopmidleft {
	width: 282px;
}
#searchtopmidleft label {
	width: 84px;
	float: left;
	display: block;
	line-height: 22px;
}
#searchtopmidleft p {
	margin: 4px 0;
}
#searchtopmidright {
	width: 220px;
}
select.input1 {
	width: 176px;
}
select.input1 option {
	font-family: arial;
	font-size: 13px;
	color: #586f89;
}
#kt {padding-left:3px;color: #5a7a98;font-size:10px}

#searchmid {
	padding-left: 35px;
	padding-bottom: 5px;
}
#searchmidleft {
	width: 230px;
	height: 70px;
	float: left;
}
#searchmidright {
	padding: 0 0 0 15px;
	width: 230px;
	height: 70px;
	float: left;
}
.searchhead {
	height: 27px;
	background:url("searchheader.png") 0 0 no-repeat;
	padding-left: 10px;
	margin-bottom: 5px;
}
.searchhead.fett {
	/*font-weight: bold;*/
}
.searchhead span {
	color: #2E415E;
	line-height: 27px;
	padding-right: 15px;
	font-size: 12px;
	background: url("link_arrow_down_blue.png") no-repeat scroll right center transparent;
	cursor: pointer;
}
.searchhead.fett span {
	background: url("link_arrow_up_blue.png") no-repeat scroll right center transparent;
}
.searchhead a:hover {
	/*font-weight: bold;*/
	text-decoration: none;
}
#searchmid select {
	font-family: arial;
	font-size: 13px;
	color: #586f89;
	padding: 3px;
}
#searchmid p {
	margin: 0 0 20px 0;
}
#searchmid table {
	width: 230px;
	border-collapse: collapse;
}
#searchmid table td {
	padding: 0 10px 5px 0;
}
#searchmid input[type=radio] {
	margin: 0 4px 0 0;
}
#searchmid strong span {
	font-weight: normal;
}
#searchmid input[type=checkbox] {
	margin: 1px 4px 2px 0;
}
.optionsleft {
	float: left;
	width: 230px;
}
.optionsright {
	float: left;
	width: 230px;
	padding: 0 0 0 15px;
}
#searchoption1body, #searchoption2body, #searchoption3body {
	padding: 5px 0 15px 0;
}

#search_mid h3 {
	color: #005d9a;
	text-transform: uppercase;
	font-size: 1.0em;
	margin: 0;
	line-height: 1.6em;
	padding: 0 0 5px 0;
}
#search_mid h3 span {
	font-weight: normal;
}

.input2 {
	font-family: arial;
	font-size: 13px;
	color: #586f89;
	width: 207px;
}
#toggleoptions {
	/*font-weight: bold;*/
	font-size: 12px;
	background:url("link_arrow.gif") right center no-repeat;
	padding-right: 10px;
	padding-left: 40px;
	cursor: pointer;
	float: right;
	margin-right: 81px;
}
#toggleoptions.close {
	background:url("link_arrowup.gif") right center no-repeat;
	float: left;
}
#vf {margin: 10px 0;}
#sp label {display: block; padding: 10px 10px 0 0;}

.searchlabel {
	font-size: 12px;
	line-height: 14px;
}

#searchsubmit {
	padding-left: 276px;
}
#secondsearchsubmit {
	padding-left:285px;
	padding-top: 20px;
}
#introtexttoggle {
	color: #ff9000;
	padding-left: 10px;
	background:url("link_arrow.gif") left center no-repeat;
	cursor: pointer;
	/*font-weight: bold;*/
}
#introtexttoggle.close {
	background:url("link_arrowup.gif") left center no-repeat;
}
.introtext {margin-top: 21px;}
.introtext h3 span {display:block;}


.introteaser {
	color: #006fba;
	font-size: 12px;
	line-height: 16px;
	background:url("bg_introteaser.png") 0 0 repeat-y #fff;
	border: 1px solid #cccccc;
	padding: 5px 10px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.introteaser h3 {
	color: #314460;
	font-size: 10px;
	line-height: 23px;
	/*text-transform: uppercase;*/
	height: 23px;
	background:url("bg_introteaser_h3.png") 0 0 no-repeat #fff;
	margin-left: -16px;
	padding-left: 16px;
	margin-top: 1px;
	margin-bottom: 5px;
}
#mehrtext {
	overflow: hidden;
	position: relative;
}
p.bodytext {margin: 12px 0; }
#c316 p.bodytext {
  line-height: 18px;
}
#mehrtext p.bodytext {margin: 0 0 12px 0;}


/* Merkzettel */

.merk_button,
.schon_merk_button {
	height: 51px;
	min-height: 40px;
	width: 178px;
	border: none !important;
	padding: 0 0 0 10px;
	margin: 0;
	font-size: 11px;
	line-height: 14px;
	background: url("merk_button.png") 0 0 no-repeat;
	font-family: verdana;
	/*font-weight: bold;*/
	cursor: pointer;
	text-align:left;
	-webkit-box-align: left;
	box-align: left;
}

.merk_button {
	color: #314460;
}

.schon_merk_button {
	color: #585858;
}

.tx-felogin-pi1,
#tx_felogin_pi1 {
	margin-bottom: 25px;
	text-align: center;
}

.tx-felogin-pi1 fieldset,
#tx_felogin_pi1 fieldset {
	padding: 10px;
}

.tx-felogin-pi1 input,
#tx_felogin_pi1 input {
	width: 137px;
}

.tx-felogin-pi1 input[type=submit],
#tx_felogin_pi1 input[type=submit] {
	border: 0;
	max-width:146px;width:100%;
	height: 29px;
	padding: 0;
	margin: 0 0 0 -3px;
	font-size: 13px;
	text-transform: uppercase;
	/*font-weight: bold;*/
	color: #006fba;
	background: url('bg_submitbutton_small.png') 0 0 no-repeat transparent;
}

.tx-felogin-pi1 input[type=submit]:hover,
#tx_felogin_pi1 input[type=submit]:hover {
	cursor: pointer;
}

/* Bibliothek */
.indent {overflow: hidden}
.indent ul {color: #425F7F}
.indent ul b {font-weight: normal; color: #000;}
.indent ul a {font-size: 10px}
.indent ul li {margin: 5px 0;}

.durchschuss {
	line-height: 1.5;
}
/* Grusswort BMELV */
#logobmelv, #bmelvgwhead {
	cursor: pointer;
}
.bmelvgw {
	position: absolute;
	max-width:490px;width:100%;
	height: 450px;
	padding: 10px;
	background-color: #fff;
	border: 2px solid #666;
	margin: -2px 0 0 -20px;
}

#userEdit a,
#phpbereichBreit a {
  background: url("link_arrow.gif") no-repeat scroll 0 center transparent;
  padding-left: 10px;
}

#userEdit a:hover,
#phpbereichBreit a:hover {
  color: #FF9000;
  background: url("link_arrow.gif") no-repeat scroll 0 center transparent;
}

/* logo footer*/
.rechteck {position:relative;max-width:112px;width:100%;height:38px;border:1px solid #D5D5D5;text-align:center;}
.rechteck_links {position:relative;max-width:220px;width:100%;height:60px;border:1px solid #D5D5D5;text-align:center;margin-bottom:1px;}
.pic {border:1px solid #D5D5D5;}
.wborder {border:1px solid #D5D5D5;}
.inMargin {margin-left:4px;margin-right:1px;margin-top:2px;}

.resulttabelle.heimdetail tbody tr td{
	vertical-align: top;
}

.steckbrief-telefon.maskiert {
	color: #0271bb;
	font-size: 10px;
	/*font-weight: bold;*/
}

.steckbrief-telefon.maskiert:hover {
	text-decoration: underline;
	cursor: pointer;
}

.news-single > .article > .news-img-wrap > .outer:not(:last-child) {
	margin-bottom: 5px;
}

/* Findet nur beim Drucken Anwendung */
@media print {

	body {
		text-align: left;
		font-size: 10pt;
		padding: 0 30px;
		font-family: arial;
	}
	.clear {
		clear: both;
	}                                                      
	#leftcontent, #menuwrap, #rightcolumn, #bottomimg, #breadcrumb, #hvzlogo, #hvzbanner, #banner h1, .forwardlink, .backlink, .uplink, .paginate, #metanav {
		display:none;
	}
	#maincontent {
		background-image: none;
		background-color: #fff;
	}
	#main, #maincontent, #centercontent, #centercontenttext {
		width: auto;
		padding:0;
		margin:0;
	}
	#banner {
		display: none;
		width: auto;
		height: 120px;
		overflow: hidden;
		background: url(banner_print.jpg) 0 0 no-repeat;
	}                                                 
	#copy {
		margin: 20px 0;
		padding-top: 20px;
		color: #000;
		font-size: 8pt;
	}
	h4 {
		margin-top: 15px;
	}
	h1, h2, h3, h4 {
		color: #000 !important;
	}
	h1 {
		font-size:18pt;
	}
	h2 {
		font-size:16pt;
	}
	h3 {
		font-size:14pt;
	}
	h4 {
		font-size:12pt;
	}
	h4.legend, h4.sublegend {
		margin-top:0;
		font-size:10pt;
	}
	
	.heimgross {
		margin-right: 20px;
	}
	.heimklein {
		border:0;
		margin-bottom:20px;
	}
	a, a:hover, a:visited {
		text-decoration: none;
		color: #000;
	}
	table {
		width: 100%;
		border-collapse:collapse;
	}
	td {
		border: 0;
		padding: 2px;
	}
	.tabs, .tabbody, .struktur, .even, .odd {
		background: none !important;
		border: 0 !important;
	}
	
	div.even, div.odd {
			padding: 9px 20px 9px 53px;
	}
	
	.struktur, .preise {
		width: 99%;
	}
	.struktur td {
		width: 70%;
		padding-right:20px;
		border-bottom: 1px solid grey;
	}
	.tabs h3 {
		margin-top: 25px;
		margin-bottom: 5px;
	}
	td.gallery {
		max-width:240px;width:100%
	}
	.stichworte {
		font-size: 10pt;
	}
					 
	#horzmenu {
		display: none;
	}

}