﻿/*-----------------------------------------*/
/* CSS-Def. für die-endverbraucher.de      */
/* Version:   1.0       11.1.2012          */
/* Die Endverbraucher Ltd.                 */
/* Bernhard Heckl                          */
/*-----------------------------------------*/


/*------------------*/
/*     Globals      */
/*------------------*/
* {
	margin: 0;
	padding: 0;
}
html {
/*Background Gradient Declarations */
   /* Safari 4+, Chrome 1-9 */
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F6F8FF), to(#ADBDFB));
   /* Safari 5.1+, Mobile Safari, Chrome 10+ */
   background-image: -webkit-linear-gradient(top, #F6F8FF, #ADBDFB);
   /* Firefox 3.6+ */
   background-image: -moz-linear-gradient(top, #F6F8FF, #ADBDFB);
   /* IE 10+ */
   background-image: -ms-linear-gradient(top, #F6F8FF, #ADBDFB);
   /* Opera 11.10+ */
   background-image: -o-linear-gradient(top, #F6F8FF, #ADBDFB);
      /* fallback/image non-cover color */
   background-color: #ADBDFB;
   /* fallback image */
   background: url(../images/bg_body.png) top left repeat-x #ADBDFB;
   background-attachment: fixed;
}
body {
	font-family: Arial,Verdana, sans-serif;
	font-size: 62.5%;
	color: #575757;
}
:focus {
	outline: 0;
}
p {
	-moz-hyphens: auto;
	hyphens: auto;
}
a { color: #535E87;}
a:focus, a:hover, a:active { color: #EC671C; }
input {
	border: 0;
}


.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     */
/*------------------*/
/*------------------*/
#container {
	width: 1129px;
	/* Breite = Breite #wrapper + margin left von #wrapper + margin right von #wrapper + Breite Banner rechts + margin rechts = 960 + 3 + 3 + 160 (Standardbreite) + 3 */
	float: left;
	position: relative;
}
#wrapper {
	width: 960px;
	margin: 3px;
	float: left;
}
#header {
	position: relative;
	width: 960px;
	height: 131px;
	background: url(../images/bg_header.png) 0 0 no-repeat #263263;
	z-index: 2;
}
#container_content {
	position: relative;
	float: left;
	width: 958px;
	background-color: #FFFFFF;
	border-left: solid 1px #E2E2E2;
	border-right: solid 1px #E2E2E2;
}
#content {
	width: 614px;
	float: left;
	/*position: relative;*/
	margin: 14px 14px;
}
#sidebar {
	width: 300px;
	float: left;
	margin: 14px 14px 14px 0;
}
#footer {
	clear: both;
	background-color: #60698D;
	color: #FFFFFF;
	font-size: 1.2em;
	padding: 35px 15px 20px 15px;
}

/*------------------*/
/*------------------*/
/*     Header       */
/*------------------*/
/*------------------*/
#logo {
	position: absolute;
	width: 384px;
	height: 46px;
	left: 14px;
	top: 20px;
}
#logo span {
	display: none;
}
#header p {
	color: #ffffff;
	font-size: 1.1em;
}


