/* colors: black #000, red #c30, orange #f60, yellow #f93 */
@media all {
	html { background: url(back3.jpg) no-repeat center #ffce01 fixed; color: #c30;
		font-family: helvetica, Arial, sans-serif; font-size: 12pt;
		margin: 0px; padding: 0px; }
	body { width: 780px;
		margin: 0px auto; padding: 0px; min-height: 580px; }
	a { color: #c33; } a:hover { color: #000; }
	div#header { margin-top: 15px; height: 125px; }
	div#header img { float: right; }
	div#header h2 { color: #000; font-size: 24pt; }
	div#navig { float: left; width: 200px; margin: 0px; padding: 5px;
		color: #fc0; background-color: #c33; font-weight: bold; margin-top: 20px; }
	div#navig h3 { color: #c30; margin:0px; padding: 0px; margin-bottom: 10px; }
	div#navig ul { margin: 0px; padding: 0px; list-style-type: none; width: 200px; margin-top: 20px; }
	div#navig li { display: inline; }
	div#navig li a { display: block; color: #fc0; text-decoration: none; }
	div#navig li a:hover { color: #000; border-right: solid 16px #000; }
	div#navig hr { background-color: #fc0; color: #fc0; border: solid 0px;
		height: 2px; width: 200px; text-align: left; }
	div#navig p.origin { font-size: 8pt; white-space: nowrap;
		border-top: solid 2px #fc0; width: 200px; }
	div#navig a.editlink  { color: #fc0; text-decoration: none; cursor: default; }
	div#navig a.editlink:hover { color: #fc0; }
	div#contents { margin-left: 220px; margin-bottom: 20px; color: #000; }
	div#contents hr { background-color: #c30; color: #c30; border: solid 0px; height: 3px; }
	div#contents table { margin-bottom: 10px; }
	div#contents .bildLinks, div#contents .bildRechts { height: 133px; }
	div#contents .bildRechts { text-align: right; }
	div#contents .bildLinks img { float: left; margin-right: 10px; }
	div#contents .bildRechts img {float: right; margin-left: 10px; }
	div#contents span.nobr { white-space: nowrap; }
	div#contents span.bold { font-weight: bold; }
	div#contents h5 { margin-bottom: -10px; }
	textarea { background-color: transparent; color: #c33; border: solid 1px; }
	input { background-color: #c33; color: #000; border: solid 0px; margin: 5px; }
} @media print {
}

