/* GRUNDSTRUKTUR */
body {
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;;
    font-size: 62.5%;
    background-color: #FEFEC7;
    color: #000000;
    text-align: center; /* IE-Hack */
}

* {
    margin: 0;
    padding: 0;
    font-size: 1.0em; /* quasi 10 Pixel */
}

p {
    margin-top: 8px;
}

ul {
    list-style-type: square;
    list-style-position: inside;
}

ol {
    list-style-position: inside;
}

embed {
    margin-right: 5px;
}

#skipNav {position: absolute; left: -9999px;}

.invisible {
    position: absolute;
    left: -1000px;
    top: -1000px;
    width: 0px;
    height: 0px;
    overflow: hidden;
    display: inline;
}

#alles {
    width: 700px;
    border-top: 25px solid #FEFEC7;
    margin: 0 auto; /* Standardkonform */
    text-align: left; /* IE-Hack */
    background-color: #FFFFFF;
}

#kopf {
    position: relative;
    left: 25px;
    top: 25px;
    right: 25px;
    height: 130px;
}

#kopfunterzeile {
  position: relative;
  float: left;
  left: 25px;
  height: 35px;
  width: 470px;
  background-color: #000180;
  border-top: 1px solid #FFFFFF;
}

#suche form {
  position: relative;
  float: right;
  right: 25px;
  height: 100%;
  width: 180px;
  height: 35px;
  background-color: #2790E1;
  border-top: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  text-align: center;
  vertical-align: middle;
}

.eingabefeld {
  height: 1.5em;
  width: 100px;
  margin-top: 10px;
  margin-right: 5px;
  padding: 0px;
  border: 1px solid #FFFFFF;
  background-color: #EFEFEF;
  font-size: 0.8em;
}

.submit {
  height: 2em;
  width: auto;
  padding-left: 2px;
  padding-right: 2px;
  border: 1px solid #000000;
  background-color: #EFEFEF;
  font-size: 0.9em;
  letter-spacing: 1px;
}

#navigation {
  float: left;
  margin-left: 5px;
  border-right: 1px dotted #000180;
  width: 150px;
  line-height: 1.8em;
  font-size: 1.2em;
}

#navigation ul {
  list-style-image: url(/images/menuepunkt.gif);
  list-style-position: inside;
  padding-left: 10px;
}

a, a:active, a:visited, #navigation a, #navigation a:active, #navigation a:visited {
  color: #000180;
  text-decoration: none;
}

a:hover, #navigation a:hover {
  background-color: #FEFEC7;
}

#fuss a, #fuss a:active, #fuss a:visited {
  color: #FFFFFF;
  text-decoration: none;
}

#fuss a:hover {
  text-decoration: underline;
  background-color: #000180;
}

#inhalt {
    position: relative;
    width: 650px;
    top: 25px;
}

#beitrag {
    float: right;
    right: 25px;
    width: 440px;
    font-size: 1.2em;
}

#beitrag img {
    border: 0px;
    margin-left: 8px;
    margin-right: 8px;
}

#fuss {
    color: #FFFFFF;
    font-size: 1.2em;
    line-height: 1.8em;
    text-align: center;
    position: relative;
    float: left;
    background-color: #000180;
    left: 25px;
    width: 650px;
    height: 30px;
}

h1 {
    color: #000180;
    font-size: 1.6em;
    width: 440px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-weight: 800;
}

h2 {
    color: #000180;
    font-size: 1.3em;
    width: 440px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-weight: 800;
    margin-bottom: -12px;
}

.aufraeumen {
    clear: both;
    width: 1px;
    height: 1px;
    font-size: 1px;
}