/*-------------------------------*/
/*     Primäre Navigation        */
/*-------------------------------*/
#topnav {
	position: absolute;
	top: 90px;
	left: 0;
	width: 960px;
	height: 41px;
	background: url(../images/bg_nav_prim.png) top left repeat-x transparent;
}
#nav_primary, #nav_primary ul {
	padding: 0;
	margin: 0;
	list-style: none;
	/*line-height: 1;*/
}
ul#nav_primary li {
	float: left;
	position: relative;
	/*width: 160px; */
}
#nav_primary li ul {
	position: absolute;
	width: 21em;
	left: -999em;
}
#nav_primary li:hover ul,
#nav_primary li.sfhover ul {
	left: auto;
}
ul#nav_primary li ul li {
	float: left;
	position: relative;
	width: 21em;
}
#nav_primary li ul ul {
	margin: -4em 0 0 21em;
}
#nav_primary li:hover ul ul, #nav_primary li.sfhover ul ul,
#nav_primary li:hover ul ul ul, #nav_primary li.sfhover ul ul ul,
#nav_primary li:hover ul ul ul ul, #nav_primary li.sfhover ul ul ul ul {
	left: -999em;
}
#nav_primary li:hover ul, #nav_primary li li:hover ul, #nav_primary  li li li:hover ul, #nav_primary  li li li li:hover ul, #nav_primary li.sfhover ul, #nav_primary li li.sfhover ul, #nav_primary li li li.sfhover ul, #nav_primary li li li li.sfhover ul {
	left: auto;
}
ul#nav_primary a {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	font-size: 1.3em;
	font-weight: bold;
	padding: 12px 16px 14px 16px;
	background: url(../images/linkseparator_prim.png) top right no-repeat transparent;
}
ul#nav_primary a:focus,
ul#nav_primary a:hover,
ul#nav_primary a:active {
	color: #EC671C;
	background: url(../images/bg_nav_prim_hover.png) top left repeat-x transparent;
}
ul#nav_primary a#nav_prim_home {
	width: 45px;
	height: 41px;
	padding: 0;
	background: url(../images/nav_elements.png) 0 0 no-repeat transparent;
}
ul#nav_primary a#nav_prim_home:focus,
ul#nav_primary a#nav_prim_home:hover,
ul#nav_primary a#nav_prim_home:active {
	background: url(../images/nav_elements.png) -45px 0 no-repeat transparent;
}
ul#nav_primary a#nav_prim_home span {
	display: none;
}

ul#nav_primary 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#nav_primary li ul a {
	color: #EC671C;
	display: block;
	text-decoration: none;
	font-size: 1.3em;
	font-weight: bold;
	padding: 12px 14px;
	background-image: none;
}
ul#nav_primary li ul a:focus,
ul#nav_primary li ul a:hover,
ul#nav_primary li ul a:active {
	background-color: #F2F2F2;
	background-image: none;
}
/*-------------------------------*/
/*     Sekundäre Navigation      */
/*-------------------------------*/
ul#nav_secondary {
	position: absolute;
	top: 14px;
	right: 84px;
	list-style: none;
	margin: 0;
}
ul#nav_secondary li {
	float: left;
	color: #FFFFFF;
	font-size: 1.2em;
}
ul#nav_secondary a {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	padding: 0 7px;
	background: url(../images/linkseparator_sec.png) 100% 4px no-repeat transparent;
}
ul#nav_secondary a:focus,
ul#nav_secondary a:hover,
ul#nav_secondary a:active {
	color: #263263;
	background-color: #FFFFFF;
	background-image: none;
}
ul#nav_secondary li#change_fontsize span {
	float: left;
	padding: 0 3px 0 0;
}
ul#nav_secondary li#change_fontsize a {
	padding: 0 3px;
	background-image: none;
}
ul#nav_secondary li#change_fontsize a#fontsize_klein {
	font-size: 1em;
	float: left;
}
ul#nav_secondary li#change_fontsize a#fontsize_default {
	font-size: 0;
	float: left;
}
ul#nav_secondary li#change_fontsize a#fontsize_gross {
	font-size: 1.4em;
	background: url(../images/linkseparator_sec.png) 100% 8px no-repeat transparent;
	padding-right: 7px;
	margin: -4px 0 0 -4px;
	float: right;
}
ul#nav_secondary li#change_fontsize a#fontsize_gross:focus,
ul#nav_secondary li#change_fontsize a#fontsize_gross:hover,
ul#nav_secondary li#change_fontsize a#fontsize_gross:active {
	color: #263263;
	background-color: #FFFFFF;
	background-image: none;
}
ul#nav_flags {
	position: absolute;
	top: 14px;
	right: 12Px;
	list-style: none;
	margin: 0;
}
ul#nav_flags li {
	float: left;
	position: relative;
}
ul#nav_flags a {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	font-size: 1.1em;
	padding: 0 2px;
}
a#flag_de,
a#flag_en,
a#flag_tr {
	width: 18px;
	height: 13px;
	padding: 0 2px;
}
a#flag_de {
	background: url(../images/nav_elements.png) -90px 0 no-repeat transparent;
	margin-left: 6px;
}
a#flag_en {
	background: url(../images/nav_elements.png) -90px -13px no-repeat transparent;
}
a#flag_tr {
	background: url(../images/nav_elements.png) -90px -26px no-repeat transparent;
}
a#flag_de span,
a#flag_en span,
a#flag_tr span {
	display: none;
}

