/*----------------------------------------------------------------*/
/* CSS by K4SYSTEMS */
/*----------------------------------------------------------------*/

/* wichtige Farben
Rot: #cc0000
Grun: #62BD6E
*/

/*----------------------------------------------------------------*/
/* Allgemeines */
/*----------------------------------------------------------------*/
* {
  padding: 0;
  margin: 0;
}

html {
  height: 100%;
}

body {
  font-size: 82.5%;
  background: #EEF6EB;
  text-align: center;
}

body, h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd, p, input, textarea, select {
  font-family: Arial,"Trebuchet MS","Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
  color: #777;
  color: #777;
  text-align: left;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

img, a img {
  border: 0;
}

form {
  display: inline;
}

acronym {
  cursor: help;
  border-bottom: 1px dotted;
}

p {
  line-height: 1.4em;
  margin: 0 0 1.0em 0;
}

td {
  line-height: 1.4em;
}

td p {
  line-height: 1.4em;
}

h1 {
  color: #006F5B;
  font-size: 1.4em;
  font-weight: normal;
  margin-bottom: 0.3em;
}

h2 {
  margin-bottom: 1.0em;
  color: #777;
  font-size: 1.6em;
  font-weight: normal;  
}

h3 {
  color: #777;
  font-size: 1.2em;
  font-weight: normal;  
  margin-top: 1.0em;
}

a {
  color: #7BA245;
  text-decoration: underline;
}

a:hover {
  color: #000;
}

/*----------------------------------------------------------------*/
/* pseudoklassen */
/*----------------------------------------------------------------*/
.clear {
  clear: both;
}

.versteckt {
  display: none;
}

.smaller {
  font-size: 0.9em;
}

.flagge {
  padding-left: 35px;
  background-position: left center;
  background-repeat: no-repeat;
  background-color: transparent;
}

.plus {
  padding-left: 20px;
  background: transparent url(../bilder/ico_plus.gif) left center no-repeat;
  display: block;
}

.minus {
  padding-left: 20px;
  background: transparent url(../bilder/ico_minus.gif) left center no-repeat;
  display: block;
}

.fehler {
  color: #cc0000;
}

.erfolg {
  background: #00cc00;
  color: #fff;
  padding: 0.5em;
  font-size: 1.1em;
}

.neu {
  background: transparent url('../bilder/ico_neu.gif') left center no-repeat;
  padding-left: 20px;
}

.hinweis {
  background: #777;
  color: #fff;
  font-size: 1.1em;
  padding: 0.5em;
}

.zurueck {
  margin-top: 2.0em;
}

.googlemaps {
  background: transparent url(../bilder/googlemaps.gif) left center no-repeat;
  display: block;
  padding: 1.0em 0;
  padding-left: 40px;
}


/*----------------------------------------------------------------*/
/* bereiche */
/*----------------------------------------------------------------*/
#wrap {
  width: 933px;
  margin: 0 auto;
  background: #fff url(../bilder/back_default.jpg) left top no-repeat;
  font-size: 1.0em;
  min-height: 598px;
  margin-top: 10px;
  border: 1px solid #006F5B;
  border-width: 1px 1px 0px 1px;
}

#startseite #wrap {
  background: #fff url(../bilder/back_startseite.jpg) left top no-repeat;
}

#header {
  padding-top: 10px;
  margin-left: 15px;
  height: 130px;
}


/*----------------------------------------------------------------*/
/* sprachauswahl */
/*----------------------------------------------------------------*/
#sprache {
  margin: 0;
  padding: 0;
  float: left;
  display: inline;
  width: 250px;
}

#sprache li {
  float: left;
  display: inline;
  font-size: 0.8em;
  padding: 0.3em 0.5em;
  border-left: 1px solid #fff;
}

#sprache li.first {
  border: 0;
}

#sprache li a {
  text-decoration: none;
  color: #fff;
}

#sprache li a:hover {
  text-decoration: underline;
}

/* neu mit flaggen
------------------------------------------------------------------*/
#sprache {
  width: auto;
}

#sprache li, #sprache li a, #sprache li a:hover {
  padding: 0;
  text-decoration: none;
}

#sprache li {
  border: 0;
  padding-right: 2px;
}



