/***********************************************************************
** pmwiki.css
**  Copyright 2004 Patrick R. Michaud (pmichaud@pobox.com)
**  This file is part of PmWiki; you can redistribute it and/or modify
**  it under the terms of the GNU General Public License as published
**  by the Free Software Foundation; either version 2 of the License, or
**  (at your option) any later version.  See pmwiki.php for full details.
***********************************************************************/

body {
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  background-color: #000;
  background-image: url(http://www.lechzen.de/pmwiki/pub/grafik/background.gif);
  background-repeat:repeat-x;
  margin: 0px auto;
  font-size: 10pt;
  width: 100%;
}

h1, h2, h3, h4, h5 { line-height: 1em; padding-bottom: 8px; padding-top: 10px; margin: 0;}
h1 { font-size:180%; font-family: Georgia, Times, Palatino, serif; color: #FEE9F6; }
h2 { font-size:150%; font-family: Georgia, Times, Palatino, serif; color: #FEE9F6; }
h3 { font-size:115%; font-family: Georgia, Times, Palatino, serif; color: #FEE9F6; }
h4 { font-size:100%; font-family: Georgia, Times, Palatino, serif; color: #FEE9F6; }
h5 { font-size:100%; font-weight: normal; font-style: italic; font-family: Georgia, Times, Palatino, serif; color: #FEE9F6; }

hr { border: none; height: 1px; background-color: #999999; color: #999999; width: 100%; clear:left;}

pre {
 
  background: #ff9b94;
  border-top: 1px dashed #666;
  border-bottom: 1px dashed #666;
  padding: 10px;
  font-family: monospace;
  font-size: 9pt;
}

.lastmod {
  font-style: italic;
}

#wikilogo {
  padding-left:10px; padding-bottom:5px;
  border-bottom: 1px #ccc solid;
}

#wikihead {
  position:absolute; right:10px; top:10px;
  font-family:Verdana,sans-serif; font-size:85%;
}
#wikihead input { font-size:85%; }

#wikileft {
  position: absolute;
  z-index: 16;
  top: 0; left: 10px;
  width: 155px;
  padding: 275px 5px 10px 10px;
  border-left: 3px solid #E585B0;
  border-right: 3px solid #E585B0;
  border-bottom: 3px solid #E585B0;
  font-size: 9pt;
  background: #52033F;
  background-image: url(http://www.lechzen.de/pmwiki/pub/grafik/leftbar-background-2.jpg);
  background-repeat:repeat-x;
  font-family: Georgia, Times, Palatino, serif;
  color: #EEE; 
}

#wikileft a { text-decoration:none; color: #EEE; }
#wikileft a:hover { text-decoration:underline; color: #EEE; }
#wikileft ul, #wikigroupbar ul { list-style:none; padding:2px 5px 6px 3px; margin:0px; }
#wikileft li, #wikigroupbar li { margin-bottom:5px; font-family: verdana,Tahoma, Arial, Helvetica, sans-serif;}
#wikileft h1, #wikigroupbar h1, #wikileft h5, #wikigroupbar h5, .sidehead
  { font-size: 12pt; margin-bottom:0px; font-weight:bold; font-style:normal; }
#wikileft h1 a, #wikigroupbar h1 a, #wikileft h5 a, #wikigroupbar h5 a, .sidehead a
  { color:#EEE; font-weight:bold; font-style:normal; }

#wikibody {
  position: relative;
  left: 200px;
  width: 610px;
  padding: 0px 0px 10px 0px;
}

#pagetitle {
  margin: 0 0px 0px 35px;
  padding: 20px 10px 0px 15px;
  /* padding: 30px 25px 10px 30px; */
  background: #A23BEC;
}

#pagetitle h1 {
  color: #b00;
}

#wikiruleback {
  position: absolute;
  z-index: 0;
  top: 0; left: 0;
  height: 55px;
  width: 100%;
  background: #7D1B7E;
}

#wikitop {
  position: relative;
  z-index: 2;
  height: 8px;
  width: 100%;
  background: #888;
}

#wikirule {
  position: absolute;
  z-index: 15;
  top: 0; left: 0;
  height: 55px;
  width: 100%;
  border-bottom: 1px solid #52033F;
  background: transparent;
}

#wikikeywords {
  position: relative;
  z-index: 20;
  text-align: center;
  font-size: 14pt;
  padding: 13px;
  margin-right: 2px;
  font-family: Georgia, Times, Palatino, serif;
  text-transform: uppercase;
  color: #FEE9F6;
}
#wikikeywords ul { list-style: none; }
#wikikeywords li { display: inline; margin: 0px 5px; }
#wikikeywords li a { text-decoration: none; color: #222222; }
#wikikeywords li a:hover { text-decoration: none; color: #aa2d39; }

#wikicmds {
  position: relative;
  z-index: 20;
  text-align: center;
  font-size: 9pt;
  padding: 10px;
  margin-right: 20px;
  font-family: Georgia, Times, Palatino, serif;
  text-transform: uppercase;
  color: #334858;
}
#wikicmds ul { list-style: none; }
#wikicmds li { display: inline; margin: 0px 5px; }
#wikicmds li a { text-decoration: none; color: #444444; }
#wikicmds li a:hover { text-decoration: none; color: #aa2d39; }

#wikitext {
  margin: 0 0px 10px 35px;
  padding: 30px 10px 20px 15px;
  /* padding: 30px 25px 10px 30px; */
  line-height: 1.33em;
  background: #959595;
}
#wikitext a { text-decoration: none; font-weight:bold; color: #52033F; }
#wikitext a:hover { text-decoration: underline; font-weight:bold; color: #52033F; }
#wikitext img { float:left; padding: 0 6px 6px 0;}
#wikitext hr { border: none; height: 1px; background-color: #52033F; color: #52033F; width: 100%; }

#wikiright {
  position: absolute;
  top: 55px; left: 835px;
  width: 160px;
  padding: 20px 5px 50px 10px;
  font-family: Georgia, Times, Palatino, serif;
  font-size: 11pt;
  border-left: 2px solid #E585B0;
}

#wikisearch {
  padding-bottom: 4px;
  border-bottom: 1px solid #999;
}

#wikisearchsidebar {
  text-align:center;
  padding-bottom: 4px;
  border-bottom: 1px solid #999;
}

.searchbox {
  background-color:#fffffa;
  width:148px;
}

.wikisearchbutton {
  font-size: 10px;
  color:#808080;
  width: 120px; height: 26px;
  border:0;
  margin: 12px 12px 0 12px;
  background: url(http://www.lechzen.de/pmwiki/pub/grafik/button-suche.gif) left no-repeat;
}

.searchbutton {
  font-size: 10px;
  color:#808080;
  width: 120px; height: 26px;
  border:0;
  margin: 0 12px 0 12px;
  background: url(http://www.lechzen.de/pmwiki/pub/grafik/button-suche.gif) left no-repeat;
}


#wikigroupbar {
  padding: 20px 0 10px 0;
  font-size: 9pt;
  font-family: Georgia, Times, Palatino, serif;
  color:#999;
}

#wikigroupbar a { text-decoration:none; color: #999; }
#wikigroupbar a:hover { text-decoration:underline; color: #999; }

.pagegroup { margin-top:10px; font-size:85%; }
.pagetitle { margin-top:2px; font-size:180%; }

#wikifoot {
  text-align: center;
  font-size: 80%;
  padding-top: 12px;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  color: #999;
}

#wikiedit form { margin:0px; }
#wikiedit textarea { width:98%; }