/*------------------------------*/
/*     Suchformular Header      */
/*------------------------------*/
form#header_search {
	position: absolute;
	top: 42px;
	right: 16px;
	width: 310px;
	height: 32px;
	background: url(../images/search_elements.png) top left no-repeat #364276;
}
form#header_search input.search_input {
	position: relative;
	top: 6px;
	left: 16px;
	width: 207px;
	height: 17px;
	background-color: transparent;
	color: #98A1CA;
	font-size: 1.2em;
	padding: 0 3px 3px 0;
}
form#header_search input.search_submit {
	position: absolute;
	top: 0;
	right: 7px;
	width: 32px;
	height: 32px;
}

/*--------------------------------*/
/*--------------------------------*/
/*     Main Content (links)       */
/*--------------------------------*/
/*--------------------------------*/
#content h1 {
	font-size: 1.5em;
	color: #232323;
	margin: 0 0 0 0;
}
/*---------------------*/
/*     Breadcrumb      */
/*---------------------*/
ul#breadcrumb {
	list-style: none;
	margin: 0 0 25px 0;
}
ul#breadcrumb li {
	float: left;
	position: relative;
	color: #989898;
	padding: 0 5px 0 0;
	font-size: 1.1em;
}
ul#breadcrumb a {
	color: #575757;
	display: block;
	text-decoration: none;
	padding: 0 0 0 10px;
	background: url(../images/list_bullet_gt.gif) 0 50% no-repeat transparent;
}
ul#breadcrumb a:focus,
ul#breadcrumb a:hover,
ul#breadcrumb a:active {
	color: #EC671C;
	background: url(../images/list_bullet_gt_orange.gif) 0 50% no-repeat transparent;
}
ul#breadcrumb a.bread_active {
	color: #6977B4;
}
ul#breadcrumb a:focus.bread_active,
ul#breadcrumb a:hover.bread_active,
ul#breadcrumb a:active.bread_active {
	color: #6977B4;
	background: url(../images/list_bullet_gt.gif) 0 50% no-repeat transparent;
}

/*---------------------*/
/*     Teaserbox       */
/*---------------------*/
#teaserbox {
	background: url(../images/bg_teaserbox_zahnarzt.jpg) no-repeat top left transparent;
	width: 614px;
	height: 229px;
	padding: 18px 16px 0 280px;
	position: relative;
}
#teaserbox h2 {
	font-size: 1.8em;
	font-weight: bold;
	color: #535E87;
	margin: 0 0 0 8px;
}
#teaserbox h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #EC671C;
	margin: 5px 0 0 60px;
}
#teaserbox p {
	font-size: 1.2em;
	font-weight: bold;
	color: #575757;
	margin: 12px 0 0 90px;
	line-height: 160%;
}
#teaserbox a {
	display: block;
	width: 264px;
	height: 80px;
	position: absolute;
	top: 149px;
	left: 350px;
	background: url(../images/teaser_button_zahnarzt.png) no-repeat top left transparent;
	margin: 0 0 12px 0;
}
#teaserbox a span {
	display: none;
}

/*-------------------------------*/
/*     Tabbed Content Area       */
/*-------------------------------*/
#tabbed_content {

}

