/*

// PMWiki Flossmann Skin
// Author: Bernd Flossmann philspass@gmail.com
// URL: http://www.flossmann.de
// Bearbeitung von von Concrete Avenue Menu Wordpress Theme http://www.webfunk.de/
*/

body {
    margin: 0px; padding: 0px; 
	background-color: #5E6B6E;
	background-image: url(image/back.jpg);
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
    line-height: 17px;
}

table { border-collapse: collapse; margin: 12px auto; }
table tr td { padding: 4px 6px; vertical-align: top; }
form { margin: 0px; padding: 0px; }
hr { border: none; height: 1px; background-color: #ccc; color: #ccc; width: 100%; }
p { margin: 0px; padding: 0px; }

ul { margin: 0px 24px; padding: 0px; list-style: disc outside; }
ul ul { margin-top: 0px; padding-top: 0px; list-style: circle outside; }
ul ul ul { margin-top: 0px; padding-top: 0px; list-style: square outside; }

a { text-decoration:none; color: #00f; }
a:visited { text-decoration:none; color: #00f; }
a:hover { text-decoration:underline; color: #00f; }
a:active { color: #00f; }

.vspace { margin: 4px; }
p.vspace { padding: 3px; }
.content-mat { padding: 14px 15px 10px 25px; margin: auto; background: none; }
.clearer{ clear: both; display: block;  margin: 0px; padding: 0px; height: 0px; line-height: 1px; font-size: 0px; }
.borderless-table tr td { border: none }

#header { width: 900px; height: 200px; margin: 0px auto 0px auto; text-align: left;}
#header #page-title { color: #666; font: 9pt Arial; font-weight: bold; padding: 170px 90px 8px 0px; } 
#header #page-subtitle { color: #666; font: 9pt Arial; font-weight: bold; padding: 170px 8px 0px 35px; }
#header a { color: #666; }
#header {background: url(image/repeater.jpg) no-repeat top center;}

#main { 
    width: 900px; margin: 0px auto; 
    background: url(image/repeater.jpg) repeat-y top center; 

}

#main h1 { font-size: 12pt; margin: 0px; padding: 0px; }
#main h2 { font-size: 11pt; margin: 0px; padding: 0px; }
#main h3 { font-size: 10pt; margin: 0px; padding: 0px; }
#main h4 { font-size:  9pt; margin: 0px; padding: 0px; }
#main h5 { font-size:  9pt; font-style: italic; margin: 0px; padding: 0px; }

#content {
	position: relative; 
	float: left; 
	width: 820px;  
	text-align: left; 
	min-height: 400px;
}

#wikitext {
	float: left;
    clear: left;
	width: 600px;
	padding-right: 20px;
	padding-left: 20px;
}

#sidebar .wikilink { color: #666; }
#sidebar .urllink { color: #666 }
#sidebar .selflink { color: #666; }

#sidebar {
	float: right;
	width: 155px;
	margin: 0px;
	padding-left: 10px;

}

#footer {
    background: url(image/footer.jpg) no-repeat top center; 
    width: 900px; height: 40px;
    margin: 0px auto; padding: 0px 0px 8px 0px;
}

#copyright { margin: 0px 20px 0px 50px; padding: 2px 0px;  #ccc; font-size: 8pt; }

#menubar {  margin: 0px 11px 0px 0px; padding: 0px 0px 0px 0px;
    text-align: right;
    font-size: 8pt; 

}

#menubar ul { margin: 0px; padding-top: 20px; }
#menubar ul li { list-style: none; display: inline; text-indent: 0px; text-align: left; padding-right: 8px; }
#menubar a { color: #ccc; }

#text { margin-top: 12px; margin-bottom: 12px; font-family: monospace; }

pre {
	font-size: 9pt;
	background-color: #fffff4;
	border: 1px solid #999;
	line-height: 15px;
}

textarea { 
	margin-top: 12px; 
	margin-bottom: 12px; 
	font-size: 9pt; 
}

.column {
	border: 0px;
	margin: 0px;
}

td.column {
	padding: 0px 10px 0px 10px;
}

.difftype,.difftime,.diffrestore {
    font-size: 8pt;
}

#wikitext a.urllink {
   background: url(image/external.png) center right no-repeat;
   padding-right: 13px;
} 

.lfloat {
	margin: 5px 10px 5px 0;
}

.rfloat {
	margin: 5px 0px 5px 10px;
} 

img.thumbs { border:1px solid #dddddd; margin:2px; padding:4px; vertical-align: middle; }
img.thumbs:hover, table.thumbtable td.thumbtd div.img:hover { border:1px solid red; }
table.thumbtable img.thumbs { border: 0; padding:0; }
table.thumbtable td.thumbtd {  margin:4px; padding:2px;}
table.thumbtable td.thumbtd:hover { border-color:red; }
table.thumbtable { border:1px solid #cccccc; }
table.thumbtable td.thumbtd div.img { border: 1px solid #dddddd; text-align:middle;}
table.thumbtable td.thumbtd div.caption { font-size:.8em; overflow:hidden; padding:0px; line-height:1.1em;}
