@charset "utf-8";

/*------------------------------------------------
name: style.css
last update: 02.10.2009
author: Stefan Benicke
------------------------------------------------*/

* {
  margin: 0;
  padding: 0;
}
body {
  margin-top: 170px;
  margin-bottom: 40px;
  font: 90% tahoma, arial;
  color: #000;
  background: #fff url(img/bg.jpg);
}
#skip, #menu h1, #content h1 {
  position: absolute;
  left: -999em;
}
#wrapper {
  width: 640px;
  margin: 0 auto;
  border: 2px solid #ccc;
  background: #fff;
  position: relative;
  left: 125px;
}
#header h1 {
  position: absolute;
  left: -60px;
  top: -140px;
  z-index: 1;
  width: 702px;
  height: 95px;
  text-indent: -999em;
  font-family: serif;
  font-size: 400%;
  color: #e00;
  background: url(img/title.png) no-repeat;
}
#menu:after {
  content: ".";
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
#menu li {
  list-style: none;
  float: left;
  width: 158px;
  text-align: center;
  border-left: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}
#menu li.biografie {
  width: 160px;
  border-left: none;
}
#menu a {
  display: block;
  padding: 0.5em 0;
  font-family: arial;
  font-size: 65%;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background: #000;
}
#menu a:hover {
  background: #888;
}
#menu li.home {
  position: absolute;
  top: 188px;
  left: -179px;
  z-index: 1;
  float: none;
  width: 66px;
  height: 27px;
  border: none;
}
#menu li.home a {
  padding: 0;
  height: 27px;
  text-indent: -999em;
  background: url(img/home.png) no-repeat;
}
#menu li.home a:hover {
  background: url(img/home.png) no-repeat;
}
#sidebar {
  position: absolute;
  top: -50px;
  left: -290px;
  z-index: 0;
}
#content {
  padding: 0 10px;
}
#content h2 {
  margin: 1em 0;
}
#content p {
  margin: 1em 0;
  line-height: 1.4;
}
#footer {
  position: absolute;
  bottom: -1.8em;
  right: 2px;
  font-size: 80%;
}
#footer, #footer a {
  color: #fff;
}
