/*
 * This file started out as the pmwiki default skin and was modified by 
 * Theron Parlin. additional modification by elektromeier
 * tparlin [at] gmail [dot] com
 * elektromeier [at] swissonline [dot] com
 * http://www.squible.com
 * http://wiki.squible.com
 * http://www.thoughtmechanics.com
 */
body { 
	margin-top: 60px;
	font-family: arial, sans-serif; 
	font-size: smaller;
	background: #000 url("bg.jpg") repeat fixed top;
}
#wrapper {
	width: 750px;
	margin: auto;
	background-color: #fff;
	padding: 10px;
	border-left: 6px solid #000000;
	border-right: 12px solid #000000;
	border-bottom: 12px solid #000000;
	border-top: 6px solid #000000;
}


## Header ############################################################################

/*#headertable {
	border-bottom:2px solid #cccccc;
	background-color:green;
	}*/


.pagetitle { font-size:150%; font-weight:bold; }

#wikilogo {  }

#wikihead { 
  top:50px; right:10px; 
  font-size:smaller; text-align:right;
}
#wikihead input { font-size:smaller; }
#wikihead form { margin:30px; }


## Left Sidebar ############################################################################

#wikileft {
	background-color:yellow;
  	width:150px; 
	padding-top:0.8em;padding-right:6px;  
	border-right:6px solid #cccccc;
	}

#wikileft h1 { 
	margin:5px; background-color:red; color:#FFFFFF;
	font-size:12px;  
	font-weight:bold;
	padding: 5px;
}

#wikileft a { color:black; text-decoration: underline }
#wikileft a.wikilink { color:black; text-decoration: none }
#wikileft a.selflink { color:black; text-decoration: none }
#wikileft a.urllink { color:black; text-decoration: underline }


#wikileft a {
	text-decoration:none;
	
	}


## Left Sidebar ############################################################################
#wikibody { padding-bottom:4em; padding-top:0.5em; }

#wikititle { padding-left:0px; vertical-align:top; }
#wikitext { padding-left:0px; margin-top:0.5em; }

#wikicmds { font-size:smaller; width: 200px; text-align:right; vertical-align:top; }
#wikicmds a { /*display:block;*/ }

#wikifoot { clear:both; border-top:6px solid #cccccc; font-size:smaller; }

h1.wikiaction { font-size:150%; margin:0px; }
#wikiedit form { margin:0px; }
#wikiedit textarea { width:98%; }

/*
 * das hier ist die xxx-farbe:
 */



## wikicmds (wikicommands)
.footnav a 	{
	font-size:110px;
	text-decoration:none;
	text-align:right;
	}



## wikitext ############################################################################
#wikileft { padding  -right:30px; }


