@CHARSET "UTF-8";

/* RESET  ==================================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.small {
	font-size: 12px;
	line-height: 14px;
	padding-bottom: 0;
}

.more {
	padding-left: 15px;
	background: url('/img/link-blue.png') 0 8px no-repeat;
}

/* GENERAL DIVS ==================================================================== */


html {
  overflow-y: scroll;
}

html, body {
  height: 100%;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 15px;
  color: #4A4A4A;
  padding:0px;
  margin:0px;
  position:relative;
}


#container { 
  width:100%;
  text-align:center;
}

#container-centered { 
  width:980px;
  margin: 0 auto; 
  text-align:left;
  background:url('/img/pat.gif') repeat-y;
}

#MainNavigation {
  display:inline;
  margin:0px 5px 0px 0px;
  padding:0px;
  width: 295px;
  height:300px;
  float:left;
}



#leftcol {
  width:300px;
  height:100%;
  padding: 0px;
  margin:0px;
  float:left;
  display:inline;
  border-top:5px solid white;
}

#logodiv {
  width:300px;
  height:100px;
  padding:22px 0 0 0;
  background:#ffffff;
}

div.leftcol_content {
  width:300px;
  height:auto;
  clear:both;
}

#main {
  font: normal 15px/20px Arial;
  width:680px;
  height:100%;
  float:right;
  display:inline;
  border-top:5px solid white;
}

#footer {
  width:980px;
  height:30px;
  background:url('/img/footer.gif') 0px 0px no-repeat;
  clear:both;
  border-top:5px solid #ffffff;
}

.module {
  background:#F4F4F4;
  border-top: 20px solid #D8D8D8;
  padding:20px 0 20px 50px;
}

.module_custom {
  background:#F4F4F4;
  border-top: 20px solid #D8D8D8;
  padding: 10px;
  margin-bottom: 10px;
}

.module_small_container_left {
	width: 337px;
	float: left;
    margin-right: 0 !important; /* Für moderne Browser */
    margin-right: -3px; /* Für IE */
	margin-bottom: 10px;
}

.module_small_container_right {
	width: 337px;
	float: right;
    margin-left: 0 !important; /* Für moderne Browser */
    margin-left: -3px; /* Für IE */
	margin-bottom: 10px;
}

.module_big_container {
  background:#F4F4F4;
  width: 680px;
  margin-bottom: 10px;
}

.module_image_small {
  width: 144px;
  height: 227px;
  float: left;
}

.module_image_big_left {
  float: left;
  margin: 0px 10px 10px 0px;
}

.module_image_big_left {
  float: left;
  margin: 0px 10px 10px 0px;
}

.module_image_big_right {
  float: right;
  margin: 0px 0px 10px 10px;
}

.module_small {
  background:#F4F4F4;
  margin-left: 144px;
  border-top: 20px solid #D8D8D8;
  width: 173px;
  height: 187px;
  padding: 10px;
}

.module_small_noimg {
  background:#F4F4F4;
  margin-left: 0px;
  border-top: 20px solid #D8D8D8;
  width: 317px;
  padding: 10px;
}

.module_big {
  background:#F4F4F4;
  margin-left: 144px;
  width: 516px;
  border-top: 20px solid #D8D8D8;
  padding: 10px;
}

.module_big_full {
  background:#F4F4F4;
  width: 660px;
  border-top: 20px solid #D8D8D8;
  padding: 10px;
}

.admin_module {
  background:#F4F4F4;
  border-top: 23px solid #DFE9E4;
  padding:20px 0 20px 50px;
  margin: 0px;
  height: 100%;
}

h1, h2, h3 {
  font: normal 30px/20px Arial;
  color:#4f85c5;
  margin:0 0 10px 0;
  line-height:1.3em;
}
h2 {
  font: normal 24px/22px Arial;
  line-height: 28px;
}
h3 {
  font: normal 20px/20px Arial;
  line-height: 24px;
}

p {
  padding:0 10px 10px 0;
}

blockquote {
	font: bold 15px/20px Arial;
	letter-spacing: 0.03em;
	padding:0 10px 10px 0;
}

#main a {
	border-bottom: 1px dotted #4468a4;
	color: #4468a4; /* was #bb0000 */
	text-decoration: none;
}

#main a:hover {
	color: #bb0000;
	background: white;
	border-bottom: 1px dotted #bb0000;
}

/* MAIN NAVI ==================================================================== */

#navi ul {
  width:295px;
  height:auto;
  list-style-type: none;
  padding:0;
  margin:0;
  vertical-align: bottom;
  clear:both;
  background:#ffffff;
}

