/***********************************************************************
** pmwiki.css
**  Copyright 2004-2006 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: sans-serif;
  background-color: #ffffff;
  margin-left:0px; margin-right:0px; 
  font-size:14px; 
  background-image: url(../../../uploads/verlauf_blau_weiss.jpg);
}

h1, h2, h3, h4, h5 { line-height:1em; }
h1 { font-size:180%; }
h2 { font-size:140%; }
h3 { font-size:120%; }
h4 { font-size:100%; }
h5 { font-size:100%; font-weight:normal; font-style:italic; }

#wikilogo { 
  padding-left:10px; padding-bottom:5px; 
  border-bottom:1px #cccccc solid; 
  font-family:Tahoma,sans-serif; font-size:75%;
  color:#a96a25; 
}

#wikihead { float:right; 
  font-family:Tahoma,sans-serif; font-size:75%;
  color:#a96a25; 
}
#wikihead input { font-size:85%; } 
#wikihead a { text-decoration:underline; color:#5050ff; }
#wikihead a:hover { text-decoration:underline; color:#bbbbff; }

#wikileft { 
  width:160px; 
  border-right:1px #cccccc solid; 
  padding:10px 10px 0 10px;
  font-size: 85%;
  font-family: Tahoma, sans-serif;
}
#wikileft a { text-decoration:none; color:#0000bb; }
#wikileft a:hover { text-decoration:underline; color:#5050ff; }
#wikileft ul { list-style:none; padding:5px; margin:0px; }
#wikileft li { margin-top:4px; }
#wikileft h1, #wikileft h5, .sidehead 
  { font-size:medium; margin-bottom:0px; font-weight:bold; font-style:normal; }
#wikileft h1 a, #wikileft h5 a, .sidehead a 
  { color:#505050; font-weight:bold; font-style:normal; }

#wikicmds { 
  border-top:1px #cccccc solid; 
  font-size:100%; 
  font-family:Tahoma,sans-serif;
  white-space:nowrap; 
}
#wikicmds ul { list-style:none; }
#wikicmds li { display:inline; margin:0px 5px; }
#wikicmds a { text-decoration:underline; color:#5050ff; }
#wikicmds a:hover { text-decoration:underline; color:#bbbbff; }

#wikibody { padding:0px 10px 10px 10px; background-color:#ffffff; 
color:#000088}
#wikibody a { text-decoration:none; color:#5050ff; }
#wikibody a:hover { text-decoration:underline; color:#bbbbff; }
#wikitext { margin-top:1em; line-height:1.33em; }
#wikitext a { text-decoration:none; font-weight:bold; color:#2222bb; }
#wikitext a:hover { text-decoration:underline; color:#5050ff; }

.pagegroup { margin-top:10px; font-size:85%; line-height:2em; }
.pagetitle { margin-top:2px; font-size:180%; line-height:2em; }

#wikifoot { 
  padding-left:191px; 
  border-top:1px #cccccc solid; 
  font-size:80%; 
  font-family:Tahoma,sans-serif;
}
#wikifoot a { text-decoration:underline; color:#5050ff; }
#wikifoot a:hover { text-decoration:underline; color:#bbbbff; }

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

