/*-----------------------------------------*/
/* CSS-Def. für die-endverbraucher.de      */
/* Version: 2.0          26.01.2012        */
/* die codisten für                        */
/* DEV AG, Bernhard Heckl                  */
/*-----------------------------------------*/

/*------------------*/
/*     Globals      */
/*------------------*/
* {
	margin: 0;
	padding: 0;
}
body {
	background:  url(/i/fv_back1.gif) top left repeat-x #fdfdfd;
	background-attachment: fixed;
	font-family: Arial,Verdana, sans-serif;
	font-size: 12px; 
	color: #000000;
}
h1 {
	font-size: 25px; 
	color: #FFFFFF;
}
h2 {
	font-size: 16px; 
	margin: 0 0 1px 0;
}
a { 
	color:#535E87; 
	text-decoration:none; 
}
a:focus, a:hover, a:active { color: #EC671C; }
a.text { 
	font-size:12px; 
	color:#000000; 
}
.emph_#529912 {
	font-weight: bold;
	color: #529912;
}
.emph_black {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.clearfloat {
	clear: both;
}
.aligncenter {
	text-align: center;
}
.blue,
.orange:hover {
	height: 22px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	border: 1px solid #2A3668;
	/* Safari 4+, Chrome 1-9 */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6775B1), to(#293566));
	/* Safari 5.1+, Mobile Safari, Chrome 10+ */
	background-image: -webkit-linear-gradient(top, #6775B1, #293566); 
	/* Firefox 3.6+ */
	background-image: -moz-linear-gradient(top, #6775B1, #293566);
	/* IE 10+ */
	background-image: -ms-linear-gradient(top, #6775B1, #293566);
	/* Opera 11.10+ */
	background-image: -o-linear-gradient(top, #6775B1, #293566);
	/* fallback/image non-cover color */
	background-color: #293566; 
	color: #C2CAEB;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	padding: 0 7px 4px 7px;	
}
.orange,
.blue:hover {
	height: 22px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	border: 1px solid #E74E20;
	
		/* Safari 4+, Chrome 1-9 */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEBEAE), to(#FD5622));
	/* Safari 5.1+, Mobile Safari, Chrome 10+ */
	background-image: -webkit-linear-gradient(top, #FEBEAE, #FD5622); 
	/* Firefox 3.6+ */
	background-image: -moz-linear-gradient(top, #FEBEAE, #FD5622);
	/* IE 10+ */
	background-image: -ms-linear-gradient(top, #FEBEAE, #FD5622);
	/* Opera 11.10+ */
	background-image: -o-linear-gradient(top, #FEBEAE, #FD5622);
	/* fallback/image non-cover color */
	background-color: #FD5622; 

	
	background-color: #FD5622;
	background-image: -o-linear-gradient(90deg , rgb(253,86,34) 0%, rgb(254,190,174) 100%);
	background-image: -moz-linear-gradient(90deg , rgb(253,86,34) 0%, rgb(254,190,174) 100%);
	background-image: -webkit-linear-gradient(90deg , rgb(253,86,34) 0%, rgb(254,190,174) 100%);
	background-image: -ms-linear-gradient(90deg , rgb(253,86,34) 0%, rgb(254,190,174) 100%);
	background-image: linear-gradient(90deg , rgb(253,86,34) 0%, rgb(254,190,174) 100%);
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	padding: 0 7px 4px 7px;
}
/* Angabe für Styling in Safari und Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.blue, .blue:hover, .orange, .orange:hover {padding: 0 7px;}
}



/*------------------*/
/*     Struktur     */
/*------------------*/
#arztwrapper {
	margin: 15px auto 0 auto;
	background-color: #FDFDFD;
	width: 790px;
}

#arztwrapper2 {
    margin: 15px auto 0 auto;
/*    background-color: #FDFDFD; */
    width: 790px;
}

#footer {
	width: 790px;
	text-align: center;
	margin: 0 auto 10px auto;
}


/*------------------*/
/*     Header       */
/*------------------*/
#arztheader {
	width : 790px;
	height: auto;
	background:  url(/i/bg_header_arzt.png) top left repeat-y #263263;
	text-align: center;
	padding: 19px 0 19px 0;
}

/*----------------------*/
/*     Navigation       */
/*----------------------*/
#nav {
	position: relative;
	top: 0;
	left: 0;
	width: 790px;
	height: 41px;
	background: url(/i/bg_nav_prim.png) top left repeat-x transparent;
	z-index: 2;
}
ul#header_nav {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul#header_nav li {
	float: left;
	position: relative;
}
#header_nav li ul {
	position: absolute;
	width: 18em;
	left: -999em;
	list-style: none;
}
#header_nav li:hover ul, 
#header_nav li.sfhover ul {
	left: auto;
}
ul#header_nav li ul li {
	float: left;
	position: relative;
	width: 18em;
}
#header_nav li:hover ul, #header_nav li li:hover ul, 
#header_nav li.sfhover ul, #header_nav li li.sfhover ul {
	left: auto;
}