ul#tabs {
	width: 614px;
	height: 41px;
	list-style: none;
	margin: -2px 0 0 0;
	background: url(../images/tabs.png) 0 0 no-repeat transparent;
}
ul#tabs li {
	float: left;
	position: relative;
}
ul#tabs a {
	color: #484848;
	display: block;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.6em;
	padding: 12px 0 8px 0;
	height: 41px;
}
ul#tabs li#tab_one {
	width: 194px;
}
ul#tabs li#tab_two {
	width: 211px;
}
ul#tabs li#tab_three {
	width: 209px;
}
ul#tabs li#tab_one a:hover,
ul#tabs li#tab_one a.current_tab {
	background: url(../images/tabs.png) 0px -41px no-repeat;
}
ul#tabs li#tab_two a:hover,
ul#tabs li#tab_two a.current_tab {
	background: url(../images/tabs.png) -194px -41px no-repeat;
}
ul#tabs li#tab_three a:hover,
ul#tabs li#tab_three a.current_tab {
	background: url(../images/tabs.png) -405px -41px no-repeat;
}

/*---------------------*/
/*     tabsblock       */
/*---------------------*/
#tabsblock {
	position: relative;
	width: 612px;
	border-left: solid 1px #E2E2E2;
	border-right: solid 1px #E2E2E2;
	border-bottom: solid 1px #E2E2E2;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-radius: 0 0 5px 5px;
}
#tabsblock h1 {
	font-weight: bold;
	color: #EC671C;
	font-size: 1.2em;
	padding: 18px 15px 16px 15px;
}
#tabsblock ul {
	list-style: none;
}
div.newsbox {
	width: 584px;
	border-bottom: solid 1px #E3E3E3;
	margin: 0 15px 16px 15px;
}
h2.post_title,
h2.post_title a {
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
}
div.post_text p {
	font-size: 1.2em;
}
div.post_image img {
	background-color: #FFFFFF;
	padding: 4px;
	border: solid 1px #E3E3E3;
	float: left;
	margin-right: 16px;
}
.more-link-wrap {
	clear: both;
	text-align: right;
	height: 17px;
}
.more-link-wrap a.more-link {
	text-decoration: none;
	font-size: 0.9em;
	border: solid 1px #E3E3E3;
	background: url(../images/bg_post_more.png) top left repeat-x transparent;
	padding: 2px 6px;
}

/*---------------------*/
/*     Infoblock       */
/*---------------------*/
#infoblock h2 {
	clear: both;
	font-size: 1.6em;
	color: #232323;
	margin: 20px 15px 10px 0;
}
div.infobox {
/*    border-bottom: solid 1px #E3E3E3; */
	padding: 0 0 10px 0;
}
div.infobox ul.floatlist {
	float: left;
	width: 22.5%;
	list-style-image: url(../images/list_bullet_gt.gif);
	margin: 0 0 15px 15px;
}

/*   NEU 2  */
div.infobox ul.floatlist3 {
    float: left;
    width: 30%;
    list-style-image: url(../images/list_bullet_gt.gif);
    margin: 0 0 15px 15px;
}
div.infobox ul.floatlist2 {
    float: left;
    width: 45%;
    list-style-image: url(../images/list_bullet_gt.gif);
    margin: 0 0 15px 15px;
}


div.infobox li {
	font-size: 1.2em;
	line-height: 150%;
}
div.infobox p {
	clear: both;
	font-size: 1.2em;
	margin: 0 10px 10px 0;
}
.clearfloat {
	clear: both;
}
.js .hide {
	position: absolute;
	top: -9999px;
	left: -9999px; }

/*--------------------------*/
/*     Suchergebnisse       */
/*--------------------------*/
#search_results_number {
	background-color: #FBFBFB;
	border: solid 1px #E2E2E2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
	height: 5.5em;
	margin: 0 0 20px 0;
	position: relative;
}
#search_results_number p {
	font-size: 1.2em;
	font-weight: bold;
	margin: 20px 8px;
}
#search_results_number p,
#search_results_number form {
	float: left;
}
#search_results_number select {
	position: relative;
	height: 28px;
	width: 230px;
	color: #575757;
	background-color: #FBFBFB;
	border: solid 1px #E2E2E2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: -7px 0 0 0;
	padding: 3px 5px;
	font-size: 1.2em;
}

