/***********************************************************************
** pmwiki.css
**  Copyright 2004-2006 Patrick R. Michaud (pmichaud@pobox.com)
**  Copyright 2006 Hagan Fox
**  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 * * * * * * * * * * * */
body, table {
font-family:			arial ,sans-serif;
font-size:				11px;
}
body {
background-color:		#ffffff; 
background-image:		url('../../../img/bg.jpg');
background-repeat:		no-repeat;
}

/* * * * * * * * * * * * FORM BUTTONS * * * * * * * * * * * */
input {
color:					#666666;
border: 				1px dotted #000000;
font-family:			arial ,sans-serif;
font-size:				11px;
background-color:		#C9D5A7;
}
input:hover {
color:					#000000;
background-color:		#B7E62D;
}

/* * * * * * * * * * * * FORM * * * * * * * * * * * */
.contactform {
font-size:				11px;
padding:				2px;
width:					400px;
color:					#666666;
border:					1px dotted #000000;
background-color:		#ffffff;
}

/* * * * * * * * * * * * NAVIGATION * * * * * * * * * * * */
#wikileft {
position:				absolute;
top:					120px;
left:					30px;
line-height:			17px;
text-transform:			uppercase;
}

#wikileft a {
text-decoration:		none;
border-bottom:			1px dotted #B7E62D;
color:					#666666;
}
#wikileft a:hover {
text-decoration:		none;
color:					#B7E62D;
}


/* * * * * * * * * * * * LOGO * * * * * * * * * * * */
#wikilogo {
position:				absolute;
top:					35px;
left:					30px;
}

#wikilogo a {
color:					#666666;
font-size:				16px;
text-decoration:		none;
}

/* * * * * * * * * * * * CONTENT * * * * * * * * * * * */
/* * * * * * * * * * * * PROJECTTITLE * * * * * * * * * * * */
#projecttitle{
position:				absolute;
top:					35px;
left:					440px;
color:					#000000;
font-size:				16px;
}
/* * * * * * * * * * * * PAGETITLE * * * * * * * * * * * */
.pagetitle {
line-height:0px;
font-size:				14px;
font-weight:			normal;
color:					#B7E62D;
}

/* * * * * * * * * * * * TITEL * * * * * * * * * * * */
#wikibody { 
position:				absolute;
top: 					113px;
left:					440px;
font-size:				11px; 
}
#wikibody a {
color:					#000000;
text-decoration:		none;
border-bottom:			1px dotted;
}

#wikibody a:hover {
color:					#B7E62D;
}
/* * * * * * * * * * * * NORMAL TEXT * * * * * * * * * * * */
#wikitext {
padding-top:			8px;
position:				relative;
left:					0px;
top:					0px;
width:					500px;
margin-top:				11px;
line-height:			22px;
}
#wikitext table { 					  /* For MSIE 5.5 */
line-height:			22px;
}
/* * * * * * * * * * * * STARTSEITE * * * * * * * * * * * */
/* * * * * * * * * * * * ADRESSE * * * * * * * * * * * */

.adresseStart {
color:					#666666;
font-size:				11px;
}
.adresseStart a {
color:					#666666;
text-decoration:		none;
border-bottom:			1px dotted;
}
.adresseStart a:hover {
color:					#000000;
}
/* * * * * * * * * * * * LOGO * * * * * * * * * * * */
.wikilogoStart {
color:					#666666;
font-size:				16px;
}
/* * * * * * * * * * * * TITEL * * * * * * * * * * * */
.projecttitleStart {
color:					#000000;
font-size:				16px;
}
/* * * * * * * * * * * * FOOTER * * * * * * * * * * * */
/* * * * * * * * * * * * FOOTER METANAVIGATION * * * * * * * * * * * */
#footer	table {
width:					500px;
margin-top:				30px;
padding-bottom:			20px;
}

#footer table a {
text-decoration:		none;
text-transform:			uppercase;
border-bottom:			1px dotted #AAC852;
color:					#AAC852;
}
#footer table a:hover {
text-decoration:		none;
color:					#666666;
}

/* * * * * * * * * * * * LAST MODIFICTATION * * * * * * * * * * * */
.lastmod{
color:					#CCCCCC;
text-align:				right;
}
.lastmod a{
color:					#CCCCCC;
text-decoration:		none;
}


/* * * * * * */
/* * * * * * * * * * * * * * * */
/* * * * * * * * * * * * HIDDEN * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* * * * * * * * * * * * 4 EDIT TOOLS * * * * * * * * * * * */
#wikicmds {
float:						right;
white-space:				nowrap; 
font-family:				Verdana,sans-serif;
font-size:					80%; 
display:					none;
}

/* * * * * * * * * * * * SEARCH * * * * * * * * * * * */
#wikihead { 
position:					absolute;
right:						10px;
top:						10px; 
display:					none;
}
#wikihead input { 		
font-size:					85%; 
} 

/* * * * * * * * * * * * FOOTER * * * * * * * * * * * */

#wikifoot {
position:					relative;
border-top:					1px #cccccc solid;
font-family:				Verdana,sans-serif;
font-size:					80%; 
display:					none;
}


/* These control the fixed-width text elements of the page */
pre, code { font-family:'Lucida Console','Andale Mono','Courier New',Courier; }
pre { line-height:1.2em; }
pre code, code code, pre pre { font-size:100%; }

/* These primarily adjust the size and spacing of heading elements,
** most browsers have atrocious defaults for these. */
h1, h2, h3, h4, h5, h6 { margin-top:1.0em; margin-bottom:0.6em; }
h1, h2, h3, h6 { font-weight:normal; }
h4, h5 { font-weight:bold; }
h1 code, h2 code, h3 code, h4 code { font-size:1em; }
h1 { font-size:1.8em; }
h2 { font-size:1.44em; }
h3 { font-size:1.22em; }
h4 { font-size:1.07em; }
h5 { font-size:1.0em; }
h6 { font-size:1.0em; }



.pagegroup { margin-top:8px; margin-bottom:2px; }
.wikiaction { margin-top:4px; margin-bottom:4px; }


/* These are for the edit form. */
#wikiedit form { margin:0px; width:100%; }
#wikiedit textarea { width:100%; }
.wikimessage { margin-top:4px; margin-bottom:4px; font-style:italic; }


/* These affect the printed appearance of the web view (not the separate
** print view) of pages.  The sidebar and action links aren't printed. */
@media print {
  body { width:auto; margin:0px; padding:0.5em; }
  #wikihead, #wikileft, #wikicmds, .footnav { display:none; }
  #wikifoot { padding:2px; }
}
