HTML, BODY, P, DIV, H1, H2, H3, TABLE, TD, TH, IMG, A, UL, LI, IFRAME, FORM, TEXTAREA {
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	background: none;
	font-size: 11px;
	/* line-height: 15px; */
	color: #0a0a0a;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	text-align: left;
	}
BODY {
	background-color: #1D0302;
	/*
	scrollbar-DarkShadow-Color:#001E43; 
	scrollbar-Track-Color:#0052CB; 
	scrollbar-Face-Color:#00285A; 
	scrollbar-Shadow-Color:#333333; 
	scrollbar-Highlight-Color:#00285A; 
	scrollbar-3dLight-Color:#002AA2; 
	scrollbar-Arrow-Color:#0015A2; */
	}

H1 {
	font-size: 14px;
	font-weight: bold;
	margin: 4px 0px 3px 0px;
}
H2 {
	font-size: 14px;
	font-weight: bold;
	margin: 4px 0px 3px 0px;
}
H3 {
	font-size: 12px;
	font-weight: bold;
	margin: 4px 0px 3px 0px;
}

.mainnav {
	height: 349px;
	width: 170px;
}



#mainfloor {
	background: #ffffff url(../images/main/mainfloor.jpg) no-repeat top left; 
	position: absolute;
	z-index: 1;
	top: 146px;
	left: 170px;	
	width: 690px;
	height: 349px;
/* border: 1px solid yellow; 
	padding-left: 15px; */
}
#mainfloorbox {
	position: absolute;
	z-index: 2;
	margin: 15px 0px 0px 28px;
	width: 662px;
	height: 319px;
	overflow: auto;
	/* border: 1px solid #F9D7D7; */
	scrollbar-Face-Color: #AC0803; 		/* #490A03 braun BalkenFarbe */ 
	scrollbar-Track-Color: #F9D7D7; 	/* Hintergrundfarbe */
	scrollbar-Arrow-Color: white;		/* Pfeile */
	scrollbar-3dLight-Color: none; /*#FDF5F7;	/* Licht oben und links aussen */ 
	scrollbar-Highlight-Color: #FDF5F7; 	/* Licht oben und links innen */
	scrollbar-Shadow-Color: none; /*#666666; 	/* Schatten innen */
	scrollbar-DarkShadow-Color: #333333; 	/* Schatten aussen */
	
}

#mainright {
	position: absolute;
	z-index: 0;
	top: 146px;
	height: 349px;
	left: 860px;
}


#mainbottom {
	position: absolute;
	top: 495px;
	z-index: 0;
}

#logo {
	position: absolute;
	top: 399px;
	left: 703px;
	z-index: 2;
}


A, A:active, A:visited, A:link {
	font-size: 11px;
	color: #0a0a0a;
	font-weight: bold;
	text-decoration: none;
}
A:hover {
	color: #0a0a0a;
	text-decoration: underline;
}


.linkgfx { margin-right: 18px; }