body {
  text-align: center;
  margin: 20px 50px 10px 50px;
  font: 12px/17px tahoma, verdana, geneva, helvetica, arial, sans-serif;
  background-color : #202020;
  color: #000000;
}

a:link {
  text-decoration: none;
  color: #000000;
  border-bottom: 1px dotted #C06468;
}

a:visited {
  text-decoration: none;
  color: #000000;
  border-bottom: 1px dotted #202020;
}

a.titel, a.titel:visited {
  border-bottom: none;
  text-decoration: none;
  color:#CCCCCC;
  margin-right: 6px;
}

a.titel:hover {
  color:#FFFFFF;
  border-bottom: 1px dotted #90D088;
}

a.navi {
  float: right;
  border-bottom: 1px dotted #C06468;
  text-decoration: none;
  color:#202020;
  margin-top: 3px;
  margin-right: 6px;
  line-height: 1.2em;
}

img {
  border: none;
}

/*Hauptbereich*/
.boss {
  padding: 3px 10px 3px 10px;
  border: 1px solid #999999;
  background-color: #BAC8CE;
  text-align: left;
}

/*Fusszeile (Datum & Impressum)*/
.lower {
  padding: 0px 2px 0px 2px;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  background-color: #CACACA;
  text-align: right;
}

h5{
  margin-top: 5px;
  margin-bottom: 10-px;
  color: #202020;
  font-size: 1.1em;
  border-bottom: 2px dotted #DEDEDE;
  text-align: left;
}

h1 {
  margin-top: 5px;
  margin-bottom: 10px;
  color: #202020;
  font-size: 1.1em;
  border-bottom: 2px dotted #DEDEDE;
  text-align: left;
}

h2 {
  margin-top: 10px;
  margin-bottom: 2px;
  color: #C06468;
  font-size: 1em;
  text-transform: uppercase;
}

h3 {
  margin-top: 5px;
  margin-bottom: 1px;
  color: #C06468;
  font-size: 1em;
}

h4 {
  margin-top: 10px;
  margin-bottom: 2px;
  color: #C06468;
  font-size: 1.2em;
  text-transform: uppercase;
  }

/*Absätze und Tabellen sind zum Formatieren da (Formulare nicht)*/
p, table, ul, ol {
  margin-top: 0px;
  margin-bottom: 5px;
  border-collapse: collapse;
}

form {
  /*Für IE*/
  margin: 0px;
  /*Ein Formular muss nicht auf eine neue Linie*/
  display: inline;
}

td {
  font: 12px/17px tahoma, verdana, geneva, helvetica, arial, sans-serif;
  padding-right: 7px;
  /*vertical-align: top;*/
}

/*Sonst sind die p's und table's nicht bündig*/
form td {
  padding-left: 0px;
}

th {
  text-align: left;
  font: bold 12px/17px tahoma, verdana, geneva, helvetica, arial, sans-serif;
  background-color: #CAD8DE;
  padding-right: 7px;
}

/*Damit die checkboxen in Gekkos besser aussehen*/
input {
  margin-bottom: 0px;
}

/*Meldungen (=Flash style von RoR)*/
p.message {
  color: red;
}

/*Aufzählung mit einer kleinen Kamera für das Fotoalbum*/
ul.album {
  list-style-image:url(/album/img/kamera.png)
}

/*Aufzählung mit einer kleinen Order für die Dokumentenverwaltung*/
li.folderOpen {
  list-style-image:url(/admin/dokumente/img/folder_open.png);
}
li.folderClosed {
  list-style-image:url(/admin/dokumente/img/folder_closed.png);
}
li.folderClosed + ul {
	/*ul's nach geschlossenen Ordnern ausblenden */
	display: none;
}

/*Aufzählung mit einer kleiner Datei für die Dokumentenverwaltung*/
li.file {
  list-style-image:url(/admin/dokumente/img/file.png);
}

/*Ein etwas kleiner Text für Beschreibungen*/
.smaller {
  font-size: 0.9em;
}