html {
	margin: 0px;
	padding: 0px;
}
body {
	text-align:center;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #ECF8FF;
}
#main {
	width: 100%;
	position: relative;
	background-image: url(../images/bg-site.gif);
	background-repeat: repeat-y;
}
.clear {
	clear: both;
}
.tekst_blue {
	color: #0099CC;
	font-weight: bold;
}
.tekst_green {
	color: #96C804;
	font-size: 14px;
}


p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	line-height: 18px;
	text-align: left;
}

h1 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-family: Tahoma;
	font-size: 18px;
	font-weight: normal;
	color: #96C804;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B1B181;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	letter-spacing: 1px;
}
h1 span {
	color: #00FF99;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #96C804;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B1B181;
	padding-bottom: 5px;
}
hr {
	color: #B1B181;
	background-color: #B1B181;
	height: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px;
}


.nospace {
	margin: 0px;
	padding: 0px;
}
.right {
	float: right;
	margin-left: 20px;
}
.right_border {
	float: right;
	margin-left: 20px;
	border: 1px solid #04608F;
}

