/* * * * * Index start * * * * *
 * Master
 * sIFR screen
 * System edit box
 * * * * *  Index end  * * * * */
/* * * * * Here comes "Master" * * * * */
html, body, ul, li, h1, h2, h3, h4, h5, ol, p, dd, dl, legend, fieldset {
   margin:0;
   padding:0;
}

html, body {
   background:#fff;
}

body {
   font:normal 76% 'Verdana',sans-serif;
   padding-bottom:2em;
}


h1 {
   font-size:2em; 
}

h2 {
   font-size:1.3em;
   margin:1em 0 0.25em;
}

h1, h2 {
   font-family:'Arial',sans-serif;
}

h3 {
   font-size:1.2em;
   margin-bottom:0.25em;
}

h4 {
   font-size:0.9em;
   margin-bottom:0.2em;
   color:#c00;
}

p {
   margin:0 0 1em;
   line-height:1.5;
}

a {
   outline:0 none;
   color:#33cc66;
}

a.orderbutton img {
   display:block;
   float:right;
   padding:0 0 1em 1em;
}

.button {
   padding: 2px 10px;
   color: #fff;
   background: #33cc66;
   border: 1px solid #33cc66;
   width: 100px;
}

.bimlogon input.button {
  display:inline;
  margin:0.25em 0;
  width:95%;
}

img {
   border:0;
}

.b-page {
   width:941px;
   background:url(../images/page_bg.png) repeat-y top left;
   margin:0 auto;
   position:relative;
   padding:0 5px;
}

.header {
   height:43px;
   background:url(../images/top_left_bg.png) no-repeat left bottom #fff;
}

ul.smenu {
   padding:22px 0 0 180px;
   background:url(../images/smenu_bg.png) no-repeat right top;
   height:20px;
   list-style-type:none;
   margin:0;
}

ul.smenu li {
    padding-left:32px;
    float:left;
}

ul.smenu li a {
    text-indent:-9000px;
    height:16px;
    width:100%;
    text-decoration:none;
    overflow:hidden;
    display:block;
    background-image:url(../images/smenu_grey.png);
    background-repeat:no-repeat;
}

ul.smenu li.about a{
   background-position:left center;
   width:73px;
}

ul.smenu li.products a{
   background-position:-103px center;
   width:66px;
}

ul.smenu li.prices a{
   background-position:-199px center;
   width:97px;
}

ul.smenu li.service a{
   background-position:-560px center;
   width:54px;
}

ul.smenu li.collective a{
   background-position:-326px center;
   width:121px;
}

ul.smenu li.contact a{
   width:52px;
   background-position:-477px center;
}

.logoplate {
   position:absolute;
   left:20px;
   top:68px;
   z-index:11;
}

.logoplate a {
   text-indent:-9999em;
   display:block;
   overflow:hidden;
   height:104px;
   background:url(../images/logo_blue.png) no-repeat center center;
   width:94px;
}

.main {
   background:url(../images/content_bg.png) no-repeat scroll right top;
   position:relative;
   float:right;
   width:775px;
   min-height:525px;
}

* html .main {
   height:525px;
}

div.left {
   background:url(../images/menu_bg.png) no-repeat top left;
   min-height:276px;
   padding:150px 10px 0;
   width:146px;
   float:left;
}

* html div.left {
   height:276px;  
}

ul.pagemenu li {
   margin:5px 0;
   list-style-type:none;
}

ul.pagemenu li.lvl2 {
	margin-left:10px;
}

ul.pagemenu li a {
   color:#000;
   text-decoration:none;
}

ul.pagemenu li a:hover {
   color:#33cc66;
   text-decoration:underline;
}

ul.pagemenu li.pdf a {
   background:url(../images/filetype-pdf.png) no-repeat left center;
   padding:0.25em 0 0.25em 22px;
   display:block;
}

ul.pagemenu li.pdf a:hover, ul.pagemenu li.link a:hover {
   color:#c00;
   text-decoration:underline;
}

.ordergrid
{
    margin: 20px 8px 0;
    font-size:0.9em;
}

.priceinfo 
{
   position:absolute;
   bottom:0;
   left:0;
}

.ordergrid li.tv
{
    background: url(images/image_tv.png) no-repeat top left;
}