/*----------------------------------------------------------------*/
/* iconnavi */
/*----------------------------------------------------------------*/
#icon {
  margin: 0;
  padding: 0;
  float: right;
  display: inline;
  margin-right: 160px;
  width: 400px;
}

#icon li {
  float: right;
  display: inline;
  padding: 0.3em 0.5em;
  border-right: 1px solid #fff;
  font-size: 0.8em;
}

#icon li.first {
  border: 0;
}

#icon li a {
  text-decoration: none;
  color: #006F5B;
}

#icon li a:hover {
  text-decoration: underline;
}

#header h1 {
  margin: 0;
  padding: 0;
  clear: both;
  color: #fff;
  text-transform: uppercase;
  margin-left: 5px;
  padding-top: 10px;
}


/*----------------------------------------------------------------*/
/* navi bereiche */
/*----------------------------------------------------------------*/
#logo {
  clear: both;
  margin-left: 15px;
  height: 113px;
  overflow: hidden;
}

#logo .clear {
  margin: 0;
  padding: 0;
  clear: both;
  font-size: 1px;
  line-height: 1px;
  height: 1px;
}

#bereiche {
  float: right;
  display: inline;
}

#bereiche li {
  margin-top: 6px;
}

#bereiche li a {
  text-decoration: none;
  background: #006F5B url(../bilder/back_balken_mittel.jpg) left top no-repeat;;
  color: #fff;
  display: block;
  width: 128px;
  width: 158px;
  height: 17px;
  line-height: 17px;
  padding-left: 6px;
}

#bereiche li a:hover {
  text-decoration: underline;
}


/*----------------------------------------------------------------*/
/* content */
/*----------------------------------------------------------------*/
#content {
  clear: both;
  min-height: 308px;
  overflow: hidden;
}

#startseite #content {
  padding: 0;
}

#infos {
  float: right;
  display: inline;
  margin-top: 70px;
}

#infos li {
  margin-top: 6px;
}

#infos li a {
  text-decoration: none;
  background: #006F5B url(../bilder/back_balken_klein.jpg) left top no-repeat;
  color: #fff;
  display: block;
  width: 88px;
  width: 108px;
  height: 17px;
  line-height: 17px;
  padding-left: 6px;
}

#infos li a:hover {
  text-decoration: underline;
}

#inhalt {
  float: right;
  display: inline;
  width: 614px;
  margin-right: 20px;
  padding-left: 7px;
}

#startseite #inhalt {
  width: 767px;
  float: left;
  padding-left: 0;
  position: relative;
  height: 350px;
  overflow: hidden;  
}

#inhalt ul {
  margin: 1.0em 0;
  list-style: none;
}

#inhalt li {
  background: transparent url(../bilder/dot_li.gif) left top no-repeat;
  padding-left: 14px;
  padding-bottom: 0.4em;
}

#inhalt .unterpunkte {
  font-size: 1.1em;
}

#inhalt .unterpunkte a {
  color: #006F5B;
}



/*----------------------------------------------------------------*/
/* content */
/*----------------------------------------------------------------*/
#subnavi {
  float: left;
  display: inline;
  width: 160px;
  margin-top: 40px;
  padding-left: 15px;
}

* html #subnavi {
  margin-left: 0;
}

#subnavi li {
  padding-bottom: 0.2em;
}

#subnavi li a {
  color: #006F5B;
  text-decoration: none;
}

#subnavi li.selected a {
  font-weight: bold;
}

#subnavi li.abstand {
  margin-top: 1.0em;
}

#subnavi li a:hover {
  text-decoration: underline;
}

#content .clear {
  background: #fff;
  margin: 0;
  padding: 0;
  clear: both;
  line-height: 1.0em;
  height: 1.0em;
}

#startseite #content .clear {
  line-height: 1px;
  height: 1px;
  font-size: 1px;
}


/*----------------------------------------------------------------*/
/* nutzer */
/*----------------------------------------------------------------*/
#inhalt #nutzer li {
  padding: 0;
  margin: 0;
  background: transparent;
  float: left;
  display: inline;
  margin-left: 20px;
  border-left: 1px solid #006F5B;
  height: 180px;
}

