BODY {
	background-image : url(bg.gif);
	background-repeat : no-repeat;
	margin-top : 5px;
	margin-left : 5px;
}

.shadow {
	Filter: Chroma(Color=#BDBDBD)
	Filter: Shadow(Color=#404040, Direction=135)
}

A.menulink {
	font-weight : bold;
	font-variant : small-caps;
	letter-spacing : 3px;
	color : White;
	text-decoration : none;
}

A.menulink:HOVER {
	font-weight : bold;
	font-variant : small-caps;
	letter-spacing : 3px;
	color : #1E90FF;
	text-decoration : none;
}

DIV.bg2 {
	background-image : url(bg2.gif);
	position:absolute;
	width : 90%;
	height : 100%;
	left: 100px;
	top: 100px;
	z-index: 2;
}

DIV.ficlor {
	position:absolute;
	width : 95;
	height : 150;
	left: 10px;
	top: 590px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #0000CD;
	text-align: center;
}

DIV.content {
	position:absolute;
	width : 670px;
	left: 100px;
	top: 130px;
	z-index: 3;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #0000CD;
}

DIV.barchem {
	position:absolute;
	width : 670px;
	left: 390px;
	top: 585px;
	z-index: 3;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #0000CD;
}

DIV.menu {
	position:absolute;
	background-color : Navy;
	width : 765px;
	height : 20px;
	left: 5px;
	top: 80px;
	z-index: 3;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : White;
	border-style : solid;
	border-color : #ADD8E6;
	border-width : thin;
	text-align : center;
	font-weight : bold;
	font-variant : small-caps;
	letter-spacing : 3px;
}

.title {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	color : #0000CD;
	font-weight : bold;
	font-variant : small-caps;
	letter-spacing : 3px;
}

.main {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #0000CD;
}