* {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
}

html, body {
  height: 100%;
  width: 100%;
}

body { 
  text-align: center;
  overflow-y: scroll;
  font-size: 70%;
}

/* ----------------------------------- Größen */

/* Seitenbreite */
form fieldset,
#main,
#footer address,
#footer .impress {
  width: 800px;
  padding-left: 10px;
  padding-right: 10px;
}

#vcenter {
  margin-bottom: -210px;
}

#main #nav {
  width: 150px;
}

#main #content {
  width: 554px;
}

#main #content li img {
  width: 540px;
  height: 280px;
}

/* ----------------------------------- Hintergründe */

/* weiß */
body {
  background: #fff;
}

/* sehr helles grau */
form input.submit {
  background: #e0e0e0;
}

/* 868789 */
#footer address.harlan span,
#content ul li span.harlan {
  background: #868789;
}

/* sehr dunkles grau */
#footer {
  background: #222;
}

/* grün */
#footer address.meyer span,
#content ul li span.meyer {
  background: #6AAF04;
}

/* ----------------------------------- Schriftfarben */

/* helles grau */
#footer a:hover {
  color: #bbb;
}

/* grau */
form input.empty,
#footer,
#footer a {
  color: #999;
}

/* dunkles grau */
body,
form input,
form input.submit,
#main #nav li a,
#main #content a {
  color: #555;
}

/* sehr dunkles grau */
#main #nav li a:hover,
#main #nav li strong,
#main #content a:hover,
#main #content li a.active {
  color: #222;
}

/* grün */
#main #nav strong {
  color: #6AAF04;
}

/* ----------------------------------- Login */

form {
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  display: block;
}

form fieldset {
  border: none;
  padding: 20px 10px;
  margin: 0 auto;
}

form input {
  border: 1px solid #e0e0e0;
  width: 130px;
  padding: 1px 4px 1px 4px;
  height: 14px;
  display: block;
  float: left;
  margin-right: 5px;
  outline: 0 none !important;
  font-size: 100%;
}

form input:focus {
  border-color: #bbb;
}

form input.submit {
  width: 132px;
  height: 18px;
  padding: 0;
  border-color: #bbb;
}

/* ----------------------------------- Weiteres */

#minheight {
  height: 100%;
  width: 1px;
  float: right;
  margin-top: -4.6em;
  clear: both;
}

#vcenter {
  width: 1px;
  height: 50%;
  float: left;
}

#main {
  clear: left;
  margin: 0 auto;
  padding-top: 50px;
  text-align: left;
}

#main #logo {
  display: block;
  width: 149px;
  height: 30px;
  background: url(../files/logo.jpg) no-repeat;
}

#main #logo img {
  display: none;
}

#wrapper:after,
#main:after,
#footer:after {
  content: "."; 
  display: block; 
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both; 
  visibility: hidden;
}

/* ----------------------------------- Navigation */

#main #nav {
  float: left;
  margin: 5px 50px 10px 0;
}

#main #nav strong {
  display: block;
  margin: 5px 0;
  font-weight: bold;
}

#main #nav li {
  list-style-type: none;
}

#main #nav li.first {
  margin-bottom: 5px;
}

#main #nav li a,
#main #nav li strong {
  display: block;
  text-decoration: none;
  padding: 1px 0;
  margin: 0;
}

/* ----------------------------------- Navigation intern */

.intern #main #nav {
  width: 250px;
}

.intern #main #nav li a {
  display: inline;
}

/* ----------------------------------- Content */

#content {
  float: left;
  margin: -30px 0 10px 0;
  position: relative;
}

#content ul {
  margin-top: 299px;
  padding-left: 5px;
}

#content ul li {
  list-style-type: none;
  border-right: 1px solid #999;
  display: block;
  float: left;
  padding: 0 5px;
}

#content ul li:last-child {
  border-right: 0 none;
}

#content ul li a {
  text-decoration: none;
}

#content ul li a.active {
  font-weight: normal;
}

#content ul li img {
  display: block;
  border: 7px solid #e0e0e0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
}

#content ul li.active img {
  opacity: 1;
  z-index: 5;
}

#content ul li.active a:hover img {
  border-color: #bbb;
}

#content ul li span {
  display: block;
  position: absolute;
  right: 1.5em;
  bottom: 0.2em;
  margin-right: 7px;
  height: 1em;
  width: 1em;
  opacity: 0;
  z-index: 1;
}

#content ul li.active span {
  opacity: 1;
  z-index: 5;
}

#content ul li span.harlan {
  right: 0;
}

/* ----------------------------------- Footer */

#footer {
  text-align: left;
  position: relative;
  min-height: 4.6em;
  clear: both;
}

#f2 {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: #222;
}

#footer address {
  margin: 0 auto;
  font-style: normal;
  line-height: 1em;
  padding-top: 0.3em;
  padding-bottom: 1em;
  vertical-align: middle;
  clear: both;
  display: block;
}

#footer address.meyer {
  margin-top: -1.5em;
  padding-top: 1em;
  padding-bottom: 0.3em;
}

#footer address span {
  width: 1em;
  height: 1em;
  margin: 0em 10px 0 0;
  float: left;
  clear: both;
  display: block;
}

#footer a {
  text-decoration: none;
}

#footer a.impress {
  display: block;
  margin: 0em auto 0 auto;
  text-align: right;
  text-decoration: none;
  outline: 0 none !important;
  line-height: 1em;
  padding-top: 0.5em;
}

#footer div {
  margin: 0em auto 0em auto;
  display: block;
  height: 0px;
  clear: left;
  overflow: hidden;
  line-height: 110%;
}

#footer div p {
  padding-top: 0.5em;
}

/* ----------------------------------- showImpress */

.showImpress #minheight {
  margin-top: -12em;
}

.showImpress #footer {
  min-height: 12em;
}

.showImpress #footer div.impress {
  height: 6.5em;
}
