@charset "UTF-8";

/* CSS Document */
/*=======978.gs ========*/
.layout-978 {
	width: 978px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	top: auto;
	padding-left: 0px;
}
.row {
	height: 1%;
	margin-top: 0px;
}
.row-end {
	clear: both;
	font: 1px/1px sans-serif;
	height: 1px;
	overflow: hidden;
}
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
	float: left;
	margin-right: 30px;
}
.lb{
	margin-right: 0px !important;
}
.col1 {
	width: 54px;
}
.col2 {
	width: 138px;
	margin-left: 0px;
}
.col3 {
	width: 222px;
}
.col4 {
	width: 306px;
	background-color: undefined;
}
.col5 {
	width: 390px;
}
.col6 {
	width: 474px;
	padding-left: 0px;
}
.col7 {
	width: 558px;
}
.col8 {
	width: 642px;
	font-family: "Calibri Light", Calibri, Arial;
	text-align: left;
	font-weight: 400;
}
.col9 {
	width: 726px;
}
.col10 {
	width: 810px;
}
.col11 {
	width: 894px;
}
.col12 {
	width: 978px;
}

/** 
* Denne CLEAR-FIX (i HTML class="cf"). 
* Legges i boksen som ligger rundt flytene bokser.
* http://nicolasgallagher.com/micro-clearfix-hack/ 
*/


.cf:before,
.cf:after {
    content: ""; 
    display: table; 
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
	padding-bottom: 0px;
	padding-left: 0px;
}

/** 
* Denne er den mest brukte metoden og kan også komme godt med (i HTML class="clearfloat")!
* Den legges normalt i en tom <div class="clearfloat"></div> eller <br class="clearfloat">
* før boksen som inndeholder flytende bokser slutter.
 */

.clearfloat {
	clear:both
}
/*=======bokser ========*/