.tvoks
{
    background: url(images/image_tv.png) no-repeat top left;
}


.boks
{
    width: 193px;
    height: 195px;
    padding: 135px 15px 0;
    margin: 0 5px;
    position: relative;
    border-bottom: 1px solid #e4eaf1;
    float:left;
    list-style-type:none;
}

ul.pagemenu li.link a {
   background:url(../images/link_go.png) no-repeat left center;
   padding:0.25em 0 0.25em 22px;
   display:block;
}

ul.pagemenu li.active a {
   color:#33cc66;
   font-weight:bold;
}

.centercontent {
   background:#fff url(../images/subcontent_bg.png) no-repeat left top;
   margin:65px 10px 35px;
   border:1px solid #D6E6F5;
   padding:20px;
   width:680px;
   float:right;
   position:relative;
}

.centercontent2 {
   background:#fff url(../images/subcontent_bg.png) no-repeat left top;
   margin:5px 10px 35px;
   border:1px solid #D6E6F5;
   padding:20px;
   width:680px;
   float:right;
   position:relative;
}  

.fp .centercontent {
   background:0;
   margin:0;
   padding:0;
   border:0;
   width:auto;
   float:none;
}

/*
.fp .pagemenu {
   height:152px;
   background:url(../images/logo_smaller.png) no-repeat left center;
}
*/

.fp .pagemenu li {
   display:none;
}


* html .centercontent {
   display:inline;
   height:auto;
}

.centercontent .document h1 {
   position:absolute;
   top:-1.2em;
   left:0;
   color:#333333;
   width:100%;
}

div.footer {
   background:url(../images/bg_bottom.png) no-repeat scroll left bottom;
   clear:both;
   font-family:'Arial',sans-serif;
   font-size:0.9em;
   height:176px;
   margin-left:-5px;
   text-align:center;
   width:951px;
}

div.footerText ul {
  list-style-type:none;
  position:relative;
  top:160px;
}

div.footerText ul li {
  display:inline;
  padding:0 1em;
}

.footerText a {
   color:#33cc66;
   text-decoration:none;
}

.footerText a:hover {
   text-decoration:underline;
}

/*---- IE6 PNG Fix ---*/

* html img.png, * html .png img {
background-image: expression(
this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter =
"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src +
"',sizingMethod='image')",
this.src = "../images/trans.gif"
);
}

* html .fp .centercontent div.png img {
width:775px;
height:360px;
}


/*---- TABLES ------*/

table {
   border-collapse:collapse;
   margin:0 0 1em;
   width:75%;
}

caption {
   font-size:1.2em;
   font-weight:bold;
   text-align:left;
   padding-bottom:0.5em;
   font-family:'Arial','Helvetica',sans-serif;
}

tbody {
   font-size:0.9em;
}

tbody td {
   border:1px solid #e4eaf1;
   padding:0.5em 0.5em;
   background:url(../images/bg_table.png) no-repeat left top;
}
.no_border
{
	border:none;
	background:none;
}

td h3 {
   margin:0;
   font-size:1.1em;
}
/* * * * * Here comes "sIFR screen" * * * * */
/*---- sIFR ---*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/*---- Header styling ---*/

.sIFR-active h1 {
   font-size:25px;
   line-height:25px;
   color:#333333;
}
/* * * * * Here comes "System edit box" * * * * */
.b-editbox {
   background-color: #333;
   border: 1px solid #111;
   color: #eee;
   padding: 5px;
   font: 9px Verdana, sans-serif;
   position: fixed;
   top: 5px;
   right: 5px;
   z-index: 999;
   opacity: 0.75;
   filter: alpha(opacity=75);
}

* html .b-editbox {
   position:absolute;
}

.b-editbox input {
   font: 9px Verdana, sans-serif;
   color: #222;
   vertical-align:middle;
}

.b-editbox ul {
   list-style: none;
   padding: 0;
   margin: 0;
}

.b-editbox li {
   display: inline;
   padding: 0 5px;
   border-left: 1px solid #666;
}

.b-editbox li.first {
   padding-left: 0;
   border-left: none;
}

.b-editbox li.last {
   padding-right: 0;
}
