/***********************************************************************
** screen.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.
***********************************************************************/

/***********************************************************************
** These define the pmwiki "default" skin.  DO NOT EDIT THIS FILE
** DIRECTLY OR YOU MAY LOSE CHANGES WHEN UPGRADING!  If you want to make
** changes to these settings, you can create a custom skin (see the
** README file), or you can use pub/css/local.css to override the 
** settings here.
***********************************************************************/
body { position:absolute; width:720px; font-family:Arial,sans-serif; background-color:#ffffff; background-image:url(hg.gif); font-size:80%;}

#wikilogo { border-bottom:2px solid #B2D8FF; padding-bottom:0.5em;  padding-left:10px;}

#wikihead { 
  position:absolute; top:0px; right:0px;
  font-size:smaller; text-align:right; 
}
#wikihead input { font-size:smaller; }
#wikihead form { margin:0px; }

#wikileft { 
  width:150px; 
  padding-top:0.5em; padding-right:5px; padding-left:10px;
  font-size:smaller; 
  border-right:2px solid #B2D8FF;
 
}
#wikileft h1 { 
  margin:0px; background-color:#eeeeff; 
  font-size:medium; text-align:center;
}
#wikileft hr { color:#B2D8FF; }
#wikileft ul { margin-left:0px; padding-left:6px; list-style-type:none; }

#wikibody { padding-bottom:1em; padding-top:0.5em; }

.pagegroup {font-size:smaller;}
.pagetitle {font-size:xx-large; font-weight:bold; }

#wikititle { float:left; padding-left:10px; border:none; background-color:#ffffff;}
#wikitext { padding-left:10px;}

.category { font-size:smaller; font-style:italic;}
.sieheauch { font-size:smaller; font-style:italic;}


table {border:none}


td td {border:solid #B2D8FF; vertical-align:middle; background-color:#E0F0FF; border-collapse:collapse;}

#wikicmds {
  margin-left:400px; margin-bottom:1.33em; 
  font-size:smaller; text-align:right; 
}
#wikicmds a { display:block; }
#wikicmds { border:none; background-color:#ffffff;}

#wikifoot { clear:both; border-top:2px solid #B2D8FF; font-size:smaller;  padding-left:11px;}

h2,h1 {background-color:#B2D8FF;border:solid #B2D8FF;}
h3 {font-size:medium; background-color:#B2D8FF;border:solid #B2D8FF;}
h4 {font-size:medium; background-color:#E0F0FF; border:solid #E0F0FF;}
h5 {background-color:#E0F0FF; border:solid #E0F0FF;}

#graukasten {background-color:#eeeeee; border:solid #dddddd; }


h1.wikiaction { font-size:150%; margin:0px; }
#wikiedit form { margin:0px; }

a:link { color:#578DCF; text-decoration:underline; }
a:visited { color:#003366; text-decoration:underline; }
a:active { color:#578DCF; text-decoration:none; }

.createlink a:link { color:#EF9742; text-decoration:underline; }
.createlink a:visited { color:#C97727; text-decoration:underline; }
.createlink a:active { color:#EF9742; text-decoration:none; }

.createlinktext a:link { color:#EF9742; text-decoration:underline; }
.createlinktext a:visited { color:#C97727; text-decoration:underline; }
.createlinktext a:active { color:#EF9742; text-decoration:none; }