h1 { font-size: 150%; 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: #FF9B00; text-decoration:none; font-weight:bold; padding:5px;}

a:visited { color: #FF9B00; text-decoration:none; font-weight:bold; padding:5px;}

a:active { color: #FF9B00; background-color:#672020; text-decoration:none; font-weight:bold; padding:5px;}


body { 
  background-color: #ACACAC;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: small;
  }

#wrapper {
  width: 900px;
  position:absolute; top:0; left:0px;
  Margin-left: 15px;
  }

#Head {
  margin-top: 20px;
  Margin-left:250px;
  }

#Navigation {
  margin-top: 0px;
  padding:5px;
  background-color:#DCDCDC;
  color:#868583;
  font-size: small;
  font:bold;
  }


#Navigation a:active {
  color: #868583; 
  background-color:#ffcc66; 
  text-decoration:none; 
  font-weight:bold; 
  padding:5px;
  }


#Inhalt {
  margin-top: 30px;
  padding:20px;
  padding-right: 220px;
  background-color:#FF9A00;
  }

#Inhalt a:link { color: black; text-decoration:none; font-weight:bold;}
#Inhalt a:visited { color: black; text-decoration:none; font-weight:bold;}
#Inhalt a:active { color: black; text-decoration:none; font-weight:bold;}

#Bilder {
  margin-top: 17px;
  padding:20px;
  padding-right: 20px;
  background-color:#FFFFFF;
  border:2px solid #006699;
  text-align:center;
  }

#Bild_rechts {
  position:absolute; top:180px; left:710;
  }

#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:20px; left:10px;
  }

#Sprache {
  display: none; 
  position:absolute; top:160px; left:35px;
  }

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
	============================ */


