@import url('all.css');

h1 {
  margin: 0;
  padding: 0;
  height: 238px;
  background: url('../img/head_left.png') no-repeat right top;
  position: relative;
}
h1 img {
  position: absolute;
  top: 60px;
  left: 30px;
  z-index: 1;
}

#site { min-width: 980px; }
#head {
  position: relative;
  height: 229px;
  background: url('../img/head.jpg') repeat-x;
}
#head blockquote {
  position: absolute;
  top: 55px;
  right: 320px;
  z-index: 2;
}
#head p { margin: 0; padding: 0; }
#head form {
  margin: 0;
  padding: 0;
}
#head fieldset {
  border: 0;
  margin: 0 40px 7px;
  padding: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 45px;
  line-height: 45px;
  z-index: 4;
}
#head input, #head label {
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
#head #suche { border: 1px solid black; padding: 0.1em; }

#nav {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url('../img/nav_bg.png') repeat-x left bottom;
  width: 100%;
  height: 46px;
  z-index: 3;
}
#nav ul {
  margin: 0;
  padding: 0;
  float: left;
  background: url('../img/nav.png') repeat-x;
  height: 45px;
  line-height: 40px;
  list-style: none;
}
#nav li {
  float: left;
  background: url('../img/nav_li.png') no-repeat right top;
}
#nav li#firstnav {
  margin-left: 50px;
}
#nav li#lastnav {
  background: url('../img/lastnav.png') no-repeat;
  width: 100px;
  padding-right: 18px;
}
#nav a {
  display: block;
  padding: 0 15px;
}

#my {
  margin: 0;
  padding: 0 88px 0 0;
  background: url('../img/my_ul.jpg') no-repeat right top;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  list-style: none;
  font-size: 90%;
}
#my li {
  float: left;
  background: url('../img/my_li.png') repeat-x;
  line-height: 36px;
  height: 40px;
}
#my li a {
  background: url('../img/my.png') no-repeat left center;
  padding: 0 0 0 10px;
  margin: 0 0 0 10px;
}

#content {
  padding: 1em 1em 2em;
  margin: 0 240px;
}

#left, #right { margin-top: 1em; font-size: 90%; }
#left {
  float: left;
  margin-left: 10px;
}
#left h3 {
  font-size: 90%;
  color: #2792ba;
}
#right {
  float: right;
  margin-right: 10px;
}
.contentbox1, .contentbox2 {
  width: 202px;
  padding: 10px;
}
.contentbox1 { height: 191px; background: url('../img/contentbox.jpg') no-repeat; }
.contentbox2 { min-height: 250px; background: url('../img/contentbox2.jpg') no-repeat; }

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
