/***********************************************************************
 * rightbrain.css
 * Copyright (C) 2004 by Jason Perkins (jason@sim8.com)
 *
 * This file is an addon to 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.
 *
 * This defines the "rightbrain" PmWiki skin. DO NOT EDIT THIS FILE
 * or you will lose changes when upgrading. Instead, copy these files
 * to another name and set $PageSkin='newfilename' in your config.php
 * file. See the PmWiki documentation for details.
 ***********************************************************************/

body {
	position: absolute;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

h3, h4, p, tr, td {
	font-family: Georgia, Serif, arial,helvetica;
}

h1 {
	font-family: Georgia, verdana,arial, helvetica;
	font-size: 20pt;
	color:#007000;
}

h2,h4 {
	font-family: Georgia, verdana,arial, helvetica;
	font-size: 14pt;
	color:#007000;
}

h3 {
	font-family: Georgia, verdana, arial, helvetica;
	font-size: 16pt;
	color:#FAC4AC;
}

a:visited, a:link {
	color: blue;
	text-decoration:none;
}

a:hover {
	color: red;
	text-decoration:underline;
}


p, tr, td {
	font-size:10pt;
}

#layout-container {
	width: 100%;
	height: 100%;
}

#wikileft {
	color:#990000;
	background-color:#CC9966;
	margin-left: 2em;
	width: 12em;
        font-family: arial, helvetica, sans-serif;
        line-height: 100%;
}

#wikileft a {
	color:#330033;
        line-height: 100%;
}

#wikileft a:hover {
	text-decoration:none;
	color:black;
  	background-color: wheat;
        line-height: 100%;
}

#wikileft h1 { 
  margin: 2px; 
  background-color: #996600;
  color:#FFCC99;
  font-size: medium; 
  text-align: center;
  padding: 0.25em 0em 0.25em 0em;
  margin-bottom: 0.25em;
}

#wikileft hr { 
	color: #ccc; 
	max-width: 800px;
}

#wikileft table {
	margin-right: 1em;
}

#wikileft ul, li, p {
	font-size: 9pt;
	margin-left: 0.75em;
	padding-left: 0px;
/*	list-style-type: none; */
        line-height: 100%;
}


#wikileft li {
	margin-top: 0.15em;
}

#wikileft .wikisearch {
	display: inline;
}

#wikileft .wikisearchbox {
	font-size: 8pt;
	width: 10em;
}

#wikileft .wikisearchbutton {
	display: inline;
}

#wikiright {
	/*background-color: #F3F7FF;
	background-image: url(http://buchkritiken.starke-muegge.de/back.jpg);*/
	background-color: #FFFFFF;
	padding: 0em;
	list-style-type: circle;
}

#wikilogo {
	text-align: center;
	margin: 1em 0em 1em 0em;
}

#wikibody {
	margin: 2em 1em 1em 1em; 
	font-size:10pt;
	list-style-type: circle;
	max-width: 800px;
	text-align: justify;

}

#wikibody p,  li {
        font-family: arial, sans-serif;
        line-height: 125%;
        font-size: 12pt;
}

#wikibody tr, td, th {
        font-family: arial, sans-serif;
        line-height: 100%;
        font-size: 10pt;
}

#wikibody h1 {
	margin: 1em 1em 1em 0em;
}

#wikicmds {
	float: right;
	border-bottom: solid 1px #ddd;
	border-left: solid 1px #ddd;
	font-family: sans-serif;
	font-size: 8pt;
	padding: 0.25em 0.5em 0.25em 0.5em;
	color: #999;
}

#wikicmds a {
	color: #999;
	text-decoration: none;
}
	
#pagegroup {
	font-family: sans-serif;
	font-size: 10pt;
	margin: 0.5em 0em 0em 1.0em;
}

#pagetitle {
	font-family: sans-serif;
	font-size: 10pt;
	margin: 0em 0em 0em 0.40em;
	line-height: 0.85em;
}

#wikifoot {
	margin-top: 1em;
	border-top: solid 0.1em #ddd;
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	padding: 0.5em;
	color: #999;
	height: 1.5em;
}

.footnav {
	float: left;
}

.lastmod {
	float: right;
}

#wikifoot a {
	color: #999;
	text-decoration: none;
}

.code-comment {
  color: green;
}

.code-quote {
  color: gray;
  font-style: italic;
}

.code-type1 {
  color: blue;
} 

.code-type2 {
	color: blue;
}

.code-type3 {
  color: maroon;
  font-weight: bold;
}

