/*---------- Html Tags ----------*/
body {
	background: #ffffff url(../images/bg_body.png) repeat-x scroll 0 0;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	color: #000;
}

a img {
	border: 0px;
}

a:link {
	color: #1881B0;//#e20f0f;
	text-decoration: none;
}

a:visited {
	color: #1881B0;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a:active {
	color: #1881B0;
	text-decoration: none;
}

hr {
	border:1px solid #999;
}

h1 {
	font-size:24px;
	font-weight:normal;
	margin:0px;
}

h1, h2, h3, h4, h5, h6, p
{
	margin: 0 0 10px;
}

/*-- Form --*/
.inputtext {
	border: 1px solid #999;
}

.inputbutton{
	background-color: #f0f0f0;
	color: #000;
	border: 1px solid #999;
	cursor: pointer;
}

a.inputbutton {
	color: #000;
	text-decoration: none;
	padding: 3px;
}

.inputbutton:hover {
	background-color: #fff;
}

textarea {
	border: 1px solid #999;
}

select {
	border: 1px solid #999;
}


/*---------- Positions ----------*/
/* main */
#center {
	margin: 0 auto;
	width: 580px;
}

#main_wrapper {
	width:580px;
	position:relative;
	float: left;
}

#header_position {
	position: relative;
	padding: 63px 0 0;
	z-index: 20;
	float: left;
	width: 580px;
}	

#header_line {
	position: relative;
	background: transparent url(../images/menu_bg.gif) repeat-y scroll 0 0;
	width:570px;
	left: 11px;
	padding: 0 10px 0 10px;
	float: left;
	height: 33px;
}

#main_position {
	background: transparent url(../images/content_bg.png) repeat-y scroll 0 0;
	padding:10px 20px 0;
	width:560px;
	float: left;
	position: relative;
}

#main_position_bottom {
	background: transparent url(../images/footer_bg.png) no-repeat scroll 0 0;
	height: 30px;
	width: 600px;
	position: absolute;
	bottom: -70px;
	left: 0;
	padding: 10px 0 30px;
	font-size: 10px;
	text-align: center;
	height: 30px;
	color: #444;
}


#footer_position {
	width:100%;
	text-align: center;
	float: left;
	clear: left;
	padding-bottom:30px;
}

/*---------- Random ----------*/
/*----- Inside Header -----*/
.box {
	background-color: #0000ff;
	height: 400px;
	width: 400px;
	position: absolute;
	z-index: 100;
	left: 0;
	top: 0;
}

/* Logo */
#logo {
	position: absolute;
	left: 5px;
	z-index: 30;
	float: left;
	top: -50px;
}

#logo img {
	position: relative;
	top: 0;
	left: 0;
}

/* Login */
#header_position .module_wrapper .login {
	float:right;
	position: relative;
	top: 5px;
}

/* Main menu */
#header_position .module_wrapper .menu {
	position: relative;
	left: -7px;
	float: left;
}


/*-- Modules --*/
.module_wrapper .news_feed_wrapper, .module_wrapper .media_gallery, .module_wrapper .shoutbox, .module_wrapper .search, .module_wrapper .calendar, .module_wrapper .rss_feed, .module_wrapper .shoutbox, .module_wrapper .rand_user {
	margin-bottom: 10px;	
}

.module_wrapper h1 {
	color: #959595;
	font-size: 9px;
	font-weight: normal;
	margin: 0px 0px 2px;
}

.module_wrapper h2 {
	font-size: 14px;
}

.module_wrapper img {
	width: 180px;
}


/* paging */
ul.paging {
	float: right;
	display: block;
}

ul.paging li {
	float: left;
	list-style: none;
	margin-right: 5px;
}


/*---------- Unikt ----------*/
	/*_____Logo_____*/
#logo {
	padding:0px 0px 0px 5px;
	background-repeat:no-repeat;
	background-image:url(../imagestopp_bg.gif);
}
	/*_____/Logo_____*/
	/*_____Hovedlinker nederst på siden_____*/
/*_____Hovedlinker nederst på siden_____*/
a.produkt, a.kundeservice, a.referanser {
	width:90px;
	padding-top: 104px;
	height: 0;
	float:left;
	margin:0px 120px 0px 0px;
}

