/* CSS Document */

body{
	padding :0;
	margin :0;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;

}

#content{
	padding-top : 110px;
	padding-bottom : 30px;
	padding-left : 242px;
	padding-right : 7%;
}

#content h2 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #000000;
	background-color : transparent;
}

#content h1 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	background-color : transparent;
}

#content p{
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color : transparent;
	text-align: left;
}

#logo{
	position : absolute;
	top : 0px;
	left : 0px;
	z-index : 50;
}

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

#script{
	position : absolute;
	top : 28px;
	right : auto;
	text-align : left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-transform: none;
	color: #666666;
	left: 243px;
	width: 413px;
	height: 48px;
	font-weight: bolder;
}

#navigation{
	position: absolute;
	top : 105px;
	left : 0px;
	width : 200px;
	height: 127%;
	padding: 20px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	background-image: url(images/bg_nav.jpg);
	background-repeat: repeat-y;
	
}

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

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

#adresse{
	position: absolute;
	top : 30px;
	left : 200px;
	width : 250px;
	height: 130px;
	visibility: inherit;
}

#adresse p {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #0066CC;
}


.navigasjon a {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;


}

.navigasjon a:link {
color: #333333;
text-decoration:none; 
	
}
	
.navigasjon a:visited {
	color: #696969;
	text-decoration: none;
}
	
.navigasjon a:hover {
	color: #A52A2A;
	text-decoration: none;
}

/*bokser til å plasere bilder i*/

.boxrt {
	float: right;
	
	margin: 2px 2px 2px 6px;
	border: 1px #486ba1 solid;
	}
		
.boxlft {
	float: left;
	border: 1px #486ba1 solid;
	margin: 2px 6px 2px 2px;
	}