#navi ul li {
  width:295px;
  height:30px;
  display:block;
  padding:0;
  margin:0;
  border-bottom:1px solid #bbbbbb;
  text-align:right;
}

#navi ul li a {
  font-weight:normal;
  color:#4987C1;
  text-decoration: none;
  margin:0px;
  padding:0 15px 0 0px;
  display:block;
  font-size:14px;
  line-height:30px;
}

#navi ul li a:hover {
  background:#F4F4F4;
}

#navi ul li a.active {
  background:#F4F4F4;
  font-weight:bold;
}


/* 2. Ebene ============= */


#navi2 ul {
  width:295px;
  height:auto;
  list-style-type: none;
  margin:0px 0 0px 0;
  clear:both;
  background:#6183BE;
  border-top:20px solid #4468A4;
}

#navi2 ul li {
  width:295px;
  height:auto;
  display:block;
  padding: 0px;	
  margin:0px;
  border-bottom:1px solid #8FA8D2;
  text-align:right;
}

#navi2 ul li a {
  font-weight:normal;
  color:#ffffff;
  text-decoration: none;
  margin:0px;
  padding:0 15px 0 0px;
  display:block;
  font-size:12px;
  line-height:2em;
}

#navi2 ul li a:hover {
  background:#708FC4;
}


#navi2 ul li a.active {
  background:#708FC4;
  font-weight:bold;
  border:0px;
}


/* 3. Ebene ============= */



#navi2 ul li ul {
  width:295px;
  height:auto;
  list-style-type: none;
  background:#92ABD3;
  margin:0px;
  padding:0px;
  border-top:1px solid #C9D6E9;
}

#navi2 ul li ul li {
  width:295px;
  height:auto;
  display:block;
  margin:0px;
  padding:0px;
  border-bottom:1px solid #C9D6E9;

}

#navi2 ul li ul li a {
  font-weight:normal;
  color:#ffffff;
  text-decoration: none;
  margin:0px;
  padding:0 15px 0 0px;
  display:block;
  font-size:12px;
  line-height:2em;

}

#navi2 ul li ul li a:hover {
  background:#ABBFDD;
}


#navi2 ul li ul li a.active {
  background:#ABBFDD;
  font-weight:bold;
}


/* QUICKNAVI ==================================================================== */

.quicknavi {
  color:#8C8C8C;
  text-transform:uppercase;
}

.quicknavi.top {
  width:285px;
  height:21px;
  padding:2px 0 0 10px;
  background:#DFE9E4;
}

.quicknavi.foot {
  width:630px;
  height:23px;
  padding-top:7px;
  margin-left:350px;
}

.quicknavi a {
  font-size:10px;
  color:#8C8C8C;
  text-decoration: none;
}

.quicknavi a:hover {
  color:#6183BE;
}

.quicknavi a.active {
  font-weight:bold;
}


#debugcontainer { 
  width:100%;
  text-align:center;
}

#debuginfo { 
  width: 956px;
  margin: 20px auto;
  padding: 10px;
  border: 2px solid red; 
  text-align: left;
  background-color: #FFEEDD;
}

li.level0 {
	font-weight: bold;
}

li.level1 {
	font-weight: bold;
	padding-left: 20px;
}

li.level2 {
	padding-left: 40px;	
}

li.level3 {
	padding-left: 60px;	
}



/* PAGES ==================================================================== */

img.ub {
    float:left;
}

#siegel {
    width:200px;
    float:right;
}

#siegel img {
    float:left;
}

#siegel p {
    width:auto;
    margin:20px 0 0 10px;
    font-size:11px;
    float:left;
}

/* FORM ==================================================================== */

form {
    padding:0 0 0 10px;

}


input[type=text] {
    width:270px;
    border:1px solid #ffffff;
    margin:0 0 5px 0;
    font:normal 12px/12px "Verdana", Arial, sans-serif;
    background: url('/img/input_bg.gif') no-repeat;    
    color: #1A1A1A;
    padding:2px;
}

input.submit {
    width:275px;
    color:#003282;
    margin:20px 0 5px 0;
    padding:2px;
    text-transform:uppercase;
    font-weight:bold;
}
	input#plzsuche {
		padding: 3px;
		    width:270px;
		    border:1px solid #ffffff;
		    margin:0 0 5px 0;
		    font:normal 12px/12px "Verdana", Arial, sans-serif;
		    background: #ABBFDD; /* was url('/img/input_bg.gif') no-repeat */ 
		    color: #003282;
	}
	input#plzsubmit {
		padding: 2px;
		    width:270px;
		    border:1px solid #ffffff;
		    margin:0 0 5px 0;
		    font:normal 12px/12px "Verdana", Arial, sans-serif;
		    background: #ABBFDD; /* was url('/img/input_bg.gif') no-repeat */ 
		    color: #003282;
	}