.produkt {
	background-image:url(../images/link_produkt_blue.png);
}

.kundeservice {
	background-image:url(../images/link_support_blue.png);
}

.referanser {
	background-image:url(../images/link_referanser_blue.png);
}

a.produkt:hover, a.kundeservice:hover, a.referanser:hover {
	background-position: bottom;
}
#main_link {
	width:630px;
	position:relative;
	left:38px;
	float: left;
	margin: 0 0 30px;
}
	/*/_____Hovedlinker nederst på siden_____*/
	/*_____Produktside_____*/
.prod_text ul {
	margin:0px;
	padding:0px;

}

.prod_text li {
	list-style:circle inside;
}

/*info*/
a.info{
    position:relative;
    z-index:24;
   }

a.info:hover {
	z-index:25;
}

a.info span{
	display: none;
	padding:3px;
}

a.info:hover span {
	color:#000000;
	text-decoration:none;
    display:block;
    position:absolute;
	top:-3px;
    right:-265px; 
	width:250px;
    border:1px solid #1881B0;
    background-color:#fff;
}
/*/info*/
	
	/*/_____Produktside_____*/
	/*_____Kundeserviceside*/
#kundeservice {
	width:282px;
	float:right;
	margin:-26px 0px 3px 3px;
}	

#kundeservice ul {
	margin:0px;
	padding:0px;
	font-size:11px;
	position:relative;
	left:38px;
}

#kundeservice li {
	list-style:none;
}

a.tittel {
	color:#000;
	font-weight:bold;
}

a.tittel:hover {
	text-decoration:none;
}

#svar p {
	margin:0px 0px 10px;
}

#faq hr {
	border:1px solid #cacaca;
}

#faq #svar a.info {
	color:#0000FF;
}


#faq #svar a.info:hover {
	color:#000000;
	text-decoration:underline;
}

#svar a:hover {
}

#faq a {
	margin-right:5px;
}

#faq ul li {
	list-style:circle outside;
}

#faq ul {
	margin:5px 0px 5px 15px;
	padding:0px;
}

#faq ol {
	margin:5px 0px 5px;
	padding:0px;
}
	/*/_____Kundeserviceside*/
	/*_____Referanseside_____*/
.ref_box {
	position:relative;
	width:582px;
	left:-6px;
	margin:0px 0px 30px;
}

.ref_box .top {
	position:relative;
	top:0px;
	background-image:url(../../statisk/bgtopp_referansebox.png);
	background-repeat:no-repeat;
	height:3px;
	width:582px;
}

.ref_box .main {
	position:relative;
	top:0px;
	width:570px;
	padding:6px;
	background-image:url(../../statisk/bg_referansebox.png);
	background-repeat:repeat-x;
}

.ref_box img {
	width:186px;
	float:right;
	margin:0px 0px 3px 3px;
}

.ref_box .author {
	position:absolute;
	right:6px;
	font-size:10px;
	color:#707070;
	margin:-5px 0px 0px;
}
	/*/_____Referanseside_____*/
	/*_____Forside_____*/
#wrapper_front {
	width: 600px;
	float: left;
}
#wrapper_front .front_left {
	width: 131px;
	display: inline;
	float: left;
	margin-right: 14px;
	position: relative;
}
#wrapper_front .front_left h1 {
	font-size: 18px;
	margin-bottom: 5px;
}

#wrapper_front .front_left p {
	font-size: 14px;
}

#wrapper_front .front_right {
	margin-left: 30px;
	float: left;
	position: relative;
	display: inline;
	width: 425px;
	margin-top: 12px;
}

#wrapper_front .front_right img {
}

#wrapper_front .front_right ul {
	margin-left: 225px;
	padding: 0;
	position: relative;
	bottom: 30px;
}

#wrapper_front .front_right li {
	list-style: none;
	float: left;
}

#wrapper_front .front_right li a {
	border: 1px solid #1881B0;
	background-color: #75b5d5;
	padding: 2px 4px;
	color: #ffffff;
	display: block;
}

#wrapper_front .front_right li.vis_b a {
	margin-right: 10px;
}

#wrapper_front .front_right li a:hover {
	background-color: #ffffff;
	color: #1881B0;
}
	/*/_____Forside_____*/
/*/__________Unikt__________*/





