* {
  margin: 0;
  padding: 0;
  font-family: tahoma;
  font-size: 13px;
  color: rgb(50,50,50);
}

body {
  background-image: url(bg.gif);
  background-repeat: repeat-y;
  background-color: rgb(232,232,221);
}

a {
  text-decoration: none;
  color: rgb(102,0,0);
}
a:hover {
  text-decoration: underline;
}

ul {
  margin-left: 15px;
}

h2 {
  color: rgb(80,180,170);
  font-size: 1.6em;
  border-bottom: 1px dotted #e4e6dc;
  margin-bottom: 5px;
}

h3 {
  color: rgb(154,171,187);
  font-size: 1.2em;
  margin-bottom: 0px;
}

input, textarea, select {
  border: 1px solid black;
  padding: 1px;
}

#headbox {
  background-color: rgb(154,171,187);
}

#headbox .sub {
  margin-left: 10px;
  width: 923px;
  background-color: rgb(0,0,102);
  background-image: url("header.gif");
  background-position: left center;
  background-repeat: no-repeat;
  padding: 7px 0 10px 10px;
  height: 50px;
  color: white;
  font-family: Monotype Corsiva;
  font-size: 4em;
  cursor: pointer;
}

#headbox .sub h1 {
  visibility: hidden;
}

#mainbox {
  width: 900px;
  margin-top: 30px;
  margin-left: 20px;
  padding-bottom: 30px;
}

#leftbox {
  float: left;
  width: 170px;
  margin-left: 10px;
  border: 0px solid black;
}

#rightbox {
  float: left;
  width: 700px;
}


#bannerbox {
  width: 700px;
  height: 160px;
  margin-bottom: 30px;
  border: 1px solid #e4e6dc;
}

#contentbox {
  float: left;
  width: 490px;
}

#sidebox {
  float: left;
  width: 170px;
  margin-left: 30px;
  padding-left: 5px;
}

#sidebox h3, #sidebox p, #sidebox li {
  font-size: 0.9em;
}

#sidebox p, #sidebox ul {
  margin-bottom: 20px;
}
#sidebox ul {
  list-style-type: circle;
}

#footbox, #footbox a {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 10px;
}

#menubox {
  width: 150px;
  font-family: Arial;
  font-weight: lighter;
}

#menubox a {
  text-decoration: none;
  border-top: 1px solid #e4e6dc;
  padding-top: 2px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: block;
  font-size: 1.4em;
  color: rgb(0,0,153);
}

#menubox a:hover {
  color: white;
  background-color: rgb(154,171,187);
  border-left: 2px solid rgb(80,180,170);
  border-right: 2px solid rgb(80,180,170);
}

#menubox a.active {
  color: white;
  background-color: rgb(80,180,170);
  border-left: 2px solid rgb(154,171,187);
  border-right: 2px solid rgb(154,171,187);
}

#sidebox_left {
  margin-top: 30px;
  width: 150px;
  font-size: 0.9em;
}

#contentbox p {
  margin: 10px 0 20px 0;
  line-height: 1.5em;
}

#contentbox img {
  border: 1px solid rgb(102,0,0);
}

#contentbox ul {
  line-height: 1.5em;
}

.clear {
  clear: both;
}

.referenz-entry { margin-bottom: 25px; margin-top: 10px; }
.referenz-entry img { margin-left: 15px; }