#arztblock {
	float: left;
	width: 612px;
}
.arztbox {
	background-color: #FBFBFB;
	border: solid 1px #E2E2E2;
	margin: 7px 0;
	padding: 15px;
	font-size: 1.2em;
	float: left;
	width: 582px;
	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: 435px;
	position: relative;
	margin: 0 0 5px 0;
}
.ranking {
	position: absolute;
	top: 0;
	left: 362px;
}
.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_knd_hinweis {
        background: url(../i/karies_nein_danke.png) top left no-repeat transparent;
        padding: 25px 0 25px 110px;
        margin: 15px 0 0 0;
}
.arzt_agbz_hinweis {
	background: url(../images/logo_agbz.png) top left no-repeat transparent;
	padding: 25px 0 25px 110px;
	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;
}
.arzt_service_info {
	clear: both;
	padding: 5px 0;
}
.arzt_forum_link {
	float: left;
}
.arzt_service_links {
	float: right;
}
div.platin {
	background-color: #FFF1E9;
	border: solid 1px #F8E0D4;
}
div.premium {
	background-color: #F2F5FF;
	border: solid 1px #D7DFFD;
}

.standard .arzt_eintrag {
	width: 380px;
	float: left;
}
.standard .arzt_service_info {
	margin-left: 380px;
	display: inline;
	padding: 0;
	margin: 0;
}
.standard .arzt_forum_link {
	float: none;
}
.standard .arzt_service_links {
	float: none;
	margin: 10px 0 0 0;
	text-align: right;
}



.werbe_eintrag {
        float: left;
        width: 435px;
        position: relative;
        margin: 0 0 5px 0;
}

.werbung .werbe_eintrag {
        width: 435px;
        float: left;
}

.werbung {
        margin-bottom: 30px;
}


.produkt_hersteller {
        font-weight: normal;
        margin: 0 0 15px 0;
}


.werbung .produkt_name {
        font-weight: bold;
        width: 435px;
        margin: 0;
}

.werbung .produkt_preis {
        font-weight: bold;
        margin-left: 435px;
        margin: 0 0 30px 0;
        text-align: right;
}

div.werbung {
        background-color: #FFF1E9;
        border: solid 1px #F8E0D4;
}



.pagination {
	font-size: 1.2em;
}
.pag_sort {
	float: left;
}
.pag_sort_label,
.pag_pages_label,
.pag_results {
	display: block;
	margin: 3px 5px 0 0;
	float: left;
}
a.pag_sort_az {
	display: block;
	float: right;
	width: 30px;
	height: 21px;
	background: url(../images/search_result_elements.png) 0 0 no-repeat transparent;
	margin: 0 5px;
}
a.pag_sort_az:focus,
a.pag_sort_az:hover,
a.pag_sort_az:active {
	background: url(../images/search_result_elements.png) -30px 0 no-repeat transparent;
}
a.pag_sort_az span {
	display: none;
}
a.pag_sort_rating {
	display: block;
	float: right;
	width: 30px;
	height: 21px;
	background: url(../images/search_result_elements.png) 0 -21px no-repeat transparent;
}
a.pag_sort_rating:focus,
a.pag_sort_rating:hover,
a.pag_sort_rating:active {
	background: url(../images/search_result_elements.png) -30px -21px no-repeat transparent;

}
a.pag_sort_rating span {
	display: none;
}
.pag_pages {
	float: right;
}
a.pag_next {
	display: block;
	float: left;
	width: 30px;
	height: 21px;
	background: url(../images/search_result_elements.png) -30px -42px no-repeat transparent;
	margin: 0 5px;
}
a.pag_next span {
	display: none;
}
a.pag_prev {
	display: block;
	float: left;
	width: 30px;
	height: 21px;
	background: url(../images/search_result_elements.png) 0 -42px no-repeat transparent;
}
a.pag_prev span {
	display: none;
}
.pag_page_no {
	float: left;
	margin: 3px 0 0 3px;
}
.pag_page_no a {
	text-decoration: none;
}

/*   NEU  2 */
.pag_page_active {
    text-decoration: none;
    background: #E3E3E3;
}
div.norm {
    font-size:10px;
    margin-left: auto;
    margin-right: auto;
}