#main input {
    width:220px;
}

#main input.submit {
    width:220px;
}


input.kurz1 {
    width:215px;
}

input.kurz2 {
    width:50px;
}

#main input.kurz1 {
    width:175px;
}

#main input.kurz2 {
    width:40px;
}

select {
    width:225px;
    border:1px solid #ffffff;
    margin:0 0 5px 0;
    font:normal 12px/12px "Verdana", Arial, sans-serif;
    background: url(/img/input_bg.jpg) no-repeat !important;
    color: #1A1A1A;
    padding:2px;
}


input.check {
    width:auto;
    border:0px;
    background:transparent;
}
	#main input.check {
		width: 10px;
	}
label {
	display: block;
    font:normal 12px/12px "Verdana", Arial, sans-serif;
    vertical-align:top;
}

textarea.message_text {
    width:270px;
    border:1px solid #ffffff;
    margin:0 0 5px 0;
    font:normal 12px/12px "Verdana", Arial, sans-serif;
    background: url('/img/input_bg.gif') no-repeat;    
    color: #1A1A1A;
    padding:2px;
}

#main textarea.message_text {
    width:220px;
}

#message {
	margin-top:3px;
}

/* ie7 hack */
*+html #message { margin-left: -40px }
/* ie6 hack */
* html #message { margin-left: -40px }

/* MODULES ==================================================================== */


.module2 {
    width:375px;
    background:#F4F4F4;
    border-top: 20px solid #D8D8D8;
    padding:20px 0 20px 50px;
    margin:0px 5px 5px 0;
    float:left;
}

.module3 {
    width:250px;
    padding:20px 0 20px 0px;
    margin:0px 5px 5px 0;
    float:left;
    background:#F3EFE6;
    border-top: 20px solid #D9D2C0;

}

.module_contact_left {

	width: 424px; /* 337+87 */
	float: left;
    margin-right: 0 !important; /* Für moderne Browser */
    margin-right: -3px; /* Für IE */
	margin-bottom: 10px;
    background:#F4F4F4;

	
}

.module_contact_left_inner {

  background:#F4F4F4;
  margin-left: 0px;
  border-top: 20px solid #D8D8D8;
  width: 404px; /* 317+87 */
  padding: 10px;

  height: 766px !important;

}


.module_contact_right {
 
	width: 250px; /* 337-87 */
	float: right;
    margin-left: 0 !important; /* Für moderne Browser */
    margin-left: -3px; /* Für IE */
	margin-bottom: 10px;
    background:#F3EFE6;


}

.module_contact {
 
	width: 295px; /* 337-87 */
	float: left;
	margin-left: 0 !important; /* Für moderne Browser */
	padding-bottom: 10px;
    background:#F3EFE6;


}


.module_partner_full {

	width: 424px; /* 337+87 */
	float: left;
    margin-right: 0 !important; /* Für moderne Browser */
    margin-right: -3px; /* Für IE */
	margin-bottom: 5px;
    background:#F4F4F4;

	
}

.module_partner_left {

	width: 424px; /* 337+87 */
	float: left;
    margin-right: 0 !important; /* Für moderne Browser */
    margin-right: -3px; /* Für IE */
	margin-bottom: 5px;
    background:#F4F4F4;

	
}

.module_partner_left_inner {

  background:#F4F4F4;
  margin-left: 0px;
  border-top: 20px solid #D8D8D8;
  width: 404px; /* 317+87 */
  padding: 10px;

}

.image_partner {
  border: 1px solid #D8D8D8;
}

#copyright {
	display: none;
}


.img_pos {
    float:left;
	margin:3px 10px 10px 0px;
	border: 1px solid #dedede;
}

.xxxTeaserLink {
	padding: 0 14px;
	background: url("/img/link.png") no-repeat 0 4px;
}

ul.StandardList li {
	margin: 0 20px 10px 30px;
}

ul.StandardLinks li {
	margin-left: 20px;	
	list-style: url('/img/link.png') circle;
	padding-top: 3px;
}

.CheckListUL {
}

.CheckList {
	margin-left:-25px;
	float: left;	
    font-size: 22px;
	font-weight:bold;
	color: white;
	background: url(/img/checklist.gif) no-repeat;
	width:50px;
	height:35px;
	padding:17px 0 0 17px;
}

