html {
    background: #eee;
}

body {
  background: #eee;
  color: #555;
  margin: 0;
  /*padding: 1%;*/
  min-width: 640px;
  font-size: 100.01%;
  font-family: verdana, arial, sans-serif ;
}

a, a:visited {
  color: #555;
  text-decoration: underline;
}

a:hover {
  color: #bbb;
  text-decoration: none;
  background: #C03;
}

.skip {
  position: absolute;
  margin-left: -999px;
  width: 990px;
}

h1 {
  font-size: 2.7em;
  font-weight: normal;
  line-height: 0.8em;
  padding: 0.6em 0 0.2em 0;
  margin: 0;
}

h2, h3, h4 {
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  color: #C03;
}

h3 {
  text-decoration: underline;
}

img {
  border: none;
}

.fleft {
  float: left;
  margin: 0 1em 0.2em 0;
}

.fright {
  float: right;
  margin: 0 0 0.2em 1em;
  padding: 1px;
}

.imglink a {
  background:none;
  text-align:right;
}

#container {
  font-size: 0.8em;
  max-width: 70em;
  margin: auto;
  padding:20px 100px 0px 100px ;
  border-top: 0px solid #BBB;
  border-bottom: 0px solid #BBB;
  border-left: 1px solid #BBB;
  border-right: 1px solid #BBB;
  background:#FFF;
}

#footer {
  clear: both;
  margin: 0px -101px 0px -101px;
  padding: 30px 0px 30px 0px;
  text-align: center;
  font-size: 0.85em;
  background-color: #eee;
  border-top: 1px solid #bbb;
}
#footer a, a:visited {
  text-decoration: underline;
}

#footer a:hover {
  color: #bbb;
  text-decoration: none;
  background: #C03;
}

#footer img {
  border: none;
}

#logo {
  background: url(../img/zemke-logo3.png) 0 0 no-repeat #FFF;
  height: 136px;
  padding: 0;
  text-align: right;
  line-height: 54px;
  font-size: 54px;
  overflow: hidden;
  letter-spacing: -3px;
  margin: 0px;
}

#logo img {
  border: solid 0px #aaa;
  padding: 1px;
  max-width: 95%;
}

#menu {
  background:  #FFF;
  padding: 7px 0px 7px 0px;
  margin: 20px 0px 0px 0px;
  text-align: right;
  color: #C03;
  border-top: solid 2px #bbb;
  border-bottom: solid 2px #bbb;
}

#menu li {
  font-size: 1.2em;
  display: inline;
  list-style-type: none;
  padding: 0 10px 0 15px;
  font-weight: bold;
}

#menu li a {
  color: #555;
  text-decoration: none;
}

#menu li a:hover {
  color: #C03;
  text-decoration: none;
  background: #CCC;
}

/* - Subnavigation, Rechte Spalte - */
#subnav {
  width: 26%;
  min-width: 10em;
  float: right;
  padding: 0px 0em 1em 2%;
  margin: 40px 0px 0px 0px;
  border-left: 1px solid #bbb;
  font-size: 0.9em;
}

#subnav dt {
  font-size: 1.2em;
  font-weight: bold;
  padding: 0.4em;
  border-bottom: 1px solid #bbb;
}

#subnav dd {
  padding-top: 1em;
  margin: 0.3em 0;
}

#subnav img {
  border: 0px;
}

#subnav a, a:visited {
  text-decoration:underline;
}

/* - Der Hauptinhaltsteil - */
#main {
  background:white;
  padding: 20px 31% 0 0px;
  line-height: 1.5em;
  list-style-type: none;
  text-align:justify;
  min-height: 52em;
}

#main .imglink a, a:visited {
  text-decoration:none;
}

#main .imglink a:hover {
  text-decoration:underline;
}

#top {
  text-align: right;
}

/*#main tr {
  text-align:left;
  vertical-align: top;
} */

#main li {
  font-size: 1.2em;
  display: inline;
  list-style-type: none;
  padding: 0 0px 0 5px;
  font-weight: normal;
}