/*-------------------*/
/*-------------------*/
/*     Sidebar       */
/*-------------------*/
/*-------------------*/
#arztsuche {
	width: 270px;
	height: 206px;
	padding: 13px 15px 10px 15px;
	background: url(../images/search_elements.png) 0 -61px no-repeat #919AC2;
}
#arztsuche h2 {
	color: #FFFFFF;
	font-size: 1.6em;
}

/*-----------------------------*/
/*     Formular Arztsuche      */
/*-----------------------------*/
form#medsearch input,
form#medsearch select {
	position: relative;
	height: 28px;
	color: #6572AE;
	background-color: #F1F3F9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 8px 0 0 0;
}
form#medsearch input {
	width: 263px;
	padding: 0 5px;
	border: none;
}
form#medsearch select {
	width: 273px;
	padding: 5px;
	border: solid 1px #F1F3F9;
}
/* Angabe für Styling in Safari und Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0)
{form#medsearch select {-webkit-appearance: none; background: url(../images/medsearch_select_arrow.png) 245px 50% no-repeat #F1F3F9;}}

form#medsearch optgroup {
	background-color: #C5D2F9;
}
form#medsearch option {
	background-color: #F1F3F9;
}
form#medsearch input.search_submit {
	width: 118px;
	height: 29px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0;
	margin: 8px 0 0 155px;
	background: url(../images/search_elements.png) 0 -32px no-repeat transparent;
	color: transparent;
	font-size: 0;
}
form#medsearch input.search_submit:hover {
	background: url(../images/search_elements.png) -118px -32px no-repeat transparent;
}
/*--------------------------*/
/*     Sidebar Infobox      */
/*--------------------------*/
div.sidebar_info {
	position: relative;
	background-color: #FBFBFB;
	border: solid 1px #E2E2E2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 16px 0 0 0;
	padding: 12px 18px 20px 16px;
	font-size: 1.2em;
	line-height: 130%;

}

div.sidebar_info h2 {
	color: #232323;
	font-size: 1.4em;
}
div.sidebar_info p {
	margin: 20px 0 0 0;
}
div.sidebar_info ul {
	list-style-image: url(../images/list_bullet_gt.gif);
	margin: 15px 0 15px 15px;
}

/*   NEU  1 */

div.sidebar_zz {
        position: relativ;
        background-color: #FBFBFB;
        border: solid 1px #E2E2E2;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin: 16px 0 0 0;
        text-align: center;
        padding: 12px 18px 20px 16px;
        font-size: 1.2em;
        font-weight: bold;
        line-height: 130%;

}
div.sidebar_zz h2 {
        color: #232323;
        font-size: 1.4em;
}
div.sidebar_zz p {
        margin: 20px 0 0 0;
}
.sidebar_zz_image {
    padding: 0 10px 10px 0;
}



div.google_ads {
    position: relative;
    width: 300px;
    height: 256px;
    font-size: 1.2em;
    background-color: #FBFBFB;
    border: solid 1px #E2E2E2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 16px 0 0 0;
/*    padding: 12px 18px 20px 16px;
    font-size: 1.2em;
    line-height: 130%;  */
}

div.facebook {
    position: relative;
    width: 300px;
    height: 21px;
    font-size: 1.2em;
    background-color: #FBFBFB;
    border: solid 1px #E2E2E2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 16px 0 0 0;
/*    padding: 12px 18px 20px 16px;
    font-size: 1.2em;
    line-height: 130%;  */
}

.badge {
	background: url(../images/badge_2011.png) top right no-repeat #FBFBFB;
}
#sidebar .colortext {
	color: #535E87;
}

