/* background color */
body  {
	background					: #000000;
	color						: #ffffff;
	scrollbar-base-color		: gold;
    scrollbar-track-color		: gold;
    scrollbar-face-color		: orange;
    scrollbar-highlight-color	: beige;
    scrollbar-3d-light-color	: white;
    scrollbar-dark-shadow-color	: black;
    scrollbar-shadow-color		: dimgray;
    scrollbar-arrow-color		: dimgray;
}

/* standard font */
p  {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 10pt;
	color			: #ffffff;
	width			: 100%;
	filter			: Shadow(color=#000000, direction=135);
}

/* standard font */
ul  {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 10pt;
	color			: #ffffff;
	list-style      : outside;
	filter			: Shadow(color=#000000, direction=135);
}

/* standard font */
h1  {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 16pt;
	color			: #ffffff;
	width			: 100%;
	font-weight     : bold;
	filter			: Shadow(color=#000000, direction=135);
	text-align		: center;
}

/* standard font */
td  {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 10pt;
	color			: #ffffff;
	filter			: Shadow(color=#000000, direction=135);
}

/* standard font */
td.noshadow  {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 10pt;
	color			: #000000;
	filter			: null;
}

/* link color */
a:link  {
	text-decoration : underline;
	color : #FFFF00;
}

/* visited links color */
a:visited  {
	text-decoration : underline;
	color : #FFFF00;
}

/* active links color */
a:active  {
	text-decoration : underline;
	color : #FFFF00;
}

/* active link hover */
a:hover {
	color			: rgb(255,255,255);
}

/* Menü */
#divCont {
	position	: absolute;
	z-index		: 1;
	left		: 60px;
	top			: 78px;
	height		: 800px;
/*  height		: 378; */
	width		: 229px;
	visibility	: hidden;
}

/* Menü Titel Ebene */
.clTop {
	position:absolute;
	z-index:1;
	width:170px;
	line-height:10px;
}

/* Menü Einträge Ebene */
.clSub   {
	position:absolute;
	z-index:1;
	left:16px;
	top:10px;
	width:170px;
	line-height:10px;
}

/*** This sets the style for the links inside the menu. ***/
#divCont .clTop a {
	color           : #FFFF00;
	font-family     : verdana,arial,helvetica,sans-serif;
	font-size       : 12px;
	font-weight     : bold;
	text-decoration : none;
	width			: 100%;
	filter			: Shadow(color=#000000, direction=135);
}

#divCont .clTop a:hover {
	color			: rgb(255,255,255);
	text-decoration	: none;
	width			: 100%;
	filter			: Shadow(color=#000000, direction=135);
}

#divCont .clTop .clSub a {
	color           : #FFCC00;
	font-family     : verdana,arial,helvetica,sans-serif;
	font-size       : 12px;
	font-weight     : bold;
	text-decoration : none;
	width			: 100%;
	filter			: Shadow(color=#000000, direction=135);
}

#divCont .clTop .clSub a:hover {
	color			: rgb(255,255,255);
	text-decoration	: none;
	width			: 100%;
	filter			: Shadow(color=#000000, direction=135);
}

