html { 
 -webkit-text-size-adjust: none; 
}

body {
  font-size: 100.01%;
  font-family: Verdana, Arial, sans-serif;
  background-color: #8EBCED;
  text-align: center;
  margin-top: 8px;
  line-height: 1.2;
}

#container {
  width: 940px;
  height: 600px;
  background-color: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
}

#inhalt {
  position: relative;
  width: 900px;
  height: 580px;
  background: url(../Grafik/bg1.jpg);
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #292929;
  text-align: left;
}

#ueberschrift {
  margin-left: 30px;
  width: 529px;
  height: 109px;
  background: url(../Grafik/bg-ueb.jpg);
}

#flagge1 {
  margin-left: 30px;
  display: block;
}

#flagge2 {
  display: block;
}

#text1 {
  position: absolute;
  left: 246px;
  top: 128px;
  width: 379px;
}

#text2 {
  position: absolute;
  left: 655px;
  top: 18px;
  width: 223px;
  font-size: 0.7em;
  color: #292929;
  font-style: normal;
  text-align: justify;
}

#foto {
  position: absolute;
  left: 246px;
  top: 190px;
  border: 1px solid #292929;
  margin: 0;
  padding: 0;
  display: block;
}

#navi {
  position: absolute;
  left: 188px;
  top: 510px;
  width: 689px;
  padding-top: 5px;
  padding-bottom: 7px;
  background-color: #8EBCED;
  border: 2px solid #292929;
  text-align: center;
}

ul {
  list-style-type: none;
  display:inline;
  padding: 0;
  margin: 0;
}

li {
  display:inline;
}

li a {
  border-left: 2px solid #292929;
  padding-left: 0.6em;
  padding-right: 0.2em;
  text-decoration: underline;
  color: #F3E2B9;
  font-size: 0.8em;
  font-weight: bold;
}

li a.erster {
  border: none;
}

a:link {
  color: #292929;
}

a:visited {
  color: #292929;    
}

a:hover {
  color: #C60000;
}

a:active {
  color: #292929;         
}

h1 {
  font-size: 2.3em;
  color: #292929;
  font-style: italic;
  margin: 0;
  padding-top: 40px;
  padding-left: 51px;
}

h2 {
  font-size: 1.4em;
  color: #292929;
  font-style: normal;
  text-align: center;
  margin: 0;
  padding: 0;
}

h3 {
  font-size: 1.4em;
  color: #292929;
  font-weight: normal;
  text-align: center;
  margin: 0;
  padding: 0;
}

p  {
  margin-top: 32px;
  padding-bottom: 13px;
  border-bottom: 1px solid #292929;
}

#fusslinks {
  margin-top: 5px;
  font-size: 0.8em;
}

