/* 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;
}

p.illu {
	font-size: 0.9em;
	font-style: italic;
	margin-top: 3pt;
	margin-bottom: 12pt;
}

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

ol {
    list-style-position: inside;
}

embed {
    margin-right: 5px;
}

#alles {
    width: 750px;
    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: 225px;
}

#navigation {
  position: relative;
  float: left;
  left: 25px;
  height: 30px;
  width: 700px;
  background-color: #000180;
  border-top: 1px solid #FFFFFF;
  font-size: 1.3em;
  line-height: 1.8em;
  color: #FFFFFF;
  padding-top: 5px;
}

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

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

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

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

#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: 700px;
    top: 25px;
    left: 25px;
    right: 25px;
    font-size: 1.2em;
}

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

#fuss {
    color: #FFFFFF;
    font-size: 1.1em;
    line-height: 1.8em;
    text-align: left;
    position: relative;
    float: left;
    background-color: #000180;
    width: 700px;
    height: 26px;
}

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

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

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

