body {
	background-color: #20215E;
        scrollbar-face-color:#20215E; 
	scrollbar-highlight-color:#20215E; 
	scrollbar-shadow-color:#20215E; 
	scrollbar-darkshadow-color:#6BADFF; 
	scrollbar-arrow-color:#6BADFF; 
	scrollbar-3dlight-color: #20215E; 
	SCROLLBAR-TRACK-COLOR:#20215E;
	color: #EDEDED;
	font-family: Sylfaen;
	font-size: 12px;
	}

a:link, a:visited {
	text-decoration: none;
	color: #EDEDED;
	}
a:hover {
	text-decoration: underline;
	color: #BECEE2;
	font-weight: bold;
	}

#kontener {
	background: #20215E;
	width: 790px;
	height: 748px;
	font: Verdana 10px #fff;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 25px;
	left: 250px;
	z-index: 1;
	}

#menu {
	width: 355px;
	height: 748px;
	margin: 0px;
	padding: 0px;
	z-index: 3;
	position: absolute;
	top: 0px;
	left: 0px;
	}

#text {
	width: 435px;
	height: 748px;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 355px;
	}

#frame {
	margin: 0px;
	padding: 0px;
	z-index: 2;
	position: absolute;
	top: 145px;
	right: 67px;
	}

.blue {
	font-weight: bold;
	color: 6BADFF;
	}