/*   NEU  2 */
.arzt_image_sidebar {
    float: left;
    padding: 0 10px 10px 0;
}
.arzt_image_sidebar img {
    background-color: #FFFFFF;
    padding: 4px;
    border: solid 1px #919AC2;
}
/*------------------*/
/*------------------*/
/*     Footer       */
/*------------------*/
/*------------------*/
#footer_linkblock {
	float: left;
	border-bottom: solid 1px #747FAA;
	padding: 0 0 20px 0;
}
#tagcloud {
	width: 320px;
    height: 130px;
	border-right: solid 1px #747FAA;
	padding: 0 10px 10px 10px;
	float: left;
	text-align: center;
    overflow:auto;
    scrollbar-face-color: #60698D;
    scrollbar-shadow-color: #60698D;
    scrollbar-track-color: #60698D;
}
#tagcloud a { margin: 0 5px; }
.tag { font-size:1.2em; }
.tag112 { font-size:1.0em; color:#A3B3EF; text-decoration:none }
.tag114 { font-size:1.4em; color:#A2B2EF; text-decoration:none }
.tag115 { font-size:1.5em; color:#A3B3EF; text-decoration:none }
.tag116 { font-size:1.6em; color:#B9C7FC; text-decoration:none }
.tag117 { font-size:1.7em; color:#D4DDFF; text-decoration:none }
.tag118 { font-size:1.8em; color:#E4EAFF; text-decoration:none }
.tag119 { font-size:1.9em; color:#FFFFFF; text-decoration:none }
.tag212 { font-size:1.2em; color:#A5B3E8; text-decoration:none }
.tag214 { font-size:1.4em; color:#A2B2EF; text-decoration:none }
.tag215 { font-size:1.5em; color:#A3B3EF; text-decoration:none }
.tag216 { font-size:1.6em; color:#B9C7FC; text-decoration:none }
.tag217 { font-size:1.7em; color:#D4DDFF; text-decoration:none }
.tag218 { font-size:1.8em; color:#E4EAFF; text-decoration:none }
.tag219 { font-size:1.9em; color:#FFFFFF; text-decoration:none }
.tag312 { font-size:1.2em; color:#A5B3E8; text-decoration:none }
.tag314 { font-size:1.4em; color:#A2B2EF; text-decoration:none }
.tag315 { font-size:1.5em; color:#A3B3EF; text-decoration:none }
.tag316 { font-size:1.6em; color:#B9C7FC; text-decoration:none }
.tag317 { font-size:1.7em; color:#D4DDFF; text-decoration:none }
.tag318 { font-size:1.8em; color:#E4EAFF; text-decoration:none }
.tag319 { font-size:1.9em; color:#FFFFFF; text-decoration:none }

#footer ul.floatlist {
	float: left;
	list-style: none;
	margin: 6px 20px 0 20px;
}
#footer ul.floatlist li {
	font-weight: bold;
	color: #CAD4FD;
	line-height: 170%;
}
#footer ul.floatlist a {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul.floatlist a:focus,
#footer ul.floatlist a:hover,
#footer ul.floatlist a:active {
	color: #EC671C;

}
ul#nav_footer {
	clear: both;
	list-style: none;
	margin: 0 0 0 330px;
	padding: 15px 0;
}
ul#nav_footer li {
	float: left;
	position: relative;
	color: #FFFFFF;
	padding: 0 0.5em;
}
ul#nav_footer a {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
}
ul#nav_footer a:focus,
ul#nav_footer a:hover,
ul#nav_footer a:active {
	color: #EC671C;
}

/*----------------------------------*/
/*----------------------------------*/
/*     Banner oben und rechts       */
/*----------------------------------*/
/*----------------------------------*/
#banner_top {
	margin: 0 auto;
	width: 728px;
}
#banner_rechts {
    width: 100%;
    height: 1px;
    background-color: transparent;
    padding-left: 966px;
}
.banner_rechts_sticky {
    position: fixed;
    top: 0;
}



/*     NEU   ab hier   */

div.banner_ads {
    position: relative;
    width: 300px;
    height: 200px;
    font-size: 1.2em;
    background-color: #FBFBFB;
    border: solid 1px #E2E2E2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 16px 0 0 0;
}



/* Verzeichnisblock  - Container für erweitere Sucheingaben mit Therapieschwerpunkten und Sprachen ... */
.verzeichnisblock {
    width: 584px;
    float: left;
/*    margin: 20px 15px 0 15px;
    padding: 0 0 30px 0; */
}

/* Infoblock 2 li - Linker Infoblock mit Therapieschwerpunkten */
.verzeichnisblock_li {
    width: 285px;
    float: left;
}
/* Infoblock 2 re - Rechter Infoblock mit Sprechzeiten */
.verzeichnisblock_re {
    width: 285px;
    float: right;
/*    margin: 0 6px 0 0; */
}




.contentbox {
    background-color: #FBFBFB;
    border: solid 1px #E2E2E2;
    margin: 5px 0 20px 0;
    padding: 15px;
    font-size: 1.2em;
    float: left;
    width: 582px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}



.contentbox2 {
    margin: 5px 0 20px 0;
    font-size: 1.2em;
    float: left;
    width: 612px;
    position: relative;

}
.contentbox2_image {
    float: left;
    padding: 0 15px 15px 0;
}
.contentbox2_image img {
    background-color: #FFFFFF;
    padding: 4px;
    border: solid 1px #919AC2;
}

.headline {
    background-color: #FBFBFB;
    border: solid 1px #E2E2E2;
    margin: 5px 0 20px 0;
    padding: 15px;
    font-size: 1.2em;
    width: 582px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


form#userinput input,
form#userinput select {
    position: relative;
    height: 25px;
/*    color: #C2CAEB; */
    background-color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 8px 0 0 0;
}
form#userinput input {
    border: solid 1px #8c92a8;
    padding: 0 5px;
}
form#userinput select {
    padding: 4px;
    border: solid 1px #8c92a8;
}


.newsbox {
        padding : 5px 15px 5px 5px;
}

.newsbox_head {
        font-size : 12px;
        font-weight : bold;
}

.newsbox_head h3 {
        font-size : 12px;
        font-weight : bold;
}


.trAllOut {
        background-color : #FBFBFB;
        padding : 5px;
}

.trAllOver {
        background-color : #e8ecf9;
        cursor : pointer;
}

h1 a.trAll {
        color : #000;
        text-decoration : none;
        font-weight : bold;
}

a.trAll {
        color : #000;
        text-decoration : none;
}

.bold1 {
    font-weight: bold;
    color: #EC671C;
}

.pad25 {
    padding-left:25px;
}



.area {
        width: 582px;
        float: left;
        margin-top: 0px;
        background: #ffffff;
        background-repeat: no-repeat;
        font-size: 12px;
}
.aleft {
        width: 187px;
        float: left;
/*        margin-left: 10px; */
        margin-top: 10px;
        margin-bottom: 11px;
/*        padding-right: 20px; */
        padding-left: 5px;
}
.amiddle {
        width: 191px;
        margin-top: 10px;
/*        margin-left: 20px; */
        margin-bottom: 11px;
        float: left;
/*        padding-left: 20px; */
        padding-left: 5px;
}
.aright {
        width: 187px;
        float: right;
/*        margin-right: 10px; */
        margin-top: 10px;
        margin-bottom: 11px;
}


#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;
}

/*-----------------------------------------*/
/*      Aktive Link-Flächen erzeugen       */
/*-----------------------------------------*/

a.larea                { display:block; font-weight:500; color:#ffffff; font-style:normal; text-decoration : none; text-align:center; background-color:#293566; padding:5px 2px 5px 2px; margin:0px 0px 0px 0px; border: #003399 1px solid; }
a.larea:hover          { background-color:#fc7c36; font-weight:500; color:#000; font-style:normal; text-decoration:none; border: #003399 1px solid; }
a.larea:visited        { text-decoration : none; }
a.larea h2             { font-size:14px; font-weight:bold; }


.contbox_r {
    float:right;
}


.adslot_1 { width: 960px; height: 90px; }

.adslot_2 { width: 612px; height: 250px; }


.video_box {

    margin-right: 10px;
    margin-bottom: 10px;
    float:left;
    border: solid 1px #ccc;
}


.google_inbox {
        background-color: #FBFBFB;
        border: solid 1px #E2E2E2;
        margin: 7px 0;
/*      padding: 15px; */
        font-size: 1.2em;
        float: left;
        width: 612px;
        position: relative;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
}