﻿html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

body {
  background: #c3e56d; /*195 229 109*/
  background-image: url(../images/Seitenhintergrund_Farbverlauf.png);
  background-repeat: repeat-x;
  font-family: Helvetica,Arial,sans-serif;
  line-height: 1.3em;
  margin: 33px 20px 20px 20px;
  font-size: 14px;
  color: #333;
}

h1 {
  /*font-family: 'Times New Roman', Times, serif;*/
  color: #3f5c0c;
  font-size: 24px;
  line-height: 1.3em;
  border-bottom:1px #3f5c0c solid;
}

h2 {
  font-size: 20px;
  line-height: 1.3em;
}

h3 {
  font-size: 16px;
  line-height: 1.3em;
}

h4 {
  font-size: 14px;
  line-height: 1.3em;
}

a {
  color: #3f5c0c;
  /*text-decoration:none;*/
}

a:link {

}

a:visited{

}

a:hover {
  /*text-decoration: underline;*/  
}

a:focus {

}

a:active {

}



div#Seite {
  position: relative;
  min-width: 850px;
  max-width: 1100px;
}

div#Seite_Rahmen_l {
  position: absolute;
  width: 3px;
  left: -3px;
  background-image: url(../images/Rahmen_links.png);
  background-repeat: repeat-y;
  top: 0px;
  height: 100%;  
}

div#Seite_Rahmen_r {
  position: absolute;
  width: 20px;
  right: -20px;
  background-image: url(../images/Rahmen_rechts.png);
  background-repeat: repeat-y;
  top: 0px;  
  height: 100%;
}

div#Seite_Rahmen_o {
  position: absolute;
  height: 3px;
  top: -3px;
  background-image: url(../images/Rahmen_oben.png);
  background-repeat: repeat-x;
  width: 100%;  
}

div#Seite_Rahmen_u {
  position: absolute;
  bottom: -20px;
  height: 20px;
  background-image: url(../images/Rahmen_unten.png);
  background-repeat: repeat-x;
  width: 100%;  
}

div#Seite_Rahmen_ol {
  background-image: url(../images/Rahmen_links_oben.png);
  background-repeat: no-repeat;
  position: absolute;
  top: -3px;
  left: -3px;
  width: 12px;
  height: 12px;
}

div#Seite_Rahmen_or {
  background-image: url(../images/Rahmen_rechts_oben.png);
  background-repeat: no-repeat;
  position: absolute;
  top: -3px;
  right: -20px;
  width: 30px;
  height: 30px;
}

div#Seite_Rahmen_ul {
  background-image: url(../images/Rahmen_links_unten.png);
  background-repeat: no-repeat;
  position: absolute;
  bottom: -20px;
  left: -3px;
  width: 30px;
  height: 30px;
}

div#Seite_Rahmen_ur {
  position: absolute;
  background-image: url(../images/Rahmen_rechts_unten.png);
  background-repeat: no-repeat;
  right: -20px;
  bottom: -20px;  
  width: 29px;
  height: 29px;
}

/* -------------- Kopf -------------- */
table#Kopf {
  background: #white;
  text-align: left;
  height: 130px;
  width: 100%;
  /*
  Die Position aller Kindelemente orientiert sich bei Verwendung von "position: absolute;" am Elternelement (dieses), vorausgesetzt dieses Element ist mit absolute, fixed oder relative positioniert.
  */
}

td#Bild {
  height: 100%; /*Angabe nötig für Farbverlauf*/
  background: #white;
  background-repeat: no-repeat;
  background-position: center center;
}

div#Uebergang_Bild {
  background-image: url(../images/Farbverlauf_Bild.png);
  background-repeat: repeat-y;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
}


td#Titelbereich {
  background: #ffffff;
  width: 380px;
}

div#Finger {
  text-align: center;
  padding: 10px 0px 00px 10px;
}

div#Titel {
  position: absolute;
  top: 10px;
  left: 70px;
  text-align: center;
  color: #3f5c0c;
  width: 280px;
}

div#Schild_oben {
  background: #ffffff;
  padding: 20px 0px 5px 0px;
}

div#Schild_unten {
  background: #ffffff;
  padding: 40px 0px 30px 0px;
}

div.Adresse {
  padding: 10px 0px 20px 0px;
}

div.Schild {
  color: #3f5c0c;
  font-family: 'Times New Roman', Times, serif;
}

div.Schild_Seite {
  position: absolute;
  top: 20px;
  text-align: center;
  width: 40%;
}

div#DrThomasVoeller {
  left: 5px;
}

div#DrSylviaVoeller {
  right: 5px;
}

span.Text_1 {
  line-height: 100%;
  font-size: 28px;
}

span.Text_2 {
  line-height: 120%;
  font-size: 22px;
}

span.Text_3 {
  line-height: 100%;
  font-size: 18px;
}

div.Spezialisierung {
  padding-top: 10px;
}

span.Zwangsangabe {
  font-size: 10px;
}

div.Person {

}

div.Kontakt {
  text-align: left;
  padding-top: 30px;
}