ul#header_nav a {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	padding: 12px 16px 14px 16px;
	background: url(/i/linkseparator_prim.png) top right no-repeat transparent;
}
ul#header_nav a:focus,
ul#header_nav a:hover,
ul#header_nav a:active {
	color: #EC671C;
	background: url(/i/bg_nav_prim_hover.png) top left repeat-x transparent;
}
ul#header_nav a#header_nav_home {
	width: 45px;
	height: 41px;
	padding: 0;
	background: url(/i/nav_elements.png) 0 0 no-repeat transparent;
}
ul#header_nav a#header_nav_home:focus,
ul#header_nav a#header_nav_home:hover,
ul#header_nav a#header_nav_home:active {
	background: url(/i/nav_elements.png) -45px 0 no-repeat transparent;
}
ul#header_nav a#header_nav_home span {
	display: none;
}
ul#header_nav li ul {
	background-color: #E5E5E5;
  /* Netscape/FireFox */
  -moz-opacity: 0.97;
  /* Safari 1.x */
  -khtml-opacity: 0.97;
  /* aktuelle Browser */
  opacity: 0.97;
    -webkit-border-top-right-radius: 5px;
  	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-radius: 0 5px 5px 5px;
 }
ul#header_nav li ul a {
	color: #EC671C;
	display: block;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	padding: 12px 14px;
	background-image: none;
}
ul#header_nav li ul a:focus,
ul#header_nav li ul a:hover,
ul#header_nav li ul a:active {
	background-color: #F2F2F2;
	background-image: none;
}


/*------------------------------*/
/*     Formular Arztsuche       */
/*------------------------------*/
#arztsuche_h {
    width: 750px;
    height: 22px;
    margin: 20px 15px 20px 15px;
    background: url(/i/bg_medsearch1.png) 0 0 no-repeat #919AC2;
    padding: 8px 5px;
}

#arztsuche_h h2 {
    color: #FFFFFF;
    margin: 0 0 4px 2px;
}

form#medsearch1 input#sN,
form#medsearch1 input#sU,
form#medsearch1 select {
    float: left;
    position: relative;
    color: #6572AE;
    background-color: #F1F3F9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 3px 0 2px;
}
form#medsearch1 input#sN,
form#medsearch1 input#sU {
    padding: 2px;
    border: none;
    height: 18px;
}
form#medsearch1 input#sN {  
    width: 150px;
}
form#medsearch1 input#sU {  
    width: 120px;
}
form#medsearch1 select {
    padding: 2px;
    border: solid 1px #F1F3F9;
    height: 22px;
}
form#medsearch1 select#fa {
    width: 230px;
}
form#medsearch1 select#lc {
    width: 130px;
}
/* Angabe für Styling in Safari und Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0){
form#medsearch1 select#fa {-webkit-appearance: none; background: url(/i/medsearch_select_arrow.png) 210px 50% no-repeat #F1F3F9;}
form#medsearch1 select#lc {-webkit-appearance: none; background: url(/i/medsearch_select_arrow.png) 110px 50% no-repeat #F1F3F9;}
}
form#medsearch1 optgroup {
    background-color: #C5D2F9;
}
form#medsearch1 option {
    background-color: #F1F3F9;
}
form#medsearch1 input#arztsuchen {
    margin: 0 0 0 10px;
    position: relative;
}

/*----------------------------*/
/*     Arztinfomationen       */
/*----------------------------*/

