/* CSS Document */

body{
	padding :0;
	margin :0;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border: 5px #808080 solid;
	
}



#content{
	padding-top : 140px;
	padding-bottom : 6px;
	padding-left : 280px;
	padding-right : 10%;
	 
}

#content h1 {
margin: 0px;
color: Black;
font-size: 1.2em;
padding-left: 3px;
padding-right: 3px;
padding-bottom: 5px;
padding-top: 5px;
text-align: left;
letter-spacing: 1px;
font-style: normal;
border-bottom: 2px #438301 solid;}

#content h2 {
color: Black;
padding-right: 3px;
padding-left: 3px;
padding-top: .5%;
padding-bottom: .5%;
font-weight: bold;
font-size: 1.0em;
text-align: left;
margin: 0px;
border-bottom: 1px  #438301 solid;}

#content p{
	font-family: "verdana", Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color : transparent;
	text-align: justify;
}

#logo{
	position : absolute;
	top : 0px;
	left : 0px;
	z-index : 50;
	font-family: "Juice ITC", "Apple Chancery", Impact, "Bradley Hand ITC", Skia, "Trebuchet MS", sans-serif;
	font-size: 50px;
	color: #333333;
	font-weight: bold;
}

#script{
	position : absolute;
	top : 20px;
	left : 355px;
	text-align : middle;
	font-family: sans-serif;
	font-size: 18px;
	color: #0066cc;
	width: 352px;
	height: 87px;


}

#top{
	position: absolute;
	top: 0px;
	left:auto;
	right: 0px;
}

#navigation{
	position: absolute;
	top : 139px;
	left : 89px;
	width : 157px;
	height: 482px;
}

#navigation p {
	margin-bottom : 4px;
	margin-top : 8px;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
}

.button a {

	border : 1px solid #333333;
	text-decoration : none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-style: bold;
	color: #0066cc;
background-color: #fbe88d;
}

#content table {border: 0px solid #438301;
display: table;
border-collapse: collapse;
border-spacing: 0px;
background-color: #CDCDCD; /* her endres bakgrunnsfargen på tabellen */
color: #486ba1;
margin-left: 6px;
margin-right: 0%;
width: auto;}

#content th {text-align: left;
background-color: #486ba1;
color: #e4e9c1;}

#content td, th {border: 1px #438301 solid;
padding: 3px;}


.boxrt {
	
	color: #999999;
	float: right;
	
	}
	
.boxlft {
	
	color: #999999;
	float: left;
	}
	

	
#footer {
	background-color: #fbe88d;
	color: #333333;
	border-top: 2px solid #006;
	border-bottom: 1px solid #006;
	font-size: 12px;
	text-align: center;
	}

