/* Start of CMSMS style sheet '01 - Hoved - Start' */
#colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
      padding:0px 0;
	background:white;		/* Left column background colour */
}
#colleft { /*mid*/
	float:left;
	width:200%;
	position:relative;
	left:238px; /* 19+204+15 */
	background:white;    	/* Right column background colour */
}
#col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:253px; /* 19+204+15+15 */
}
#col1 {
      padding:0px 0;
      margin:0 0px 0 253px;
      position:relative;
      right:100%;
      overflow:hidden;
      background: white;
}
#col2 {
      float:left;
      width:204px;
      padding:0px 0;
      position:relative;
      right:219px; /* 204+15 */
      background: white;
}
#colbottom {
	clear:both;
	width:100%;
        height:41px;
        background: url('uploads/images/design/middle.gif');
        background-repeat : no-repeat;
	border:0px solid #ff0000;
}

#venstre div.bilde{
   clear:both;
   float:left;
   margin:0 0 15px 0;
   margin:0 0 0px 0;
}
#sikrer {
	float:right;
	margin:12px 15px 0 0;
}

#side {
   clear:both;
   float:left;
   width:100%;
}
#innhold {
   margin:0 0 .8em 0;
   margin:0 0 0 0;
}
#innhold img.g2image_float_left {
   float: left;
   margin:0 0.3em 0.3em 0;
}
#innhold img.g2image_float_right {
   float: right;
   margin:0 0 0.3em 0.3em;
}

/* End of '01 - Hoved - Start' */