/* Infoblock 1 - Container für ersten Arztinfoblock mit Foto, Adresse, Bewertungsübersicht */
#arztinfoblock_1 {
	width: 760px;
	float: left;
	margin: 0 15px;
	border-bottom: solid 1px #E2E2E2;
}
/* Infoblock 1 li - Linker Infoblock mit Bewertungen und Adresse */
#arztinfoblock_1_li {
	width: 425px;
	float: left;
}
/* Infoblock 1 li 1 - Container für oberen linken Infoblock mit MEDLIN-Siegel und Bewertungen */
#arztinfoblock_1_li_1 {
	width: 425px;
	float: left;
}
/* Infoblock 1 li 1 a - MEDLIN-Siegel */
#arztinfoblock_1_li_1_a {
	width: 122px;
	float: left;
}
#arztinfoblock_1_li_1_a img {
	margin: 89px 0 0 0;
}
/* Infoblock 1 li 1 b - Bewertungen */
#arztinfoblock_1_li_1_b {
    width: 290px;
	float: left;
	margin: 27px 0 19px 7px;
}
p.patempfehlung,
p.patempfehlung a {
	font-size: 15px;
	font-weight: bold;
	color: #529912;
	margin: 15px 0;
}
#arztinfoblock_1_li_1_b input {
	margin: 15px 0 0 0;
	width: 200px;
}
/* Infoblock 1 li 2 - Unterer linker Infoblock mit Adresse und Kontaktdaten */
#arztinfoblock_1_li_2 {	
}
dl#arztdetails_lang {
	width: 425px;
	padding: 0 0 13px 0;
	margin: 0 0 17px 0;
	border-bottom: solid 1px #E2E2E2;
}
dl#arztdetails_adr {
	margin: 0 0 12px 0;
	line-height: 157%;
}
dl#arztdetails_kont {
	line-height: 110%;
}
dl#arztdetails_kont input.formbutton {
	padding: 0 6px;
	margin: -1px 0 15px 0;
}
dl#arztdetails_lang dt,
dl#arztdetails_adr dt,
dl#arztdetails_kont dt {
	float: left;
	clear: left;
	width: 122px;
	text-align: right;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
dl#arztdetails_lang dd,
dl#arztdetails_adr dd,
dl#arztdetails_kont dd {
	margin: 0 0 0 129px; 
	padding: 0 0 0.5em 0; 
}
/* Infoblock 1 re - Rechter Infoblock mit Foto und MEDLIN-Sternen */
#arztinfoblock_1_re {
	width: 295px;
	float: right;
	text-align: center;
	margin: 28px 6px 0 0;
}
img.arztbild {
    background-color: #FFFFFF;
    padding: 4px;
    border: solid 1px #919AC2;
    margin: 15px 15px 12px 0;
}

p.agbz {
	margin: 28px 0 0 0;
}
p.agbz a {
	font-size: 15px;
	color: #f25d1d;
	font-weight: bold;
}

/* Separator mit Buttons für Social Media und Profildatenänderung */
#separator_1 {
	width: 760px;
	float: left;
	margin: 0 15px;
	border-bottom: solid 1px #E2E2E2;
	padding: 10px 0;
}
#separator_1 iframe {
	float: left;
	margin: 0 4px 0 0;
}
#separator_1 span.googleplus {
	width: 70px;
	float: left;
}
#separator_1 input {
	float: left;
}
#separator_1 input#IA1 {
	float: left;
	margin: 0 0 0 140px;
}
#separator_1 p {
	display: inline;
	float: right;
}


/* Infoblock 2 - Container für zweiten Arztinfoblock mit Therapieschwerpunkten und Sprechzeiten */
#arztinfoblock_2 {
	width: 760px;
	float: left;
	margin: 20px 15px 0 15px;
	padding: 0 0 30px 0;
	border-bottom: solid 1px #E2E2E2;
}

/* Infoblock 2 li - Linker Infoblock mit Therapieschwerpunkten */
#arztinfoblock_2_li {
	width: 425px;
	float: left;
}
dl#arztdetails_ther dt {
	float: left;
	clear: left;
	width: 122px;
	text-align: right;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
dl#arztdetails_ther dd {
	margin: 0 0 0 129px; 
	padding: 0 0 0.5em 0; 
}
/* Infoblock 2 re - Rechter Infoblock mit Sprechzeiten */
#arztinfoblock_2_re {
	width: 295px;
	float: right;
	margin: 0 6px 0 0;
}
#arztinfoblock_2_re table {
	margin: 0 0 15px 0;
}
/* Google Map */
table#googlemap {
	margin: 0 0 0 36px;
	border-bottom: solid 1px #E2E2E2;
	padding: 0 0 3px 0;
}


