/*
 //gymger skin (ag_internet) based on Notsosimple by Julian I. Kamil <julian.kamil@gmail.com> [Source: http://www.madhckr.com/project/PmWiki/SimpleSkin]
*/

body {
    margin: 0px; padding: 0px; 
    background-color: #fff; 
	color: #000;
	text-align: justify;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
    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: 1000px; height: 109px; margin: 10px auto 0px auto; text-align: left; }
#header #page-title { color: #ddd; font: 18pt Arial; font-weight: bold; padding: 20px 8px 8px 30px; }
#header #page-subtitle { color: #b5b5b5; font: 12pt Arial; font-weight: bold; padding: 0px 8px 8px 30px; }
#header a { color: #ddd; }

#main { 
    width: 1000px; margin: 0px auto; 
    background: url(image/Box-Middle.jpg) repeat-y top center; 
    border-bottom: 1px solid transparent;
}

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

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

#wikitext {
	float: left;
	clear: none;
	padding-left: 10px;
	padding-right: 1px;
	width: 730px;

	overflow: auto; //Scrolleiste fuer Text
}

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

#sidebar {
	float: left;
	width: 155px;
	margin: 0px;
	padding-right: 20px;
	border-right: 1px solid #ccc;
}

#footer {
    background: url(image/Box-Bottom.jpg) no-repeat top center; 
    width: 1000px; height: 46px;
    border: 1px none #ccc; 
    margin: 0px auto; padding: 0px 0px 8px 0px;
}

#administrative_functions { margin: 0px 20px 0px 20px; padding: 2px 0px; border-top: 1px solid #ccc; font-size: 7pt; }

#menubar {
    margin: 0px 11px 0px 11px;
    padding: 2px 12px 1px 12px;
    border-bottom: 1px solid #e8e8e8;
    background-color: #e8e8e8;
    text-align: left;
    font-size: 8pt; font-weight: bold;
	border-bottom: 1px solid #ccc;
}

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

#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 15px 5px 0;
}

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

/*
 // zoom_image modifkation
 // definition der kaesten ~ 11.07.08 13:22
*/
#bild {
	width: 695px;
	height: 559px;
	position: absolute;
	float: both;
    clear: both;
    margin-top: 10px;
    top: 10px;
    margin-left: 75px;
    left: 75px;
	padding-left: 1px;
	padding-right: 1px;
	position: fixed;
	display:none;
}
#bildlader {
	width: 680px;
	height:510px;
	background-attachment:scroll;
	background-color: 000000;
}
#schwaerzen
{
 height: 100%;
 width: 100%;
 margin-top:0px;
 margin-left:0px;
 position: fixed;
 float: both;
 clear: both;
}
