@charset "UTF-8";
/* CSS Document */

html,body
{
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	background-color: #CCC;
	height: 100%;
}

/* FONTER */
h1, h2, h3, p, a, th, td, ul, ol, li, dl, dd, dt, label, div, span, input, textarea
{
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

p, ul
{
	font-size: 1.2em;
	margin-top: 0px;
	line-height: 18px;
}

h1
{
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 2px;
	padding-top: 4px;
}

h2
{
	font-size: 1.4em;
	font-weight: bold;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}

h3
{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0px;
	padding-top: 4px;
}

/* WRAPPERE */


#wrapper {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	height: 100%;
	min-height: 100%;
	background-image: url(../images/bg.gif);
	padding-right: 20px;
	padding-left: 20px;
	background-repeat: repeat-y;
	background-position: top;
 }
 
/* INNHOLD I VENSTRE KOLONNE */ 

#prod {
	position: absolute;
	overflow: hidden;
	height: 100%;
	min-height: 100%;
	background-image: url(../images/decor01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 380px;
}

#ref {
	position: absolute;
	overflow: hidden;
	height: 100%;
	min-height: 100%;
	background-image: url(../images/decor02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 380px;
}

#komp {
	position: absolute;
	overflow: hidden;
	height: 100%;
	min-height: 100%;
	background-image: url(../images/decor03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 380px;
}

#selsk {
	position: absolute;
	overflow: hidden;
	height: 100%;
	min-height: 100%;
	background-image: url(../images/decor04.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 380px;
}

#kontakt {
	position: absolute;
	overflow: hidden;
	height: 100%;
	min-height: 100%;
	background-image: url(../images/decor05.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 380px;
}

#logo {
	float: left;
	width: 310px;
	padding-top: 60px;
	padding-left: 70px;
}

/* INNHOLD  */

#content {
	float: right;
	width: 470px;
	padding-left: 30px;
	padding-right: 40px;
	overflow-x:hidden; 
	overflow-y:auto;
	min-height: 100%;
	height: 100%;
}

#prod_ikon {
	width: 149px;
	padding-right: 40px;
	float: left;
	clear: none;
	padding-bottom: 10px;
	}

#prod_info {
	background-image: url(../images/infobox.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	vertical-align: top;
	padding-right: 25px;
	padding-left: 20px;
	width: 215px;
	height: 130px;
	float: left;
	clear: none;
	padding-bottom: 50px;
	padding-top: 20px;
	display: inline;
	margin: 0px;
}

#prod_info p {
	font-size: 1.2em;
	margin-top: 0px;
	line-height: 16px;
}

#contact_1 {
	float: left;
	width: 200px;
	padding-top: 20px;
}

#contact_2 {
	float: right;
	width: 200px;
	padding-top: 20px;
}

.ingress {
	line-height: 20px;
	font-size: 1.4em;
}

.clearboth {
	clear: both;
}



#spacer {
	float: right;
	width: 100%;
	padding-top: 20px;
}

#decor_line {
	width: 450px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 10px;
}

img.floatLeft {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
img.floatRight { 
    float: right; 
    margin-right: 15px;
	margin-bottom: 10px; 
}

img.icon_padding {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* FOOTER */

#footer {
	width: 880px;
	padding-top: 5px;
	padding-bottom: 100px;
	font-size: 1em;
	color: #FFFFFF;
	text-align: center;
	clear: both;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #666666;
}

#footer a {
	color: #FFFFFF;
}

/* LENKER */

a img
{
	border: none;
}

#prod_info a {
	text-decoration: none;
	color: #333;
}

#prod_info a:hover {
	text-decoration: underline;
}

#prod_info a:active {
	text-decoration: none;
}

a {
	text-decoration: none;
	color: #CC6600;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

/* FRAMESET */



/* MENY */

#menu {
	padding-top: 72px;
	padding-bottom: 60px;
	width: 470px;
	background-color: #FFFFFF;
}

.menutabs ul{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.menutabs li{
	display: inline;
	margin: 0;
}

.menutabs li a{
	color: #333333;
	text-decoration: none;
	margin-right: 20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: 3px;
	padding-bottom: 3px;
}

.menutabs li a:visited{
	color: #2d2b2b;
}

.menutabs li a:hover{
	text-decoration: none;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CC9900;
}

.menutabs li.selected{
}

.menutabs li.selected a{ /*selected main tab style */
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CC9900;
}

.menutabs li.selected a:hover{ /*selected main tab style */
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color:#CC6600
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
	position:absolute;
	top: 0;
	line-height:18px;
	z-index:100;
	background-color: #CC9900;
	width: 200px;
	visibility: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-family: Verdana;
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}


.dropmenudiv_b a{
	width: auto;
	display: block;
	text-indent: 5px; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	padding: 2px 0;
	color: #333;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

* html .dropmenudiv_b a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
	color: #FFF;
	text-decoration: none;
	background-color: #CC6600;
}frameset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
