/* Start of CMSMS style sheet '05 - Hoved - Jobb' */
#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 */
}
#col1 {
      margin: 15px;
      background:white;
}

#headerbottom {
	clear:both;
	width:100%;
        height:5px;
        background: url('uploads/images/design/skille.gif');
        background-repeat : no-repeat;
}
#print {
   float:right;
   height: 18px;
   padding: 0 0 0 25px;
   background: url('uploads/images/design/print.gif') 0 0;
   background-repeat : no-repeat;
}
#side {
   clear:both;
   float:left;
   width:100%;
}
#side h1 {
   color : #b2261a;
   font-size : 12pt;
   font-weight : bold;
}
#ingress {
   clear:both;
   font-size:9pt;
   font-weight:bold;
   margin:0 0 2em 0;
}
#side #ingress {
   color:#FF6600;
}
#innhold {
   margin:0 0 .8em 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;
}
#jobbvindu {
   height:500px;
   margin:0 0 2em 0;
}
#tilbake {
	clear:both;
	float:left;
	margin:30px 0;
}

/* End of '05 - Hoved - Jobb' */