#inhalt #nutzer li a {
  background: #006F5B url(../bilder/back_balken_gross.jpg) left top no-repeat;;
  color: #fff;
  width: 166px;
  height: 17px;
  line-height: 17px;
  display: block;
  padding-left: 15px;
  text-decoration: none;
  text-transform: uppercase;
}

#inhalt #nutzer li a:hover {
  text-decoration: underline;
}

#inhalt #nutzer li ul {
  margin-top: 10px;
}

#inhalt #nutzer li li {
  margin: 0;
  clear: left;
  border: 0;
  height: auto;
  font-size: 0.8em;
}

#inhalt #nutzer li li a {
  background: transparent;
  color: #000;
  height: auto;
  line-height: auto;
  text-transform: none;
}

#inhalt #nutzer li.first {
  margin: 0;
  border: 0;
  background: #006F5B url(../bilder/back_balken_klein.jpg) left top no-repeat;;
  color: #fff;
  width: 79px;
  height: 17px;
  line-height: 17px;
  padding-left: 15px;
  text-transform: uppercase;
}

#inhalt #nutzer li li.arzt_heilpraktiker_suche {
  margin-top: 1.0em;
}

#inhalt #nutzer li li.arzt_heilpraktiker_suche2 {
  display: none;
}

#inhalt #nutzer li li.arzt_heilpraktiker_suche a {
  font-weight: bold;
  color: #006F5B;
  font-size: 1.1em;
}

#startseite #willkommen {
  height: 150px;
  text-align: center;
}

#startseite #willkommen h1, #startseite #willkommen h2 {
  color: #006F5B;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: normal;
}

#startseite #willkommen h1 {
  font-size: 1.8em;
  padding-top: 1.0em;
  margin-left: -10%;
}

#startseite #willkommen h2 {
  font-size: 2.2em;
  margin-left: 30%;
}

#footer {
  clear: both;
  color: #006F5B;
  font-size: 0.8em;
  padding-top: 4px;
  background: #EEF6EB url(../bilder/back_footer.jpg) top left no-repeat;
  width: 935px;
  margin: 0 auto;
}

#footer ul {
  float: right;
  clear: both;
  margin: 0;
  padding: 0;
}

#footer ul li {
  color: #006F5B;
  display: inline;
  margin: 0;
  padding: 0;
  margin-right: 3px;
}

#footer .clear {
  margin: 0;
  padding: 0;
  clear: both;
  font-size: 1px;
  line-height: 1px;
  height: 1px;
}


/*----------------------------------------------------------------*/
/* suche */
/*----------------------------------------------------------------*/
input, textarea, select {
  color: #000;
}

.suchcontainer {
  background: #EEF6EB;
  padding: 0.5em;
  border: 1px solid #006F5B;
  color: #000;
  margin-bottom: 2.0em;
}

.suchcontainer_abstand_klein {
  margin-bottom: 0.5em;
}

.suchcontainer a {
  color: #000;
}

.suchcontainer table td {
  padding-right: 10px;
  vertical-align: top;
}

.suchcontainer .plz, .suchcontainer .halb {
  width: 80px;
}

.suchcontainer input {
  margin: 0.1em 0;
}

.suchcontainer textarea {
  width: 97%;
  margin: 0.1em 0;
}

.btn {
  text-align: center;
}

.suchergebnis {
  margin-top: 0.5em;
  border: 1px solid #006F5B;
  border-width: 1px 0;
  margin-bottom: 1.0em;
}

#vertretungen .suchergebnis {
  border-top: 0;
}

.suchergebnis table {
  width: 100%;
}

.suchergebnis table td {
  padding: 0.5em;
  vertical-align: top;
  width: 33%;
}

.suchergebnis table td.zwei {
  width: 66%;
}

.suchergebnis table td.last {
  text-align: right;
}

.suchergebnis table td, .suchergebnis table td p {
  color: #6D6F71;
}

.suchergebnis table td a {
  color: #006F5B;
}

.suchergebnis table td.ausgegraut a {
  color: #777;
}

.suchergebnis table td p .smaller {
  color: #000;
  font-size: 0.8em;
}

.suchergebnis table td.zeile1 {
  background: #EEF6EB;
}

.hintergrund0, .hintergrund1 {
  padding: 0.5em;
}

.hintergrund1 {
  background: #EEF6EB;
}

#karte_vertretungen, #karte_vertretungen_weltweit {
  width: 550px;
  height: 700px;
  position: relative;
}

