/* CSS Document */

body, html	{
	background-color: #999999;
	margin: 0px;
	scrollbar-face-color:#C0C0C0;
	scrollbar-highlight-color:#FCFCFC;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-darkshadow-color:#8E8E8E;
	scrollbar-shadow-color:#A2A2A2;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#DEDEDE;
	background-image: url(/images/background.jpg);
	background-position: top;
	background-repeat: repeat-x;
	}

.pagina	{
	position: absolute;
	top: 325px;
	width: 750px;
	left: 50%;
	margin-left: -375px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	background-color: #FFFFFF;
	z-index: 1;
	}

.tekst	{
	position: relative;
	width: 90%;
	left: 5%;
	}

.top	{
	position: absolute;
	top: 25px;
	width: 800px;
	left: 50%;
	margin-left: -375px;
	height: 275px;
	z-index: 2;
	background-color: #CDCDCD;
	background-image: url(/images/top.jpg);
	background-position: top right;
	background-repeat:no-repeat;
	}

.menu	{
	position: absolute;
	top: 275px;
	height: 30px;
	width: 100%;
	background-color: #666666;
	color:#005E9D;
	border-top: #CCCCCC solid 1px;
	z-index: 3;
	}

h1	{
	color: #0188C8;
	font-size: 18px;
	line-height: 50px;
	padding-left: 50px;
	}

h2	{
	color: #0188C8;
	font-size: 14px;
	line-height: 50px;
	padding-left: 50px;
	}

h3	{
	color:#0188C8;
	font-size: 10px;
	}

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

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

a:hover {
	color: #0188C8;
	text-decoration: none;
}

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

label	{
  display: block;
	}

legend	{
  background-color: #0188C8;
  display: marker;
  color: #FFFFFF;
	}
