@media all {
	/* colors: #fc0, */
	html { background: url(bg1.png) #000 fixed; color: #ccc;
		font-family: "Courier New", courier, monospace; font-size: 10pt; }
	body { width: 780px; margin: 10px auto; border: solid 0px #fc0; }
	a { color: #fc3; } a:hover { color: #ccc; }
	img { border: none; }
	/* forms */
	textarea, input  { background-color: #333; color: #ccc; border: none;
		font-family: "Courier New", courier, monospace; font-size: 10pt;
		margin-top: 10px; margin-right: 10px; }
	input[type=submit] { color: #fc0; font-weight: bold; border: solid 1px #fc0;
		cursor: hand; }
	textarea { width: 600px; overflow: hidden; }
	form img { margin-top: 10px; margin-right: 10px; vertical-align: top; }
	div#navig input { width: 100%; } div#navig input[type=submit] { display: none; }
	/* navigation */
	// div#navig { float: right; width: 130px; }
	div#navig { position: fixed; top: 20px; padding-left: 650px; }
	div#navig img#logo { width: 123px; margin-bottom: 15px; }
	div#navig ul { margin: 0px 0px 10px; padding: 0px; list-style-type: none; }
	div#navig a#edit { color: #ccc; text-decoration: none; cursor: default; }
	/* content, div#wikitext */
	.pagetitle { margin: 0px; padding; 0px; }
	h1.pagetitle { font-size: 32pt; color: #333; }
	h1.pagetitle:after { content: '$:'; }
	h2.pagetitle { font-size: 24pt; margin-top: -20pt; margin-left: 10pt;
		color: #fc3; margin-bottom: 10px; }
	h2.pagetitle:after { content: '_'; }
	h1 { font-size: 20pt; } h2 { font-size: 16pt; } h3 { font-size: 14pt; }
	#wikitext { width: 630px; }
	#wikitext h1:before { content: '> '; }
	#wikitext dt { font-weight: bold; } #wikitext dd { margin: 0px 24px 16px; }
	#wikitext ul { list-style: url(bullet.png); }
	#wikitext ul li { margin-bottom: 16px; }
	#wikitext pre { border: solid 1px #fc0; background-color: #000; padding: 3px; }
	/* comments */
	div.Kommentar { padding-left: 10px; margin-bottom: 20px; border-left: solid 1px; border-top: solid 1px; }
	div.Ursprung { float: right; padding-right: 5px; }
	/* footer */
	p#footer { clear: both; text-align: right; margin: 0px; padding: 0px;
		position: relative; bottom: 30px; }
} @media print {
}

