
body {
  margin: 0;
  margin-bottom: 2em;
  padding: 0;
  background-color: #f0f0f0;
  font-family: "Lucida Grande", "Bitstream Vera Sans", "Verdana";
  font-size: 0.8em;
  color: #333;
}

h1 {
  font-size: 2em;
  color: #000;
}

h3 {
  margin: 0;
  padding: 0;
  padding-top: 3em;
}

img {
  border: none;
}

a {
  color: #03c;
  border: 1px #fff dotted;
  text-decoration: none;
}

a:hover {
  border: 1px #aaa dotted;
  text-decoration: none;
}

#seite {
  width: 70em;
  background-color: #f0f0f0;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
}

#inhalt {
  width: 59.25em;
  padding: 2em;
  float: left;
  background-color: white;
  border: 0.3em solid #aaa;
  border-top: none;
}

#seitenleiste {
  width: 5em;
  float: right;
}

#fusszeile {
  clear: both;
}


#kopfzeile, #hauptinhalt {
  padding-left: 1.5em;
  padding-right: 1.5em;
}


#kopfzeile {
  /*
  background-image: url("images/rails.png");
  background-repeat: no-repeat;
  background-position: top left;
  */
  height: 3em;
}
#kopfzeile h1, #kopfzeile h2 {
  margin: 0;
}
#kopfzeile h2 {
  color: #888;
  font-weight: normal;
  font-size: 1.25em;
}

#hauptinhalt {
  border-top: 0.01em solid #ccc;
  margin-top: 25px;
  padding-top: 15px;
}
#hauptinhalt h1 {
  margin: 0;
  font-size: 1.25em;
  margin-bottom: 1.5em;
}
#hauptinhalt h2 {
  margin: 0;
  font-size: 0.8em;
  font-weight: normal;
  color: #333;
  margin-bottom: 3em;
}
#hauptinhalt ol {
  margin-left: 0;
  padding-left: 0;
}
#hauptinhalt li {
  font-size: 18px;
  color: #888;
  margin-bottom: 25px;
}
#hauptinhalt li h2 {
  margin: 0;
  font-weight: normal;
  font-size: 18px;
  color: #333;
}
#hauptinhalt li p {
  color: #555;
  font-size: 13px;
}

#hauptinhalt dl {
  border: 1px #aaa dotted;
  padding: 3px;
}

#hauptinhalt dl dt {
  font-size: 0.7em;
  font-style: bold;
}

#hauptinhalt dl dd {
  border-bottom: 1px #ccc dashed;
  width: 90%;
}

#hauptinhalt dl dd form input {
  width: 80%;
}

table.stats {
  font-size: 1.25em;
}
table.stats td {
  padding-right: 2em;
  border-bottom: 1px #999 dotted;
}

#seitenleiste ul {
  margin-left: 0;
  padding-left: 0;
}
#seitenleiste ul h3 {
  margin-top: 25px;
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
#seitenleiste li {
  list-style-type: none;
}
#seitenleiste li a {
  text-decoration: none;
}
#seitenleiste ul.links li {
  margin-bottom: 5px;
}

#notiz {
  border: 1px green dotted;
  background: #efe;
  padding: 1em;
  margin-bottom: 0.75em;
  width: 75%;
}

#fehlermeldung {
  border: 1px red dotted;
  background: #fee;
  padding: 1em;
  margin-bottom: 0.75em;
  width: 75%;
}

.list {
 border: 1px #999 dotted;
 width: 100%;
 margin-bottom: 10px;
}
.list th {
 background: #ddd;
 border-bottom: 1px #999 dotted;
}
.list td {
  border-bottom: 1px #999 dashed;
}
.list th.actions {
  width: 2em;
  font-size: 0.7em;
}

.filter {
  float: right;
}

ul.dateiliste {
  list-style: none;
  margin:0;
  padding:0;
}

ul.dateiliste li {
  margin:0;
  padding:0;
}
ul.dateiliste li a {
  font-size: 0.7em;
}
ul.dateiliste li img {
  margin-right: 0.25em;
}

ul.dateiliste li table {
  list-style: none;
  margin:0;
  padding:0 0 0 2em;
}

#logo a {
  float: right;
  margin-top: -1em;
}

.red_underline {
  border: 2px red dotted;
  padding-top: 28px;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
}

.print_overview {
}
.print_overview li {
  margin: 0;
  padding: 0;
}
