@charset "utf-8";
/* CSS Document */

html	{
	}

body  {
	background-color: #9933FF;
	scrollbar-arrow-color:#FFFFFF; 
	scrollbar-track-color:#FFFFFF; 
	scrollbar-face-color:#9933FF; 
	scrollbar-highlight-color:#CCCCCC; 
	scrollbar-3dlight-color:#9933FF; 
	scrollbar-darkshadow-color:#999999; 
	scrollbar-shadow-color:#CCCCCC;
	overflow: auto;
	overflow-x: hidden;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.pagina {
	position: relative;
	background-color: #FFFFFF;
	border: 2px solid #000000;
	text-align: left;
	width: 90%;
	overflow: hidden;
	margin-left: 5%;
	} 

.menu	{
	position: absolute;
	left: 10px;
	top: 10px;
	width: 250px;
	font-family: "Century Gothic", Arial;
	font-size: 18px;
	color: #9933FF;
	overflow: hidden;
}

.banner	{
	position: relative;
	margin-left: 200px;
	background-image: url(/images/banner.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 160px;
	z-index: 1;
}

.tekst	{
	position: relative;
	margin-left: 210px;
	margin-top: 50px;
	margin-right: 10px;
	padding-right: 15px;
	bottom: 5px;
	font-family: "Century Gothic", Arial;
	color: #000000;
	font-size: 12px;
	}

a:link	{
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #9933FF;
	text-decoration: none;
}

a:active {
	color: #000000;
	text-decoration: none;
}

#tekst a:link	{
	color: #000000;
	text-decoration: underline;
}

#tekst a:visited {
	color: #000000;
	text-decoration: underline;
}

#tekst a:hover {
	color: #9933FF;
	text-decoration: none;
}

#tekst a:active {
	color: #000000;
	text-decoration: underline;
}

h1	{
	text-align: left;
	text-decoration: none;
	font-size: 14px;
	font-style: normal;
	color: #9933FF;
	}

h2	{
	text-align: right;
	font-size: 10px;
	font-style: italic;
	color: #000000;
	line-height: 10px;
	}

h4	{
	text-align: left;
	font-family: "Century Gothic", Arial;
	color: #FFFFFF;
	font-size: 10px;
	background-color: #9933FF;
	}
