h1 { font-size: 200%; margin-bottom:6px; margin-top: 1px;font-weight:bold; padding:0;}

h2 { font-size: 130%; margin-bottom:2px; font-weight:bold;}

h3 { font-size: 100%; margin-bottom:1px; font-weight:bold;}

a:link { color: #F6C25A; text-decoration:none; font-weight:bold; padding:5px;}

a:visited { color: #F6C25A; text-decoration:none; font-weight:bold; padding:5px;}

a:active { color: #F6C25A; background-color:#672020; text-decoration:none; font-weight:bold; padding:5px;}


body { 
  background-color: #FFFF99;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: small;
  }

#wrapper {
  width:652px;
  position:absolute; top:0; left:190px;
  Margin-left: 15px;
  }

#Head {
  margin-top: 10px;
  }

#Navigation {
  margin-top: 15px;
  padding:5px;
  background-color:#006699;
  color:#F6C25A;
  font-size: small;
  font:bold;
  }


#Navigation a:active {
  color: #F6C25A; 
  background-color:#672020; 
  text-decoration:none; 
  font-weight:bold; 
  padding:5px;
  }


#Inhalt {
  margin-top: 17px;
  padding:20px;
  padding-right: 150px;
  background-color:#FFFFFF;
  border:2px solid #006699;
  }

#Inhalt a:link { color: blue; text-decoration:none; font-weight:bold;}
#Inhalt a:visited { color: purple; text-decoration:none; font-weight:bold;}
#Inhalt a:active { color: purple; text-decoration:none; font-weight:bold;}

#Termine {
  margin-top: 17px;
  padding:20px;
  padding-right: 10px;
  background-color:#FFFFFF;
  }

#Bilder {
  margin-top: 17px;
  padding:20px;
  padding-right: 20px;
  background-color:#FFFFFF;
  border:2px solid #006699;
  text-align:center;
  }

#Bild_rechts {
  position:absolute; top:300px; left:520;
  }

#Navi_rechts {
  padding-left: 5px;
  position:absolute; top:300px; left:540; width:220px; hight:200px;
  background-color:#006699;
  border:2px solid #006699;
  }

#Logo {
  position:absolute; top:30px; left:10px;
  }

#Sprache {
  display: yes; 
  position:absolute; top:160px; left:60px;
  }

tr {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: small;
  }

/* ============================
   	Das Kontaktformular
	============================ */
form {
  background-color: #FFFF99;
  padding: 20px;
  border: 1px solid #660000;
  }

label { display: block; } 
#absender, textarea {
  width: 300px;
  border: 1px solid #660000;
  margin-bottom: 1em;
  }

textarea { height: 7em; }

input:focus, textarea:focus {
  background-color: #F9E7C2; 
  }
/* ============================
   	Ende Kontaktformular
	============================ */



