/* Standards */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,img,blockquote,fieldset,input,dl,dt,dd
{ margin: 0px; padding: 0px; font-weight: normal ; }
a, a:visited, a:hover { text-decoration:none; color: #666699; }
img,a img,:link img,:visited img { border:none; }
address { font-style:normal; }

body {
  font-family: verdana, arial;
  font-size: 80%;
  letter-spacing: 0.01em;
  padding: 1em; /* Innenabstand für ALLE Layout-Boxen gleich, einzeln nicht in allen Browsern zu machen! */
  background-color: #767676;
  min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
}

/* Formatierung der 5+1 Layout-Boxen */ 
.header {
  height: 8em;
  margin: 0 0 0 0; 
  padding: 0.5em;
  border-top: 1px solid #CDCDCD;
  border-right: 1px solid #CDCDCD;
  border-left: 1px solid #CDCDCD; 
  background-color: #FFFFFF;
}

.header img {
  float: left;
}
.header h1 {
  margin: 0.25em 0 0 0em;
  font-family: Georgia, serif;
  letter-spacing: 0.05em;
  font-size: 3em;
}

.header h2 {
  margin: 0.5em 0 0 0em;
  font-family: Georgia, serif;
  font-size: 1em;
}

.menu {
  height: 3em;
  margin: 0em 0em 1em 0em;
  padding: 0.3em;
  border-bottom: 1px solid #CDCDCD;
  border-right: 1px solid #CDCDCD;
  border-left: 1px solid #CDCDCD;
  background-color: #FFFFFF;
}

.menu p#menu1 {
  margin: 0 0 0 1em;
  float: left;
  text-align: left;
  line-height: 1.6em;
  color: #666699;
  font-family: Georgia, serif;
  font-size: 1em;
}

.menu p#menu2 {
  margin: 0 1em 0 0;
  float: right;
  text-align: left;
  line-height: 1.6em;
  color: #666699;
  font-family: Georgia, serif;
  font-size: 1em;
}

.menu a {
  color: #333333;
}

.navi {
  float: left;
  width: 17em;
  margin: 0 0 1em 0;  
  border: 1px solid #CDCDCD;
  background-color: #FFFFFF;
}

.navi h1 {
  margin: 0.5em 0em 0.5em 0em;
  text-align: center;
  color: #666699;
  font-family: Georgia, serif;
  font-size: 1.4em;
  font-weight: normal;
}

.navi ul {
  list-style-type: none;
}

.navi li {
  background-color: #EEEEEE;
  border: 1px dotted #CDCDCD;
  margin: 0.5em 0.5em 0.5em 0.5em;
  padding: 0.5em 0.5em 0.5em 0.5em;
  color: #666699;
}

.info {
  float: right;
  margin: 0 0 1em 0;
  width: 150px;
  border: 1px solid #CDCDCD;
  background-color: #FFFFFF;
}
 
.content {  /* ohne Breitenangabe = besserer Boxenabstand! */
  margin: 0 0 0 18em;
  padding: 0em 1em;
  border: 1px solid #CDCDCD;
  background-color: #FFFFFF;
}
.content p {
  margin: 1em 0 1em 0;
  font-family: arial, sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.4em;
}

.content p#toptitle {
  color: #333333;
  text-align: center;
  margin: 1em 0 1em 0;
  font-family: Georgia, serif;
  font-size: 1.2em;
  letter-spacing: 0.02em;
  line-height: 1.4em;
}

.content p#seitennav {
  color: #333333;
  text-align: center;
  vertical-align: middle;
  margin: 2em 0 1em 0;
  font-family: Georgia, serif;
  font-size: 1em;
  letter-spacing: 0.02em;
}

.content p#seitennav a {
  color: #333333;
}


.content img#left {
   float: left;
   margin-top: 15px;
   margin-right: 15px;
   margin-bottom: 5px;
   margin-left: 15px;
}

.content img#right {
   float: right;
   margin-top: 15px;
   margin-right: 15px;
   margin-bottom: 5px;
   margin-left: 15px;
}

.content h2 {
  text-align: center;
  margin: 0.2em 0 0.3em 0;
  color: #666699;
  font-family: Georgia, serif;
  font-size: 3em;
}

.content h3 {
  margin: 1.2em 0 0.3em 0;
  color: #666699;
  font-family: Georgia, serif;
  font-size: 1.5em;
}

.content p#name {
  margin: 1em 0 2em 0;
  text-align: center;
  font-style: italic;
  
}

.content p#intro {
  font-weight: bold;
}

.content p#text {
  text-align: justify;
  text-indent: 1em;
}
.content ul {
  margin: 1em 1em 1em 2em;
  font-family: arial, sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.4em;
}
.content li {
  margin: 1em 1em 1em 2em;
  font-family: arial, sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.4em;
  list-style-type: none;
}

.footer {
  margin: 1em 0 0 0;
  padding: 1em 0em 1em 0em;
  clear: both;
  font-size: 0.9em;
  text-align: center;
  color: #666666;
  width: 100%;
  border: 1px solid #CDCDCD;
  background-color: #FFFFFF;
}