.CheckListButton {
	float: left;	
    font-size: 22px;
	font-weight:bold;
	color: white;
	width:50px;
	height:50px;
	position: relative;

}

.CheckListText {
	position: relative;
	padding-bottom: 20px;
	display: block;
	float: right;
	width: 560px;
}

#no_hover{
	border-bottom: 0px;
}

#no_hover a{
	border-bottom: 0px;
}

#no_hover a:hover {
	border-bottom: 0px;
}


#MarkerCaption {
	white-space: nowrap;
	margin: 0px 0px 20px 12px;
	padding: 0px 2px;
	background-color: #266fb9;
}
#MarkerCaption a {
	text-decoration: none;
	color: white;
	font-size: 12px;
	font-weight: bold;
}

#MarkerCaption a:hover {
	text-decoration: none;
	background-color: transparent;
}

.PopupContent {
	height: 80px;
	padding: 10px;
	background: transparent;
}
.PopupContent img {
	float: left;
	border: 0;
}
.PopupContent p {
	font-size:12px;
	font-weight: bold;
	font-family: Verdana, Helvetica, sans-serif;
}
.PopupBorder {
	background: #e5e5e5;
	border: 1px solid #959595;
}

ul.partner_list {
	width: 295px;
	margin-top: 30px;
}
                 
ul.partner_list li {
	text-align: right;
	vertical-align: middle;
	min-height: 23px;
	padding: 0px 15px 0px 10px;
	border-bottom: 1px solid white;
}

ul.partner_list li a {
	display: block;
	color: #3272ae;
	padding-top: 4px;
	text-decoration: none;
}

ul.quicklinks {
	list-style: url('/img/link-blue.png') circle;
}
	ul.quicklinks li {
		margin-left: 20px;		
	}
		ul.quicklinks li a,
		a.sidebarlink {
			display: block;
			color: #3272ae;
			padding: 4px 0px;
			text-decoration: none;
		}


/* FAQ ==================================================================== */

.faq_button {
	padding-top: 10px;
	font-size: 8px;
	display: inline;
}
.faq_img {
	border: 0px;

}
.faq_img_navi {
	border: 0px;
}
.faq_question {
	padding-top: 10px;
}
.faq_answer {
	padding-top: 5px;
	padding-left: 19px;
	font-size: 12px;
	padding-bottom: 5px;
}


/* Navi Ablauf Behandlungen ===================================================== */

.navi_ablauf {
	display: block;
	margin-left: -10px;
	padding-bottom: 10px;
}


/* Home / Nebenspalte ===================================================== */
.nebenspaltenmodul {
  font: normal 15px/20px Arial;	
}
.modul_nebenspalte {
	width: 285px; 
	height:197px; 
	border-top: 20px solid #4468a4;
	padding-left: 10px;
	padding-top: 10px;
	border-bottom: 10px solid #FFFFFF;
	display: block;
}

.modul_nebenspalte img {
	float: right;
	margin-top: -10px;
}

.modul_nebenspalte a {
	border-bottom:1px dotted #bbbbbb;
	color:#bb0000;
	text-decoration:none;
}

.modul_nebenspalte a:hover {
	background:white;
	border-bottom:0;
	border-bottom:1px dotted white;
}


/* FLASH-SLIDESHOW ==================================================================== */

#SlideShow {
  position: absolute;
  left: 50%;
  margin:0 0 0 -190px;  
  padding:0px;
  width:680px;
  height:300px;
  z-index:90;
}


/* FLASH-TEASER ==================================================================== */

#teaser { 
  position:absolute;
  left: -50%;
  top: 500px;
  z-index:95;

}

/* TEASER Einblendung über Flash ==================================================================== */


#teaser_top {
	position:absolute;
	display: block;
	background-color: #444444;
    text-align: center;
	left: 50%;
	margin-top: 50px;
	margin-left: 260px;
	z-index:99;
	width:242px;
	height:111px;
	background: url('/img/content/teaser_background.gif');
}
#teaser_button {
	position: absolute;
	left: 158px;
	top: 75px;
}
#teaser_text {
	margin-top: 10px;
	margin-left: 12px;
	margin-right: 5px;
	font-size: 18px;
	/*font-weight: bold;*/
	line-height: 24px;
	text-align: left;

	
}
#teaser_video {
	position:absolute;
	display: block;
	background-color: #444444;
    text-align: center;
	left: 50%;
	margin-top: 256px;
	margin-left: 178px;
	z-index:99;
	width:154px;
	height:44px;
}
#teaser_rueckruf {
	position:absolute;
	display: block;
	background-color: #444444;
    text-align: center;
	left: 50%;
	margin-top: 256px;
	margin-left: 334px;
	z-index:99;
	width:154px;
	height:44px;
}

