* {
  margin: 0px;
  padding: 0px;
}

/* überflüssig ... erzeugt IE 7 Bug
div, span, input, td, th, li, a {
  font-size: inherit;
  color: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-family: inherit;
  text-decoration: inherit;
}
*/

/* Workaround für den IE6-Peek-a-Boo-Bug */
* { zoom: 1; }

body {
  background-color: #999;
  font-family: arial;
  font-size: 12px;
  padding-bottom: 50px;
}

img {
  border: 0px;
}


#rahmenunten {
  width: 977px;
  background-image: url(/intern/pics/schatten-unten.gif);
  padding-bottom: 7px;
  background-position: bottom right;
  margin: auto;
}

#rahmenlinks {
  border-left: 2px solid #555;
  background-image: url(/intern/pics/verlauf-links.gif);
  background-repeat: repeat-x;
  background-color: #999;
  padding-left: 10px;
}

#rahmenrechts {
  background-image: url(/intern/pics/schatten-rechts.gif);
  background-position: right;
  padding-right: 7px;
}

#container {
  background-color: #fff;
  padding-bottom: 50px;
}

#head {
  position: relative;
  height: 237px;
  margin-bottom: 10px;
}

#logo {
  position: absolute;
  left: -5px;
  top: 10px;
}

#metanav {
  position: absolute;
  bottom: 7px;
  right: 7px;
  color: white;
  font-size: 13px;
  font-weight: bold;
}

#metanav a {
  color: white;
  padding: 0px 5px;
}

#metanav a:hover {
  color: #fc0;
  text-decoration: none;
}

#rahmen_oben {
  background-image: url(/intern/pics/rahmen-zweispaltig-oben.gif);
  height: 13px;
  font-size: 0px;
}

#rahmen_mitte {
  background-image: url(/intern/pics/rahmen-zweispaltig-mitte.gif);
  padding-bottom: 50px;
}

#rahmen_unten {
  background-image: url(/intern/pics/rahmen-zweispaltig-unten.gif);
  height: 13px;
  color: #555;
  font-size: 11px;
  line-height: 11px;
  padding-left: 260px;
  padding-right: 10px;
}

#rahmen_unten a, #rahmen_unten a:hover {
  color: #555;
}

#links {
  float: left;
  width: 230px;
}

#rechts {
  text-align: right;
  float: right;
  display: none; /* wird von dreispaltig.css eingeblendet */
}

#rechts .absatz {
  text-align: left;
  margin: 10px;
}

#content {
  margin-left: 260px;
  margin-right: 30px;
}

#links li {
  list-style-type: none;
  *margin-top: -2px; /* Einer kann mal wieder nicht richtig rechnen, ratet wer >.< */
}

#links li a {
  display: block;
  height: 12px;
  line-height: 12px;
  padding: 10px;
  background-color: #666;
  color: white;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 1px;
}

#links li a { padding-left: 30px; }
#links li li a { padding-left: 40px; }
#links li li li a { padding-left: 50px; }

#links a.active {
  background-color: #e3272d;
}

#links a.pfeil_rechts {
  background-image: url(/intern/pics/pfeil-rechts.gif);
  background-repeat: no-repeat;
}

#links a.pfeil_runter {
  background-image: url(/intern/pics/pfeil-runter.gif);
  background-repeat: no-repeat;
}

#links li a.pfeil_rechts { background-position: 12px 8px; }
#links li a.pfeil_runter { background-position: 8px 12px; }
#links li li a.pfeil_rechts { background-position: 22px 8px; }
#links li li a.pfeil_runter { background-position: 18px 12px; }
#links li li li a.pfeil_rechts { background-position: 32px 8px; }
#links li li li a.pfeil_runter { background-position: 28px 12px; }

#links a:hover {
  text-decoration: none;
  color: #fc0;
}

h1, h2, h3, h4, h5 {
  color: #e3272d;
  padding-bottom: 10px;
  font-weight: normal;
}

h1 {
  font-size: 22px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 14px;
}

a {
  text-decoration: none;
  color: #e3272d;
}

a:hover {
  text-decoration: underline;
}

.absatz {
  zoom: 1;
}

.trennlinie {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e3272d;
  margin-right: 20px;
}

th {
  text-align: left;
  font-weight: bold;
}

td, th {
  padding: 0px 2px;
}

#bestellung table td {
  height: 25px;
}

input, textarea {
  padding: 1px 2px;
}

.button {
  padding: 5px 20px;
}

#content ul {
    margin-left: 19px;

}



#message-border {
  padding: 5px;
  border: 1px solid #555;
  margin-bottom: 5px;
}

.message {
  margin-bottom: 10px;
}

.message .date {
  float: right;
  margin-right: 3px;
}

.message .head {
  background-color: #c8c8c8;
  padding: 3px;
  padding-left: 5px;
  height: 12px;
  line-height: 12px;
}

.message .body {
  padding: 3px;
  padding-left: 20px;
}

.message .body a {
  float: right;
  margin-right: 3px;
  margin-left: 10px;
  margin-bottom: 10px;
}

.togglelink {
  display: block;
  color: black;
  background-image: url(/intern/pics/mehr_pfeil.gif);
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 20px;
  cursor: hand;
}

.togglelink.open {
  background-image: url(/intern/pics/weniger_pfeil.gif);
}

.error {
  font-weight: bold;
  color: #a00;
  text-align: center;
  margin: 10px 0px;
  padding: 5px 0px;
  border-top: 1px solid #a00;
  border-bottom: 1px solid #a00;
}

.success {
  font-weight: bold;
  color: #070;
  text-align: center;
  margin: 10px 0px;
  padding: 5px 0px;
  border-top: 1px solid #070;
  border-bottom: 1px solid #070;
}

.red {
color: red;
}