
/*** Globale Einstellungen ***/

body {
  margin: 0 auto;
  background-color: #fff;
  font-family: Verdana, "Lucida Sans", "Lucida Grande", sans-serif;
  font-size: 9pt;
  line-height: 1.5em;
}
h1, h2, h3, h4, h5 { 
  margin: 1em 0 0.5em 0;
  padding: 0;
  color: #334858;
  font-family: Georgia, "Lucida Bright", Palatino, serif; 
  font-weight: normal;
  line-height: 130%;
}
h1 { margin-bottom: 0.8em; font-size: 180%; }
h2 { font-size: 150%; }
h3 { font-size: 130%; }
h4 { font-size: 100%; }
h5 { font-size: 100%; }
p, pre, ul, ol, dl, form { margin-top: 0; margin-bottom: 0.5em; }
code { white-space: nowrap; }
hr { border: none; height: 1px; background-color: #ccc; color: #ccc; width: 100%; }
pre {
  border-top: 1px dashed #666;
  border-bottom: 1px dashed #666;
  padding: 10px;
  background: #f8f7ef;
  font-family: monospace;
  font-size: 9pt;
}
img { border: 0px; }
.first { margin-top: 0; }
.indent { margin-left: 40px; }
.outdent { margin-left: 40px; text-indent: -40px; }

/*** Links ***/

a { text-decoration: none; color: #229; }
a:hover { text-decoration: underline; color: #229; }
a.createlinktext { }
a.createlinktext:hover { text-decoration: none; background: #faa; }
a.createlink { display: none; }

/*** Der Kopfbereich inklusive Logo ***/

#wikilogo {
  position: absolute;
  top: 0; 
  left: 25px;
  z-index: 10;
  border: 4px double #aaa;
  border-top: 0;
  padding: 70px 10px 20px 10px;
  background: #edead5;
}
#wikihead {
  margin: 0;
  border-top: 6px solid #334858;
  padding: 8px 0 8px 220px;
  color: #334858;
  background: #f8f7ef;
  font-family: Georgia, "Lucida Bright", Palatino, serif;
  font-size: 130%;
}
#wikihead ul { list-style: none; margin: 0; padding: 0; }
#wikihead li { display: inline; margin: 0; padding: 0; }
#wikihead li a { text-decoration: none; color: black; margin: 0; padding: 5px 8px; }
#wikihead li a:hover { border-bottom: 3px solid #334858; }
#wikiheadrule { position: relative; z-index: 15; border-bottom: 1px solid #333; }
.pagetitle { margin-top: 0; }

/*** Der gesamte Inhaltsbereich (zweispaltig) ***/

#wikibody {
  position: relative;
  left: 220px;
  width: 55em;
  margin: 0;
  margin-bottom: 3em;
  padding: 0;
}

/*** Die rechte Spalte mit dem Suchfeld und der Gruppennavigation ***/

#wikiright {
  float: right;
  width: 15em;
  font-family: Georgia, "Lucida Bright", Palatino, serif;
}
.wikirightbox {
  margin: 0 0 0 17px;
  border-bottom: 1px dashed #999;
  padding: 20px 3px;
  font-size: 120%;
}
.wikirightbox h1 { 
  font-size: 108.33%; 
  margin-top: 0;
  margin-bottom: 0.3em;
}
.wikirightbox ul { 
  margin: 0; 
  padding: 0; 
  list-style: none; 
}
.wikirightbox form { margin: 0; }
.wikirightbox .editlink {
  margin-bottom: -18px;
  color: #aaa;
  text-align: right;
  font-family: Verdana, "Lucida Sans", "Lucida Grande", sans-serif;
  font-size: 63.33%; 
}
.wikirightbox .editlink a { color: #aaa; }

/*** Die linke Spalte, der eigentliche Seitentext ***/

#wikileft {
  margin: 0 15em 0 0;
  border-right: 1px solid #999;
  padding: 20px 20px 10px 8px;
}
#wikifoot { 
  margin-top: 20px; 
  clear: both; 
  color: #aaa;
  font-size: 76%; 
}
#wikifoot a { color: #aaa; }

/*** Das Bearbeiten-Formular ***/

#wikiedit form { margin:0px; }
#wikiedit textarea { width:98%; }

/*** Die Historien-Ansicht ***/

.diffbox { border-left: 1px #999999 solid; margin-top: 1.33em; }
.diffauthor { font-weight: bold; }
.diffchangesum { font-weight: bold; }
.difftime { 
  background-color: #dddddd; 
  font-family: Verdana, "Lucida Sans", "Lucida Grande", sans-serif; 
  font-size: 76%; 
}
.difftype { 
  font-family: Verdana, "Lucida Sans", "Lucida Grande", sans-serif; 
  font-size: 76%; 
  font-weight: bold; 
}
.diffadd { border-left: 5px #99ff99 solid; padding-left: 5px; }
.diffdel { border-left: 5px #ffff99 solid; padding-left: 5px; }
.diffrestore { 
  margin:1.5em 0px;
  font-family: Verdana, "Lucida Sans", "Lucida Grande", sans-serif; 
  font-size: 76%;  
}
.diffmarkup { font-family: monospace; }  


