/*  MoinMoin Default Styles
    Copyright (c) 2000 by Jürgen Hermann
    modifiziert von Ralf Zosel
	mod klaas
    zuletzt geändert: 22.10.2002
*/

body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif; /* war: Times */
	font-size: 10pt; /* war: 12 */
	line-height: 20px; /* neu */
}

/*neu*/

table {
	font-size: 10pt; /* war: 12 */
	line-height: 20px; /* neu */
}

.wiki {
	font-size: 10pt; /* war: 12 */
	line-height: 20px; /* neu */
}
td.headline {
    font-family: Helvetica;
    font-size: 20pt;
    line-height: 29px;
}
h1, h2, h3, h4, h5 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #EF371F;
	padding-left:3pt;
	margin-top:2pt;
	margin-bottom:8pt;
	border-style:none;
	border-width:thin;
	width: 100%;
	text-align : right;
	text-decoration : none;
	text-transform : capitalize;
	color : #10184F;
}
h1 {
    font-size: 18pt;
    line-height: 25px;
}
h2 {
    font-size: 16pt;
    padding-left:6pt;
    line-height: 23px;
}
h3 {
    font-size: 12pt;
    padding-left:9pt;
    line-height: 19px;
}
h4 {
    font-size: 10pt;
    padding-left:12pt;
    line-height: 15px;
}
h5 {
    font-size: 8pt;
    padding-left:15pt;
    line-height: 13px;
}
a:link {
    color: #993306;
}
a:visited {
    color: #BB7733;
}
a.nonexistent {
    font-weight: bold;
    background-color: #F8F8F8;
    color: #FF2222;
}
a.nonexistent:visited {
    background-color: #F8F8F8;
    color: #FF2222;
}
a.external {
    color: #AA6600;
}
dl, ul, ol {
    margin-top: 1pt;
}
tt, pre {
    font-family: Lucida Console,Courier New,Courier,monotype;
    font-size: 10pt;
}
pre.code {
    margin-top: 8pt;
    margin-bottom: 8pt;
    background-color: #FFFFEE;
    white-space:pre;
    border-style:solid;
    border-width:1pt;
    border-color:#999999;
    color:#111111;
    padding:5px;
    width:100%;
}
div.diffold {
    background-color: #FFFF80;
    border-style:none;
    border-width:thin;
    width:100%;
}
div.diffnew {
    background-color: #80FF80;
    border-style:none;
    border-width:thin;
    width:100%;
}
div.message {
    margin-top: 6pt;
    background-color: #E8FFE8;
    border-style:solid;
    border-width:1pt;
    border-color:#999999;
    color:#440000;
    padding:5px;
    width:100%;
}
strong.highlight {
    background-color: #FFBBBB;
/* as usual, NetScape fucks up with innocent CSS
    border-color: #FFAAAA;
    border-style: solid;
    border-width: 1pt;
*/
}
/* begin css for MonthCalendar macro */
/* days without and with pages linked to them */
a.cal-emptyday {
    color: #777777;
    text-align: center;
}
a.cal-usedday {
    font-weight: bold;
    color: #000000;
    text-align: center;
}
/* general stuff: workdays, weekend, today */
td.cal-workday {
    background-color: #DDDDFF;
    text-align: center;
}
td.cal-weekend {
    background-color: #FFDDDD;
    text-align: center;
}
td.cal-today {
    background-color: #CCFFCC;
    border-style: solid;
    border-width: 2pt;
    text-align: center;
}
/* invalid places on the monthly calendar sheet */
td.cal-invalidday {
    background-color: #CCCCCC;
}
/* links to prev/next month/year */
a.cal-link {
    color: #000000;
    text-decoration: none;
}
th.cal-header {
    background-color: #DDBBFF;
    text-align: center;
}

a.navibar {
    text-decoration: none;
}

font.navibar {
    font-family: Arial,Helvetica;
    font-size: 10pt;
}

td.navibar {
    background-color: #E8E8E8;
    vertical-align: middle;
    text-align: right;
    padding: 0px;
}

table.navibar {
    background-color: #C8C8C8;
    border-spacing: 3px;
}

/* end css for MonthCalendar macro */

table.preview {
    background-color:#F8F8F8;
    background-image:url('/wiki/img/draft-light.png');
    border-width: 0     
}