/* Infoblock 5 - Container für gesamte Breite */
.arztinfoblock_5 {
    width: 760px;
    float: left;
    margin: 20px 15px 0 15px;
    padding: 0 0 30px 0;
    border-bottom: solid 1px #E2E2E2;
}
dl.arztdetails_ther dt {
    float: left;
    clear: left;
    width: 122px;
    text-align: right;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
dl.arztdetails_ther dd {
    margin: 0 0 0 129px; 
    padding: 0 0 0.5em 0; 
}


/* Infoblock 3 - Container für dritten Arztinfoblock mit Bewertungen */
#arztinfoblock_3 {
	width: 760px;
	float: left;
	margin: 35px 15px 0 15px;
	padding: 0 0 20px 0;
	border-bottom: solid 1px #E2E2E2;
}
#arztinfoblock_3 h2 {
	margin: 0 0 15px 0;
}
#arztinfoblock_3 ul {
	margin: 0 0 28px 40px;
}
/* Tabelle mit Sternbewertung für verschiedene Kriterien */
table#sterne {
	margin: 38px 0 30px 0;
}
table#sterne td {
	height: 30px;
	border-bottom: solid 1px #E2E2E2;
}
table#sterne tr.star_sum {
	height: 70px;
}
table#sterne tr.star_sum td {
	border-bottom: none;
}
table#sterne td.star_sum_name {
	font-size: 15px;
	font-weight: bold;
}
table#sterne td.star_sum_av {
	font-size: 20px;
	font-weight: bold;
	color: #529912;
	text-align: center;
	vertical-align: middle;
}
table#sterne td.star_sum_stars {
	font-size: 15px;
	font-weight: bold;
	padding: 0 0 0 10px;
}
table#sterne td.star_nr {
	text-align: center;
	font-weight: bold;
	width: 30px;
}
table#sterne td.star_krit {
	width: 504px;
}
table#sterne td.star_av {
	width: 45px;
	color: #529912;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}
table#sterne td.star {
	text-align: center;
	width: 28px;
}


/* Premiumkunden auf kostenlosen Einträgen anzeigen */
.arztblock {
    float: left;
    width: 760px;
    margin: 0 15px 0 15px;
    padding: 10px 0 10px 0;
    border-bottom: solid 1px #E2E2E2;
}
.arztbox {
    background-color: #F2F5FF;
    border: solid 1px #E2E2E2;
    margin: 7px 0;
    padding: 15px;
    font-size: 12px;
    float: left;
    width: 728px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.arztbox h2 {
    font-size: 1.2em;
    color: #EC671C;
    font-weight: bold;
    margin: 0 0 15px 0;
}
.arzt_image {
    float: left;
    width: 145px;
}
.arzt_image img {
    background-color: #FFFFFF;
    padding: 4px;
    border: solid 1px #E3E3E3;
}
.arzt_eintrag {
    float: left;
    width: 580px;
    position: relative;
    margin: 0 0 5px 0;
}
.ranking {
    position: absolute;
    top: 0;
    left: 508px;
}
.ranking a {
    display: block;
    width: 75px;
    height: 38px;
    background: url(../images/arzt_badges.png) top left no-repeat transparent;
    color: #935D00;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    padding: 7px 0 0 0;
}
.ranking a:focus,
.ranking a:hover,
.ranking a:active {
    background: url(../images/arzt_badges.png) 0 -45px no-repeat transparent;
}
.rank_platin {
    margin-top: -32px;
}
.arzt_bezeichnung {
    font-weight: bold;
}
.arzt_name {
    font-weight: bold;
    margin: 0 0 10px 0;
}
.arzt_empfehlung {
    font-weight: normal;
    color: #EC671C;
}
.arzt_adresse {}
.arzt_telefon {}
.arzt_premium_link {
    text-align: right;
    background: url(../images/list_bullet_gt_orange.gif) 100% 50% no-repeat transparent;
    padding: 0 10px 0 0;
}
.arzt_premium_link a {
    color: #EC671C;
}
.arzt_premium_link a:focus,
.arzt_premium_link a:hover,
.arzt_premium_link a:active {
    color: #535E87;
}
.arzt_agbz_hinweis {
    background: url(../images/logo_agbz.png) top left no-repeat transparent;
    padding: 25px 0 25px 120px;
    margin: 15px 0 0 0;
}
.arzt_kurzbeschreibung {
    margin: 10px 0 0 0;
}
.arzt_bewertung {
    margin: 10px 0 0 0;
}
.arzt_bewertungen_link {
    margin: 5px 0 0 0;
}
.arzt_bewertungen_link a {
    background:url(../images/list_bullet_gt.gif) 0 50% no-repeat transparent;
    padding: 0 0 0 12px;
    text-decoration: none;
}

/* Auswahl Empfehlungen nach Sprache */
p#empf_sprache {
	font-weight: bold;
}
p#empf_sprache span.orange,
p#empf_sprache a.blue {
	padding: 2px 4px;
	margin: 0 3px 0 4px;
}
p#empf_sprache span.orange:hover {
	border: 1px solid #E74E20;
	background-color: #FD5622;
	background-image: -o-linear-gradient(90deg , rgb(253,86,34) 0%, rgb(254,190,174) 100%);
	background-image: -moz-linear-gradient(90deg , rgb(253,86,34) 0%, rgb(254,190,174) 100%);
	background-image: -webkit-linear-gradient(90deg , rgb(253,86,34) 0%, rgb(254,190,174) 100%);
	background-image: -ms-linear-gradient(90deg , rgb(253,86,34) 0%, rgb(254,190,174) 100%);
	background-image: linear-gradient(90deg , rgb(253,86,34) 0%, rgb(254,190,174) 100%);
	color: #FFFFFF;
}
span#empf_pag {
	float: right;
	font-weight: normal;
}
/* Suche Empfehlungen nach verschiedenen Kriterien */
#empf_searchform {
	width: 750px;
	height: 54px;
	margin: 20px 0;
	background: url(/i/bg_empf_search1.png) 0 0 no-repeat #919AC2;
	padding: 8px 5px;
}
form#Form2 label img {
	margin: 0 0 -2px 0;
}
form#Form2 select,
form#Form2 input#searchword,
form#Form2 label {
	margin: 5px 3px 0 30px;
}
form#Form2 input#searchword,
form#Form2 select {
	float: left;
	position: relative;
	height: 22px;
	color: #6572AE;
	background-color: #F1F3F9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
