body {
	background-color: white;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: black;
	margin-top: 10px;
	margin-left: 0px;
    }

hr {
    display: block;
    clear: both;
    visibility: hidden;
}

/* Klasse for overskrifter i hovedfelt */
.overskrift {
	font-size: 18px;
	font-weight: bold;
    }

/* Klasse for hovedteksten */
.brodtekst {
	font-size: 12px;
	text-align: justify;
    }

/* Klasse for hovedcellen */
td.innhold {
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
    }

/* Linker for hovedfelt */
a {
	text-decoration : none;
	color : Maroon;
    }

a:hover {
	color: blue;
	text-decoration : underline;
    }

a.active {
	color: blue;
	font-weight: bold;
    }

a.visited {color: Black;}


/* Klasse for sti og infotekst */
.info{
	font-size: 9px;
	color: #5B5B5B;
    }

/* Linker info */
a.info {
	text-decoration : none;
	color : Black;
    }

a.info:hover {
	color: Gray;
	text-decoration : underline;
    }

a.info:active {color: black;}

a.info:visited {color: gray;}

/* Klasse for teksten i hoyrefeltet */
.sekundaermeny {
	font-size: 11px;
	color:white;
    }
    
    .sekundaermeny a img#kampanje {border: none; margin: 15px 0;}
    
    #gulesider {
        clear: both; 
        display: block;
        }

/* Klasse for celle i hoyrefeltet */
td.hoyrefelt {
	padding-top: 40px;
	padding-left: 15px;
	padding-right: 15px;
    }

/* Klasse for linker i  venstrefelts meny'*/
a.s {
	text-decoration : none;
	color : white;
	}

a.s:hover {color: white;}

a.s:active {color: white;}

a.s:visited {color: white;}

td.leverandorer {
	width: 50%;
	text-align : center;
	padding-top: 15px;
	padding-bottom: 10px;
    }

#inline img {
    border: none;
    margin: 20px 0 5px 30px;
    float: left;
    }

.kampanjeside {visibility: hidden;}

ul#kampanjevarighet {
    width: 45%;
    float: right;
    margin-top: 60px;
    padding: 20px;
    font-size: 12px;
    }
    
    ul#kampanjevarighet li {margin-bottom: 5px;}
