@charset "utf-8";
body {
	background-color: #292929;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
}

a {
   color: #aa0302;
}

a:hover {
   color: #e80504
}

.clear {
	clear: both;
}	

#boks {
	height: 38px;
	width: 100%;
	background-image: url(images/boks_bg.png);
	background-repeat: repeat-x;
	position: relative;
	bottom: 0px;
	top: 200px;
	padding-top: 10px;
	text-align: center;
}
#boks p {
	padding-bottom: 0px;
	line-height: 18px;
	font-size: 10px;
	color: #666;
}


#container {
	height: 700px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg_underside.png);
	background-repeat: no-repeat;
	clear: both;
}

#container_forside {
	height: 700px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg.png);
	background-repeat: no-repeat;
	clear: both;
}

#knapp1 {
	height: 51px;
	width: 250px;
	position: relative;
	left: 40px;
	top: 125px;
	float: left;
	background-image: url(images/link_omjapani.png);
	background-repeat: no-repeat;
}

#knapp1_aktiv {
	height: 51px;
	width: 250px;
	position: relative;
	left: 40px;
	top: 125px;
	float: left;
	background-image: url(images/link_omjapani_rod.png);
	background-repeat: no-repeat;
}

a:hover #knapp1 {
	background-image: url(images/link_omjapani_rod.png);
	background-repeat: no-repeat;
}

#knapp2 {
	height: 51px;
	width: 250px;
	position: relative;
	top: 125px;
	float: left;
	left: 120px;
	background-image: url(images/link_forumet.png);
	background-repeat: no-repeat;
}

a:hover #knapp2 {
	background-image: url(images/link_forumet_rod.png);
	background-repeat: no-repeat;
}

#knapp3 {
	height: 51px;
	width: 250px;
	position: relative;
	left: 200px;
	top: 125px;
	float: left;
	background-image: url(images/link_undersider.png);
	background-repeat: no-repeat;
}

#knapp3_aktiv {
	height: 51px;
	width: 250px;
	position: relative;
	left: 200px;
	top: 125px;
	float: left;
	background-image: url(images/link_undersider_rod.png);
	background-repeat: no-repeat;
}

a:hover #knapp3 {
	background-image: url(images/link_undersider_rod.png);
	background-repeat: no-repeat;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#preloadedImages {
       width: 0px;
       height: 0px;
       display: inline;
       background-image: url(images/link_omjapani_rod.png);
       background-image: url(images/link_forumet_rod.png);
       background-image: url(images/link_undersider_rod.png);
}
#opphavsrett {
	font-size: 10px;
	padding-bottom: 10px;
	color: #666;
}
#tekstboks {
	width: 483px;
	position: relative;
	top: 200px;
	margin-right: auto;
	margin-left: auto;
}
p {
	margin: 0px;
	padding-bottom: 10px;
}

#tekstboks_topp {
	background-image: url(images/tekstboks_topp_bg.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 100%;
}
#tekstboks_innhold {
	background-image: url(images/tekstboks_bg.png);
	background-repeat: repeat-y;
	padding-right: 40px;
	padding-left: 40px;
}

#notis h1 {
	width: 100%;
	right: 50%;
	padding-bottom: 0px;
	line-height: 18px;
	font-size: 10px;
	color: #666;
}

h1 {
	margin-top: 0px;
	font-size: 22px;
	font-style: normal;
}

#innhold_venstre {
	float: left;
	width: 200px;
}

#innhold_hoyre {
	float: left;
/*	width: 200px; */
}

#tekstboks_bunn {
	background-image: url(images/tekstboks_bunn_bg.png);
	height: 50px;
	width: 100%;
	background-repeat: no-repeat;
	clear: both;
}
