@charset "utf-8";

body {
	background-color: #6b93a0;
	background-image: url();
	background-repeat: repeat-x;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}
a:hover {
	color: #000000;
}
a:link {
	color: #333333;
}
a:visited {
	color: #666666;
}
a {
	font-weight: bold;
}

#main {
	background-image: url(../images/bakgrunn.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 982px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
				
}
#main a:visited {
	color: #666666;
	text-decoration: none;
}
#main a:link {
	color: #333333;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
#main a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

#main #top {
	height: 117px;
	width: 300px;
	float: left;
}
#main #rings {
	float: right;
	height: 117px;
	width: 600px;
}

#main #topmenu {
	height: 14px;
	width: 744px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px;
	font-weight: bold;
	color: #000000;
	
}

#main #hovedfelt {
	width: 980px;
}
#main #hovedfelt #txt {
	width: 716px;
	float: right;
	padding-top: 24px;
	padding-right: 23px;
	padding-bottom: 23px;
	padding-left: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
}
#main #hovedfelt #txt h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#main #hovedfelt #leftmenu {
	float: left;
	width: 160px;
	padding-top: 24px;
	padding-right: 16px;
	padding-bottom: 16px;
	padding-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}
#main #hovedfelt #leftmenu a {
	font-size: 12px;
}

#footer {
	height: 43px;
	width: 983px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
}


#frontpage {  }
.left { float: left; width: 450px; }
.right { float: left; width: 230px; padding: 0 10px 0 10px; }

img.frontbilde { margin-top: 5px; }