#karte_vertretungen_weltweit {
  height: 314px;
  background: transparent url(../bilder/karte_vertretungen_weltweit.gif) left top no-repeat;
}

#karte_flaggen, #karte_flaggen_weltweit {
  position: relative;
  top: -700px;
  left: 0;
}

#karte_flaggen_weltweit {
  top: -314px;
}

#karte_flaggen div, #karte_flaggen_weltweit div {
  width: 12px;
  height: 20px;
  background: transparent url(../bilder/icon0.gif) left top no-repeat;
  position: absolute;
  cursor: hand;
}

#karte_flaggen div.sichtbar0, #karte_flaggen_weltweit div.sichtbar0 {
  display: none;
}

#karte_flaggen div.flagge1, #karte_flaggen_weltweit div.flagge1 {
  background-image: url(../bilder/icon1.gif);
}

#karte_flaggen div.flagge2, #karte_flaggen_weltweit div.flagge2 {
  background-image: url(../bilder/icon2.gif);
}

#karte_flaggen div.flagge3, #karte_flaggen_weltweit div.flagge3 {
  background-image: url(../bilder/faehnchen.gif);
}

#karte_flaggen div.flagge4, #karte_flaggen_weltweit div.flagge4 {
  background-image: url(../bilder/m.gif);
}

#karte_vertretungen_popup {
  background: #EEF6EB;
  border: 1px solid #006F5B;
  padding: 5px;
  color: #000;
  position: absolute;
  display: none;
  font-size: 0.9em;
  max-width: 400px;
}


/*----------------------------------------------------------------*/
/* formular */
/*----------------------------------------------------------------*/
.formular .td0 {
  width: 160px;
}

.formular td {
  vertical-align: top;
}

.formular .abstand {
  padding-top: 1.0em;
}

.formular input, .formular textarea, .formular select {
  width: 240px;
  margin: 0.1em 0;
}

.formular textarea {
  height: 80px;
}

.formular input.plz {
  width: 80px;
}

.formular input.btn {
  width: auto;
}

span.cx_pflicht {
  color: #FE0000;
  font-weight: bold;
  font-size: 1.4em;
}

input.cx_pflicht, textarea.cx_pflicht {
  background: #FF6D6E;
  color: #fff;
}



/*----------------------------------------------------------------*/
/* seitennavi */
/*----------------------------------------------------------------*/
.seitennavi {
  color: #000;
}

.seitennavi a {
  border: 1px solid #006F5B;
  margin-left: 10px;
  padding: 0.1em 0.5em;
  color: #006F5B;
  text-decoration: none;
  background: #EEF6EB;
}

.seitennavi a:hover, .seitennavi a.selected {
  background: #fff;
  color: #000;
}


/*----------------------------------------------------------------*/
/* kontaktformular */
/*----------------------------------------------------------------*/
span.cx_pflicht {
  color: #FE0000;
  font-weight: bold;
  font-size: 1.4em;
}

input.cx_pflicht, textarea.cx_pflicht {
  background: #FF6D6E;
  color: #fff;
}

.cx_error {
  border: 1px solid #FE0000;
  color: #fff;
  background: #FF6D6E;
  padding: 0.5em;
}

table.kontaktformular {
  margin: 2.0em 0em;
}

table.kontaktformular .spalte-1, table.kontaktformular .spalte-2 {
  vertical-align: top;
  padding-bottom: 0.3em;
}

table.kontaktformular .spalte-1 {
  width: 150px;
}

table.kontaktformular .spalte-2 input, table.kontaktformular .spalte-2 textarea, table.kontaktformular .spalte-2 select, .submit {
  padding: 0.1em;
}

table.kontaktformular .spalte-2 input, table.kontaktformular .spalte-2 textarea {
  width: 300px;
}

.submit {
  text-align: center;
}

p.kontaktformular {
  text-align: center;
}


/*----------------------------------------------------------------*/
/* suche */
/*----------------------------------------------------------------*/
.formular_suche_btn {
  text-align: center;
}

.suche_like_text, .suche_like_text:visited {
  text-decoration: none;
  color: #333;
}

.suchergebnis li p {
  padding: 0;
  margin: 0;
}

