<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family: verdane, sans-serif, arial;
	background-color: #FFFFFF;
	border: 0px;
	margin: 0 0 0 0;
	min-width: 820px;
}

#reference {
    border:0; margin:0; width:100%;
    background-color: #c0c0c0;
    text-align:right;
}

#reference a {
    padding: 2px 20px 2px 2px;
	color: #ddd;
	font-family: 'Lora', serif;
	text-shadow: 0 2px 4px rgba(0,0,0, .3);
	text-decoration: none;
}

#reference a:hover {
    padding: 2px 20px 2px 2px;
    color: #ddd;
    font-family: 'Lora', serif;
    text-shadow: 0 2px 4px rgba(0,0,0, .3);
    text-decoration: none;
}


h2.pres {
	margin-bottom: 3px;
}

.pres {
	font-family: 'Lora', serif;
	margin-top: 5px;
	color: #555;
	text-shadow: 0 2px 4px rgba(0,0,0, .3);
}


#nav {
    position:absolute;
    left:0px;
    top:35px;
    margin: 0;
    width: 701px; /* special binzer menu */
}

#nav a {
	font-size: 10pt;
}


h1.mainheader {
	margin: -50px 0 0 40px;
	color: #999;
	font-family: 'Lora', serif;
	font-size: 18pt;
    text-shadow: 0 2px 4px rgba(0,0,0, .3);
}

h4 {
    border-bottom: 2px orange solid;
}

A:link, A:visited  {
	text-decoration: none;
	color:#7F7F7F;
}

A:active, A:hover {
	text-decoration: underline;
	color:#AFAFAF;
}

div.main {
	margin: 4em 8em 4em 4em;
}
	
div.main a {
	color: #8080C0;
}

#titel {
	font-size: 17px;
	color: #8080C0;
}

table.dattable {
	width: 85%;
	}
	
table.dattable th {
	/*background: orange url(images/gradient.png) repeat-x 0 -110px;*/
	text-align: left;
	font-family: 'Lora', serif;
	font-size: 14pt;
	/*color: #eee;*/
	color: #999;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	border-bottom: 2px #999 solid;
}

table.dattable td {
	border-bottom: 1px dotted orange;
}

.shadow {
	-moz-box-shadow: 3px 3px 4px #111;
	-webkit-box-shadow: 3px 3px 4px #111;
	box-shadow: 3px 3px 4px #111;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#111111')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#111111');
}

div.shadow {
	margin: 5px;
	display: inline-block;	
}

table.zoogallery {
	text-align: center;
}
table.zoogallery tr td {
	padding: 7px;		
}

</pre></body></html>