﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	cursor: !;
	background-color: #FFFFFF;
}
#header {
	float: left;
	height: 143px;
	width: 927px;
	background: url("/images/img_02.jpg");
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}

#main {
	background-color: #FFFFFF;
	float: left;
	width: 924px;
	margin-top: 7px;
	/*margin-bottom: 7px;*/
	padding-bottom: 10px;
}

#leftMenues {
	float: left;
	width: 187px;
	margin-top: 7px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 7px;
}

#rightspacer {
    float:right;
    width:1px;
    height:350px;
}

.topOfMenu {
    background-image: url(images/img_03.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 10px;
	width: 187px;
	padding: 0px;
	margin: 0px;
}

.bottomOfMenu {
	background-color: #D8D1B5;
	background-image: url(images/img_06.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 11px;
	width: 187px;
	margin: 0px 0px 7px 0px;
	padding: 0px;
}
.topOfMenu img, .bottomOfMenu img {
    visibility:hidden;
}
#menu h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	margin:0px;
}
#menu h1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
	margin:0px;
}
#menu h1 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	text-decoration: underline;
	margin:0px;
}
#menu_second 
{
	float: left;
	width: 180px;
	background-color: #D8D1B5;
	padding: 0px 0px 0px 7px;
	margin: 0px;
	background-image: url(images/img_05.jpg);
	background-repeat: repeat-y;
}
#menu_second p
{
    margin:0px;
}

/*
#menuwrap {
	float: left;
	width: 180px;
	background-image: url(images/img_05.jpg);
	background-repeat: no-repeat;
	margin-top: 7px;
	margin-left: 7px;
}
#indh h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #000000;
	text-decoration: underline;
	margin:0px;
}
#indh h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #000000;
	text-decoration: underline;
	margin:0px;
}
#indh h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #000000;
	text-decoration: underline;
	margin:0px;
}
#bottom_main {
	position:relative;
	float: left;
	width: 917px;
	height: 27px;
	margin-left: 7px;
	margin-top: 7px;
}
#lastUpdate {
	background-color: #D8D1B5;
	background-repeat: no-repeat;
	float: left;
	height: 27px;
	background-image: url(images/lastUpdate.jpg);
	width: 233px;
	padding-top: 5px;
	padding-left: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #000000;
	text-decoration: underline;
	
}
a:link {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #B5AA7D;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
textarea 
{
    font-family: Arial, Helvetica, sans-serif;
}
td.boxcell, td.boxcellright
{
    height: 30px;
    vertical-align: middle;
    padding: 5px;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
}
td.boxcellright
{
    border-right: 1px solid black;
}
th.boxcell
{
    vertical-align: middle;
    padding: 5px;
    background-color: Black;
    color: #D8D1B5;
    font-weight: bold;
    text-align: left;
}
.uploadbesked
{
    border: 1px solid black; 
    background-color: White; 
    color:Red; 
    width:600px; 
    padding:10px; 
    margin-bottom:20px;
    text-align:center;
}

.centerbox 
{
    margin:auto auto;
}
.hiddenValidator 
{
    display:none;
}

.infoboks 
{
    width:320px;
    height:200px;
    float:left;
    margin:10px;
}
.infoboks h1 
{
    font-size:12px;
    color:White;
    background-color:Black;
}
.infoboks table 
{
    width:100%;
}
.infoboks th 
{
    font-size:10px;
    text-align:left;
    border-bottom:solid 1px black;
}
.infoboks td 
{
    font-size:10px;
}