/***********************************************************************
** print.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 settings are part of the ?action=print skin.  If you want
** to change these settings, create a new print template and set
** $PrintTemplateFmt in the config.php file to point to your new 
** printing skin.
***********************************************************************/
pre{ height:3px; }

#spaltemitte { width:490px;
 padding-right:10px;
}
#spalterechts {width:179px;
 padding-left:8px;
 padding-right:8px;
 background:url(/img/dot1_x.gif); background-repeat:repeat-y;
 font-size:90%;
}
#randrechts { width:1px;
 background:url(/img/dot1_rand.gif); background-repeat:repeat-y;
}

#dot1 { height:12px;
 background:url(/img/dot1_y.gif); background-repeat:repeat-x;
}

#wikiedit textarea { width:1000px; height:700px; }
body { margin-top:18px; margin-left:20px; margin-right:20px;
position:absolute; color: #000000; font-size: 12px; font-family: Verdana, Genova, Arial;}

#wikilogo { border-bottom:4px solid #ffffff; }

#wikihead {
  position:absolute; top:-5px; right:0px;
  text-align:right;
}

body { 
  width:auto;
  background-color:white;
  color:black;
  font-family:arial,verdana,serif,times;
  font-size:13px;
}
.pagetitle {
  font-family:sans-serif,arial;
  font-size:18px;
  font-weight:bold;
  line-height:60px;
}

#printhead { 
  font-family:sans-serif;
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc; 
  margin-bottom:1em; 
}
#printhead h3 { margin-top:2px; margin-bottom:2px; font-size:18px; } 

#printfoot {
  clear:both;
  margin-top:1.5em; 
  border-top:0.01em solid #FF5640; 
  font-size:11px; 
}
.left{ float:left; }
.right{ text-align:right; }

  
a:link { color:#FF5640; font-weight:normal; text-decoration:none; }
a:visited { color:#FF5640; font-weight:normal; text-decoration:none; }
a.wikilink:hover { color: #FF5640; text-decoration:underline; }



