@import url(code.css);

.wiki ul li {
	list-style-image: url(../list_bullet.png);
	line-height: 1.6em;
}

.wiki :link, .wiki :visited {
	text-decoration: underline;
}

.wiki-toc ul li {
	list-style-image: none;
}

.wiki-toc ul li :link, .wiki-toc ul li :visited {
	text-decoration: none;
}

.wiki-toc ul li :hover {
	text-decoration: underline;
}

/* Styles for the page editing form */
#edit #rows { float: right; font-size: 80% }
#edit #rows select { font-size: 90% }
#edit #text { clear: both; width: 100% }
#edit .wikitoolbar { float: left; }
#changeinfo { padding: .5em }
#changeinfo .field { float: left; margin: 0 1em .5em 0 }
#changeinfo br { clear: left }
#changeinfo .options { padding: 0 0 1em 1em }
#changeinfo .options, #changeinfo .buttons { clear: left }
#delete { margin-left: 6em }
#preview {
 background: #f4f4f4 url(../draft.png);
 margin: 1em 0 2em;
 overflow: auto;
}

/* Diff view */
#overview .multi { color: #999 }
#overview .ipnr { color: #999; font-size: 80% }
#overview .comment { padding: 1em 0 0 }

/* Heading anchors */
.anchor:link, .anchor:visited {
 border: none;
 color: #d7d7d7;
 font-size: .8em;
 vertical-align: text-top;
 visibility: hidden;
 text-decoration: none;
}
h1:hover .anchor, h2:hover .anchor, h3:hover .anchor,
h4:hover .anchor, h5:hover .anchor, h6:hover .anchor {
 visibility: visible;
}

/* Styles for the page history table
   (extends the styles for "table.listing") */
#wikihist td { padding: 0 .5em }
#wikihist td.date, #wikihist td.diff, #wikihist td.version,
#wikihist td.author {
 white-space: nowrap;
}
#wikihist td.version { text-align: center }
#wikihist td.comment { width: 100% }

/* Styles for the TracGuideToc wikimacro */
/*.wiki-toc {
 padding: .5em 1em;
 margin: 0 0 2em 1em;
 float: right;
 border: 1px outset #ddc;
 background: #ffd;
 font-size: 85%;
 position: relative;
}
.wiki-toc h4 { font-size: 12px; margin: 0 }
.wiki-toc ul, .wiki-toc ol { list-style: none; padding: 0; margin: 0 }
.wiki-toc ul ul, .wiki-toc ol ol { padding-left: 1.2em }
.wiki-toc li { margin: 0; padding: 0 }
.wiki-toc .active { background: #ff9; position: relative; }*/

.wiki-toc {
	margin: 0 0 1em 2em;
	float: right;
	background: #eef7b9;
	padding: 1em 0;
	border: 1px solid #9bb21b;
}

.wiki-toc h4 {
	font-size: 1em;
	margin: 0;
	padding: 0 2em 1em 2em;
	border-bottom: 1px dotted #9bb21b;
}

.wiki-toc ul, .wiki-toc ol {
	list-style: none;
	padding: 1em 0 0 0;
	margin: 0
}

.wiki-toc ul ul, .wiki-toc ol ol { padding-left: 1.2em }
.wiki-toc li { margin: 0; padding: 0; display: block;}
.wiki-toc li a { line-height: 2em; padding: 0 2em; display: block; background: url(../pfeil.png) no-repeat 0.6em center;}
.wiki-toc li a:hover { background-color: #f9fde0; text-decoration: none; }
.wiki-toc .active a { color: black; }