#spalte-1 .suchergebnis li {
  margin-bottom: 1.5em;
}

.suchergebnis .suche_last_edit, .suchergebnis a.suche_a {
  font-size: 0.8em;
}

.suchtreffer {
  border-bottom: 1px dotted;
}


/*----------------------------------------------------------------*/
/* map */
/*----------------------------------------------------------------*/
.map {
  height: 200px;
  background: #eee url(../bilder/loading_big.gif) center center no-repeat;
  border: 1px solid #006F5B;
}



/*----------------------------------------------------------------*/
/* downloads */
/*----------------------------------------------------------------*/
.download_container {
  margin-right: 100px;
}

.download_container td {
  vertical-align: top;
  padding: 10px;
  border-bottom: 1px solid #006F5B;
  background: #EEF6EB;
  width: 100%;
}

.download_container .td1 {
  background: #fff;
}

.download_container .download {
  text-align: right;
  width: auto;
}

.download_container .download a {
  color: #fff;
  background: #256F54;
  padding: 5px;
  display: block;
  text-align: center;
  width: 100px;
  margin-left: 20px;
}


/*----------------------------------------------------------------*/
/* schleier */
/*----------------------------------------------------------------*/
#schleier {
  position: absolute;
  z-Index: 900;
  height: 100%;
  width: 100%;
  background: #000;
  top: 0;
  left: 0;
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: Alpha(opacity=50);
  cursor: not-allowed;
  display: none;
}

.popup_container {
  position: absolute;
  z-Index: 901;
  min-height: 202px;
  width: 300px;
  top: 0;
  left: 0;
  display: none;
  background:#fff;
  border: 5px solid #006F5B;
  padding: 10px;
}

.btn {
  color: #fff;
  background: #256F54;
}

.cancel {
  background: #cc0000;
}

.popup_container table.kontaktformular .spalte-2 input {
  width: 170px;
}


/*----------------------------------------------------------------*/
/* doccheck */
/*----------------------------------------------------------------*/
#doccheck_info {
  padding: 10px;
  background: #EEF6EB;
}

#doccheck_info strong, #doccheck_info a {
  color: #006F5B;
}

#doccheck_iframe {
  display: none;
}


/*----------------------------------------------------------------*/
/* laufband */
/*----------------------------------------------------------------*/
#laufband, #laufband_back {
  position: absolute;
  top: 380px;
  left: 50%;
  width: 586px;
  margin-left: -353px;
  height: 18px;
}

#laufband {
  border: 5px solid #83DE03;
  border-width: 0 5px;
  z-Index: 900;
  width: 556px;
  padding: 0 10px;
}

#laufband a {
  text-decoration: none;
  color: #000;
  height: 18px;
  line-height: 17px;
}

#laufband a:hover {
  text-decoration: underline;
}

#laufband_back {
  background: #fff;
  z-Index: 800;
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: Alpha(opacity=50);
}

/*----------------------------------------------------------------*/
/* google map */
/*----------------------------------------------------------------*/
#map {
  background: #eee url(../bilder/loading_big.gif) center center no-repeat;
  height: 300px;
}

#isologo {
	top:-100px;
	position:relative;
	margin-left: 10px;
	width: 85px;
}


/*----------------------------------------------------------------*/
/* flagge */
/*----------------------------------------------------------------*/
.flagge {
  display: inline-block;
  width: 16px;
  height: 11px;
  text-decoration: none;
  background: transparent url(../bilder/icons/de.gif) left top no-repeat;
  border: 1px solid #fff;
}

h3.flagge {
  height: 20px;
}

.flagge-en {
  background-image: url(../bilder/icons/us.gif);
}

.flagge-ru {
  background-image: url(../bilder/icons/ru.gif);
}

.flagge-fr {
  background-image: url(../bilder/icons/fr.gif);
}

.flagge-tr {
  background-image: url(../bilder/icons/tr.gif);
}

.flagge-hu {
  background-image: url(../bilder/icons/hu.gif);
}

.flagge-es {
  background-image: url(../bilder/icons/es.gif);
}

.flagge-pt {
  background-image: url(../bilder/icons/pt.gif);
}

.flagge-nl {
  background-image: url(../bilder/icons/nl.gif);
}

.flagge-it {
  background-image: url(../bilder/icons/it.gif);
}

