/* This sets the overall frame for the site */
body {
  margin:0px;
  background-color:#f0f0f0;
  font-family:Arial,sans-serif;
}

/* These control the fixed-width text elements of the page */
/* textarea, pre, code { font-size:0.9em; } */
pre, code {
  font-family:'Lucida Console','Andale Mono','Courier New',Courier,monospace;
}
pre {
  line-height:1.2em;
  padding:0.8em;
  border:1px solid #990000;
  background-color:#ffffdd;
}
pre code, code code, pre pre { font-size:100%; }

/* These primarily adjust the size and spacing of heading elements,
** most browsers have atrocious defaults for these. */
h2, h3, h4, h5, h6 { margin-top:0.5em; margin-bottom:0.6em; }
h1, h2, h3, h6 { font-weight:normal; }
h4, h5 { font-weight:bold; }
h1 { font-size:2.0em; margin:0px; line-height:100px; }
h2 { font-size:1.5em; margin-top:1em; line-height:1.3em; text-decoration:underline; }
h3 { font-size:1.2em; text-decoration:underline; }
h4 { font-size:1.07em; }
h5 { font-size:1.0em; }
h6 { font-size:1.0em; }
h1 code, h2 code, h3 code, h4 code { font-size:1em; }

hr {
  height:1px;
  margin:2em 0em 2em 0em;
  border-top:1px solid #990000;
  border-bottom:none;
}

p.vspace {
  margin-top:0.8em;
}

/* The #wikilogo element is the logo from $PageLogoFmt */
#wikilogo {
  position:absolute;
  top:0px;
  left:0px;
  margin:0px;
  padding:0px;
}

/* This controls the rest of the heading (primarily the search box) */
#wikihead {
  height:100px;
  margin:0px;
  padding:0em 1em 0em 250px;
  background-color:#990000;
  color:#ffffff;
  border-bottom:1px #000000 solid;
}
#wikihead a {color:#ffffff;}
#wikihead input { font-size:85%; }

/* These are for the left-sidebar. */
#wikileft {
  width:10em;
  padding:2em 0px 2em 0px;
  border-right:1px #cccccc solid;
}
#wikileft a {
  display:block;
  margin:0px;
  padding:0.6em 0.5em 0.4em 0.5em;
  text-align:right;
  border-top:1px solid #f0f0f0;
  border-bottom:1px solid #f0f0f0;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  text-decoration:none;
  color:#990000;/*#003366;*/
}
#wikileft a.selflink {
  /* "active" entry in SideBar, i.e. the one linking to the current
     page. */
  border-top:1px solid #003366;
  border-bottom:1px solid #003366;
  background-color:#ffffff;
  color:#000000;
}

#wikileft a:link {
/*  color:#003366; border-top:1px solid #f0f0f0; border-bottom:1px solid #f0f0f0; */
} /* für IE */
#wikileft a:visited {
/*  color:#003366; border-top:1px solid #f0f0f0; border-bottom:1px solid #f0f0f0; */
} /* für IE */
#wikileft a:hover {
/*  color:#000000; border-top:1px solid #000000; border-bottom:1px solid #000000;
  background-color:#ffffff;
  font-variant:normal; */
  background-color:#ffffff;
}
#wikileft .vspace { margin-top:1.125em; }

#wikileft ul { list-style:none; padding:0px; margin:0px; }
#wikileft li { margin:0px; padding:0px; }

#wikileft ul li ul li a {font-style:italic; padding-right:2em; font-size:0.9em;}

.sidehead {
  margin:0px; padding:4px 2px 2px 2px;
  font-weight:bold; font-style:normal;
}
.sidehead a
  { color:#505050; font-weight:bold; font-style:normal; }

/* These affect the main content area. */
#wikibody {
  padding:10px 10px 10px 10px; background-color:white;
}

#wikibody li {
  margin:.6em 0em .6em 0em;
}

#wikicmds {
/*  float:right; white-space:nowrap; */
/*  font-size:0.8em; */
}
#wikicmds ul { list-style:none; margin:0px; padding:0px; }
#wikicmds li { display:inline; margin:0px 10px 0px 0px; }
#wikicmds li a { text-decoration:none; color:#666666; border:none; }
#wikicmds li a.createlink { display:none; }
#wikicmds li a:hover { text-decoration:underline; color:blue; }
.pagegroup { margin-top:8px; margin-bottom:2px; }
.wikiaction { margin-top:4px; margin-bottom:4px; }
#wikitext { margin-top:12px; line-height:1.33em; }
#wikitext table { font-size:100%; line-height:1.33em; } /* For MSIE 5.5 */

/* These are for the edit form. */
#wikiedit form { margin:0px; width:100%; }
#wikiedit textarea { width:100%; }
.wikimessage { margin-top:4px; margin-bottom:4px; font-style:italic; }

/* These affect the lines at the very bottom. */
#wikifoot {
  color:#999999;
  padding-left:178px; padding-bottom:4px; border-top:1px #cccccc solid;
  font-size:0.8em;
}

/*
#wikibody img {
  border:1px solid #000000;
}
*/

#wikibody ul {
  list-style-type:circle;
  padding-left:0em;
  margin:0em 0em 0.6em 1.5em;
}

#wikibody ul.toc {
  margin-top:0em;
  margin-bottom:0em;
}

p.kastenrechts {
  float:right;
  width:300px;
  margin:-0.5em 0em .5em 2em;
  padding:0.5em;
  border:1px dotted #000000;
  background-color:#ffffcc;
  font-size:.9em;
}

.undecoratedlinks a {
  text-decoration:none;
  color:#000000;
}

.sourceblocktext {
  font-size:1.2em;
}

/* These affect the printed appearance of the web view (not the separate
** print view) of pages.  The sidebar and action links aren't printed. */
@media print {
  body { width:auto; margin:0px; padding:0.5em; }
  #wikilogo, #wikileft, #wikicmds, .footnav { display:none; }
  #wikifoot { padding:2px; }
}




