html {
	scrollbar-base-color: #5A085A;
	scrollbar-arrow-color: #FF9000;
	scrollbar-shadow-color: #FF9000;
	scrollbar-lightshadow-color: #FF9000; 
	scrollbar-darkshadow-color: #4C0037;
	scrollbar-highlight-color: #FF9000;
	scrollbar-3dlight-color: ;
}

body {
	font-size: xx-small;
	font-family: Verdana,Sans Serif;
	font-style: normal;
	font-weight: normal;
	text-align: left; 
	border:0px;
	margin:0px;
	padding:0px;
	color:#FF9000;
	background-color:#63004A;
	overflow:hidden;
}

.indexrechts {
	background-image: url(../graphics/pixel.gif);
	background-position: left;
	background-repeat: repeat-y;
	background-color: #4C0037;
	}
	
.indexlinks {
	background-image: url(../graphics/pixel.gif);
	background-position:right;
	background-repeat:repeat-y;
	background-color:#4C0037;
	}

div.page {
	position:absolute;
	text-align:center;
}

div.pagemenu {
	z-index:2;
	position:relative;
	overflow:hidden;
	width:800px;
	margin:0px;
	padding:0px;
	border:0px;
}

div.pagecontent {
	z-index:2;
	position:relative;
	overflow:auto;
	width:800px;
	height:100%;
	margin:0px;
	padding:0px;
	border:0px;
}

div.pagebackground {
	z-index:1;
	position:absolute;
	overflow:hidden;
	width:800px;
	height:100%;
	margin:0px;
	padding:0px;
	border:0px;
}

img.pagebackground {
	filter:alpha(opacity=25);
	-moz-opacity:.25;
	opacity:.25;
	width:800px;
	height:100%;
	margin:0px;
	padding:0px;
	border:0px;
}

td.pagecontent {
	padding:10px;
	padding-bottom:0px;
	vertical-align:top;
}

td.pagecontenteditor {
	vertical-align:top;
}

td.pageleft {
	border-right:1px solid #81346D;
	text-align:left;
	width:89px;
	vertical-align:top;
}

img.pageleft {
	width:89px;
	height:303px;
	margin:0px;
	padding:0px;
	border:0px;
}

a:link {
	color:#FFFFFF;
}

a:visited {
	color:#FFFFFF;
}

a:active {
	
}

a:hover {
	color:#FF9000;
}


