<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*
{
	margin:0 0 0 0;
	padding:0 0 0 0;
	border-width:0;
}

body
{
	background-color: Black;
	color: #AAAAAA;
}

#Header
{
	position:absolute;
	background-color:black;
	left:0px;
	top:0px;
	height:80px;
	width:100%;
	border-bottom-width:2px;
	border-bottom-color:#440000;
	border-bottom-style:solid;
	z-index:10;
	color:#C07030;
	font-weight:normal;
	min-width:750px;
}

#LeftBackground
{
	left:0px;
}

#RightBackground
{
	right:0px;
}

IMG
{
	margin-left:8px;
	margin-right:8px;
}

IMG.Background
{
	margin-left:0px;
	margin-right:0px;
	position:absolute;
	top:0px;
	z-index:0;
}

#Logo
{
	position:absolute;
	top:10px;
	left:10px;
	z-index:1;
}

#Menu
{
	position:absolute;
	left:0px;
	width:100%;
	top:50px;
	font-family:Arial, Helvetica;
}

#Actions
{
	position:absolute;
	left:210px;
	top:5px;
}

.Menu dl
{
	float:left;
	right:auto;
	z-index:100;
	cursor:default;
	margin-left:10px;
}

.Menu dt
{
}

.Menu dd
{
	display:none;
	background-color: Black;
	z-index:100;
	margin-top:5px;
}

.Menu ul li
{
	list-style-type:none;
	margin-left:0px;
	font-size:small;
	margin-bottom:0;	
}

.Menu ul
{
	background-color: Black;
	border-style:solid;
	border-color:#440000;
	border-width:1px;
	z-index:100;
	padding:4px 4px 4px 4px;
}

#Search
{
	position:absolute;
	text-align:right;
	right:0px;
	top:5px;
	padding:0px 4px 0px 4px;
	margin:0px 4px 0px 4px;
}

.Menu a, a:visited
{
	color:#C07030;
	text-decoration:none;
}

.Menu a:hover
{
	color:#FFDF33;
	text-decoration:none;
}

#Main
{
	position:absolute;
	left:0px;
	width:100%;
	top:80px;
	z-index:0;
}

#Content
{
	padding:20px 20px 20px 20px;
	background: Black url(../images/papier.jpg) no-repeat scroll top left;
}

#Footer
{
	background-color: Black;
	padding-top:5px;
	width:100%;
	height:30px;
	border-top-width:1px;
	border-top-color:#440000;
	border-top-style:solid;
	z-index:10;
	text-align:center;
	font-size:smaller;
	font-weight:normal;
	font-family: "Arial Narrow", Arial, Helvetica;
	color:#444;
}</pre></body></html>