#teaser_search {
	position:absolute;
	background: #dbe7f3;
	left: 50%;
	margin-top: 23px;
	margin-left: 240px;
	z-index:90;
	width:230px;
	height: 277px;
	color: #4F85C5;
	font-size:14px;
	font-weight: bold;
	padding: 0 10px;
}
	#teaser_search #plzsuche {
		float: left;
		background: white;
		color: #4F85C5;
		width: 100px;
		border: 1px solid #abbfdd;
	}
	#teaser_search #plzsubmit {
		background: #4F85C5;
		color: white;
		width: 100px;
		border: 1px solid white;
		text-align: left;
		font-weight: bold;
		text-transform: uppercase;
	}
	#teaser_search form {
		margin-bottom: 40px;
	}
	#teaser_search #extralinks a {
		display: block;
		margin-top: 10px;
	}
	#teaser_search #indicator1 {
		float: left;
	}

/* PLZ Suche Autocomplete ==================================================================== */
div.autocomplete {
  position:absolute;
  width:350px;
  background-color:white;
  border:1px solid #ffffff;
  background-color: #F4F4F4;
  margin:0;
  padding:0;
  font: 12px/12px "Verdana",Arial,sans-serif;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0;
  padding:0;
}
div.autocomplete ul li.selected { background-color: #ABBFDD;}
div.autocomplete ul li {
  color: #003282;
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:32px;
  cursor:pointer;
}

/* Suchergebnis ==================================================================== */
#suchergebnis {
	margin-top: 10px;
}
	#suchergebnis .result {
	}
		#suchergebnis .result .partner_image {
			float: left;
			border-top: 20px solid #4468A4;
			width: 95px;
			text-align: right;
			background: white;
		}
		#suchergebnis .result .entfernung {
			background: #D8D8D8;
			height: 20px;
			padding-left: 115px;
		}
				#suchergebnis .result .entfernung span {
					display: block;
					float: left;
					width: 12px;
					height: 20px;
					background: url('../img/pic/distance-arrow.png') no-repeat;
				}
					#suchergebnis .result .entfernung .arrow_end {
						background-position: -12px 0;
					}
					#suchergebnis .result .entfernung .arrow_distance {
						background-position: 0 -20px;
						background-repeat: repeat-x;
					}
					#suchergebnis .result .entfernung .result_distance {
						background: none;
						width: 100px;
						color: #4F85C5;
						font-size: 18px;
						padding-left: 6px;
					}
		#suchergebnis .result .ergebnistext {
			background: #F4F4F4;
			padding: 10px 20px 0 115px;
			min-height: 85px;
		}
	#suchergebnis .result_spacer {
		clear: left;
		margin-top: 10px;
	}
	#googlemap {
		width: 100%;
		border-bottom: 1px solid #D8D8D8;
	}
	#map_caption {
		background: #F4F4F4;
		padding: 10px 115px;
		color: #4F85C5;
	}
		#map_caption img {
			float: left;
			margin-right: 10px;
		}


/* PopUp Formular ==================================================================== */
a#new_popup_link {
	display: block;
	border: 0;
	text-align: center;
	margin-bottom: -10px;
}
	a:hover#new_popup_link {
		border: 0;
		background: none;
	}

#kontakt_popup {
	padding-top: 15px
}
	#kontakt_popup #header_popup {
		padding-top: 10px;
	}
	#kontakt_popup #request {
		padding-left: 20px;
		width: 300px;
	}
	#kontakt_popup #data {
		min-height: 450px;
	}
	#kontakt_popup input[type='text'], #kontakt_popup textarea, #kontakt_popup select {
		background: #dbe7f3 !important;
		border: 1px solid #949494;
		margin-top: 3px;
	}
		#kontakt_popup textarea {
			height: 120px;
			width: 270px;
		}
		#kontakt_popup select {
			width: 125px;
		}
	#kontakt_popup input.submit {
		margin: 5px 0;
	}
	#kontakt_popup a {
		border-bottom:1px dotted #4468A4;
		color:#4468A4;
		text-decoration:none;
	}


#kontakt_popup #message-label {
	display: none;
}

.twitter-share-button {
	float: right;
	padding-right: 60px;
}

/* fullkontaktformular */
#fullkontakt label {
	padding-bottom: 3px;
}
	#fullkontakt label.optional {
		display: none;
	}
#fullkontakt #request {
	line-height: 10px;
}
#fullkontakt textarea.message_text {
	width: 310px;
	height: 100px;
}