div#Kontakt_Thomas {
  width: 170px;
}

div#Kontakt_Sylvia {
  width: 200px;
}

div.Eingang {
  padding-top: 0px;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 32px;
}

div.Zwangsangabe {
  padding-top: 15px;
  font-size: 11px;
}

a:link {
  text-decoration: none;
}
a:visited{}
a:hover {
  text-decoration: underline;  
}
a:focus {}
a:active {}

/* ------------- Trenner Kopf Körper ------------- */
div#Trenner_Kopf_Koerper {
  background: #ffad16;
  text-align: left;
  background-image: url(../images/Hintergrund_Trenner.png);
  background-repeat: repeat-x;
  background-position: left center;
  padding: 5px 10px 5px 10px;
}

div#Trennlinie {
  background: #3f5c0c;
  width: 100%;
  height: 1px;
}



/* ------------- Körper ------------- */
div#Koerper {
  position: relative;
  background: #ffffff;
  text-align: left;
  width: 100%;
}

td#Menuleiste {
  background: #eaf4a2; /*234 244 162*/
  padding: 25px 0px 20px 0px;
  background-image: url(../images/Inhalt_Farbverlauf.png);
  background-repeat: repeat-x;
}

td#Inhalt {
  background: #ffffff;
  padding: 15px 20px 20px 20px;
  background-image: url(../images/Inhalt_Farbverlauf.png);
  background-repeat: repeat-x;
  width: 80%;
}

/* -------------- Fuss -------------- */
div#Fuss  {
  position: relative;
  background: #ffad16;
  text-align: left;
  background-image: url(../images/Hintergrund_Trenner.png);
  background-repeat: repeat-x;
  background-position: left center;
  height: 24px;
  line-height: 130%;
  font-size: 10px;
  color: #6e4600;
}

div#Fuss_Kontakt {
  position: absolute;
  top: 5px;
  left: 20px;
}

div#Fuss_Impressum {
  position: absolute;
  top: 4px;
  right: 20px;
}


/* -------------- Hauptmenu -------------- */
ul#Hauptmenu {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

ul#Hauptmenu li {
  float: left;
}

ul#Hauptmenu a {
  font-family: 'Times New Roman', Times, serif;
  font-size: 16px;
  color: #6e4600;  
  text-decoration:none;
  padding: 3px 10px 3px 10px;
  margin-left: 0px;
  line-height: 130%;
}

ul#Hauptmenu a:link {}
ul#Hauptmenu a:visited{}
ul#Hauptmenu a:hover {
  text-decoration: underline;  
}
ul#Hauptmenu a:focus {}
ul#Hauptmenu a:active {}

ul#Hauptmenu li.active {
  font-weight: bold;
}

ul#Hauptmenu li.active a:hover{
  text-decoration: none;  
}

div#clr {
  clear:both; 
  line-height:0; 
  height:0;
}

/* -------------- Untermenu -------------- */
/* 1. Ebene */
ul#Untermenu {
  list-style-type: none;
  margin: 0px 15px 10px 15px;
  padding: 0px;
}

ul#Untermenu li {
  margin: 0px 0px 6px 0px;
  padding: 4px 10px 4px 10px;
  background: #d6e377;
}

ul#Untermenu a {
  color: #3f5c0c;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 13px;
  text-decoration:none;
  /*margin-left: 0px;
  line-height: 130%;*/
}

ul#Untermenu a:link {}
ul#Untermenu a:visited{}
ul#Untermenu a:hover {
  text-decoration: underline;  
}
ul#Untermenu a:focus {}
ul#Untermenu a:active {}

ul#Untermenu li.current {
  font-weight: bold;
}

ul#Untermenu li.current a:hover{
  text-decoration: none;  
}

/* 2. Ebene */
ul#Untermenu li ul{
  list-style-type: none;
  margin: 5px -4px -4px 5px;
  padding: 0px;
}

ul#Untermenu li ul li {
  margin: 0px 0px 6px 0px;
  padding: 4px 10px 4px 10px;
  background: #dfec7c;
}

ul#Untermenu li.parent ul li {
  font-weight: normal;
}

ul#Untermenu li.parent ul li  a:hover {
  text-decoration: underline;  
}

ul#Untermenu li.parent ul li.current {
  font-weight: bold;
}

ul#Untermenu li.parent ul li.current  a:hover {
  text-decoration: none;  
}

/* -------------- Fussmenu -------------- */
ul#Fussmenu {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  text-align: right;
}

ul#Fussmenu li {
  float: left;
}

ul#Fussmenu a {
  color: #6e4600;
  font-size: 10px;
  text-decoration:none;
  padding: 3px 10px 3px 10px;
  margin-left: 0px;
  line-height: 130%;
}

ul#Fussmenu a:link {}
ul#Fussmenu a:visited{}
ul#Fussmenu a:hover {
  text-decoration: underline;  
}
ul#Fussmenu a:focus {}
ul#Fussmenu a:active {}

ul#Fussmenu li.active {
  font-weight: bold;
}

ul#Fussmenu li.active a:hover{
  text-decoration: none;  
}