form#Form2 select {
	padding: 2px;
	border: solid 1px #F1F3F9;
}
form#Form2 select#geschlecht,
form#Form2 select#agruppe {
	width: 90px;
}
form#Form2 select#kkasse {
	width: 130px;
}
/* Angabe für Styling in Safari und Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0){
form#Form2 select#geschlecht,
form#Form2 select#agruppe {-webkit-appearance: none; background: url(/i/medsearch_select_arrow.png) 70px 50% no-repeat #F1F3F9;}
form#Form2 select#kkasse {-webkit-appearance: none; background: url(/i/medsearch_select_arrow.png) 110px 50% no-repeat #F1F3F9;}
}
form#Form2 option {
	background-color: #F1F3F9;
}
form#Form2 input#searchword {
	width: 150px;
	padding: 0 5px;
	border: none;
}
form#Form2 input#geraetesuche {
	margin: 20px 30px 0 0;
}
.group{
    display: inline-block;
}
/* Empfehlungen sortieren */
form#esort {
	text-align: right;
	margin: 35px 0 15px 0;
}
form#esort label {
	font-weight: bold;
	margin-right: 10px;
}
form#esort select {
	height: 25px;
	width: 290px;
	color: #F1F3F9;
	background-color: #6572AE;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 2px;
	border: solid 1px #F1F3F9;
}
/* Angabe für Styling in Safari und Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) 
{form#esort select {-webkit-appearance: none; background: url(/i/medsearch_select_arrow.png) 270px 50% no-repeat #F1F3F9; border: solid 1px #6572AE; color: #6572AE;}}
/* Bewertungen einzelner Patienten */
.contbox {
        padding: 15px;
        background: #F2F5FF;
        border: 1px solid #E2E2E2;
        margin: 0 0 12px 0;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
}  
.helpcounter {
	float: right;
	margin: 0 0 10px 10px;
	background-color: #ffffff;
	padding: 3px;
}
#empf_pag_2 {
	text-align: center;
	margin: 0 0 50px 0;
} 
#empf_pag_2 a {
	padding: 2px 4px;
}    
#empf_pag_2 a:focus, 
#empf_pag_2 a:hover, 
#empf_pag_2 a:active,
#empf_pag_2 a.pag_aktiv { 
	color: #FFFFFF; 
	background-color: #EC671C;
}

/* Neue Empfehlung schreiben */
input#I3 {
	margin: 15px 0 35px 0;
}
/* Infoblock 4 - Container für vierten Infoblock mit Anmerkungen und Social media Buttons */
.arztinfoblock_4 {
	width: 710px;
	float: left;
	margin: 35px 42px 10px 38px;
}
dl#anmerkung dt {
	float: left;
	clear: left;
	width: 122px;
	text-align: right;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
dl#anmerkung dd {
	margin: 0 0 0 129px; 
	padding: 0 0 0.5em 0; 
}
.addthis_toolbox {
	margin: 0 0 0 129px;
}