/*

	Design: Arnt Edwin, Recommended Norge
	xhtml/css: Ole-Marius, Recommended Norge
	flash: Nina, Recommended Norge

	Fargene vi bruker er:
	M¿rkegrŒ: #4d4d4d
	
*/


* {
	font-size: 1em;
	padding: 0;
	margin: 0;
}

html { 
	font-size: 62.5%; 
} 

body {
	background: #fff url('graphics/bg-body.jpg');
	font-size: 1.2em;
	font: 1.4em/1.6em Georgia, times serif;
}

a img { border: none; }


/* Structure    
----------------------------------------------------------------------------------------------------------- */

#wrapper {
	width: 920px;
	margin: 0 auto;
}

#masthead {
	background: #fff url('graphics/bg-masthead.png') top left no-repeat;
	height: 55px;
}

#flash {
	border-top: 10px solid #4d4d4d;
	border-bottom: 10px solid #4d4d4d;
	padding:  4px 0;
	margin: 4px 0;
}

#bar {
	background: #fff url('graphics/bg-bar.png') top left repeat-x;
	margin-bottom: 10px;
	height: 40px;
	display: none;
}

#content-wrapper {
	background: #e7e8e9;
	width: 660px;
	float: right;
	padding-bottom: 2em
}

#content {
	padding: 0 2em;

}

#nav {
	width: 250px;
	float: left;
	color: #fff;

	padding: 10px 0;
	



}

#footer {


	clear: both;
	text-align: center;
	color: #111;
	padding: 15px 0;
	
	background-color: #fff;
	

	z-index: 1;
	
	
}

#footer a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #000;
}

#footer a:hover {
	color: red;
	border-bottom: 1px solid red;	
}

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

a.logoW2008 {
	height: 55px;
	background: transparent url('graphics/logo-w2008.png') center center no-repeat;
	width: 234px;
    display: block;
	text-indent: -9999px;
	float: left;
}

a.logoVAF {
	height: 55px;
	background: transparent url('graphics/logo-VAF.png') center center no-repeat;
	width: 166px;
    display: block;
	text-indent: -9999px;
	float: right;	
}


a.logoNB {
	height: 55px;
	background: transparent url('graphics/logo-NB.png') center center no-repeat;
	width: 154px;
    display: block;
	text-indent: -9999px;
	float: right;	

}

/* Bar 
----------------------------------------------------------------------------------------------------------- */


a.home {
	height: 40px;
	background: transparent url('graphics/home.png') center center no-repeat;
	width: 180px;
    display: block;
	border-right: 1px solid #fff;
	text-indent: -9999px;
}




#main {
	
	background: transparent url('graphics/bg.jpg') left top repeat-y;
	
	overflow: hidden;

}




/* Navigasjon
------------------------------------------------------------------------------------------ */

#nav h3 {
	font-size: 1.5em;
	font-weight: normal;
	padding: 5px 10px 5px 20px;
	text-transform: uppercase;
}

#nav ul {
	margin: 0;
	padding: 0;
	border-top: 1px solid #6a6a6a;	
	
}

#nav ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 1.0em;
	border-bottom: 1px solid #6a6a6a;	
	padding: 0.5em 0.5em 0.5em 2em;
	background: transparent url('graphics/bg-nav-pil.gif') 1.2em 1.2em no-repeat;
}


#nav ul li a {
	color: #fff;
	text-decoration: none;
}

#nav ul li a:hover {
	color: red;
}



/* Innhold
------------------------------------------------------------------------------------------ */


#content h1 {
	font: 2.5em Georgia, times serif;
	line-height: 1.2em;
	padding: 0.5em 0;
	color: #4d4d4d;
	
}

#content h2 {
	font: 1.8em Georgia, times serif;
	line-height: 1.2em;
	padding: 0.7em 0 0.3em 0;
	color: #4d4d4d;
	
}

#content img {
	float: left;
	padding: 5px 20px 10px 0;
}

#content img.floatRight {
	float: right;
	padding: 5px 0 10px 20px;
	
}


#content p {

	color: #111;
	margin-bottom: 1em;
	padding-right: 60px;
}

#content  ul, #content  ol {
	margin-left: 30px;
}

#content ul li, #content ol li {
	width: 450px;
	padding-bottom: 15px;
}



#content img.art-img {
	border: 4px solid #fff;
	margin-bottom: 1em;
}


#content img.inline {
	float: right;
	margin: 1em;
	margin-top: 0;
}

#content p.kilde { 
	border-top: 1px solid #2a2a2a;
	font-style: italic;
	font-size: 1em;
	width: 480px;
	padding-top: 20px;
	
}

#content p.uthev { 
	font-style: italic;
	font-weight: bold;
	color: #2a2a2a;
	
}

#content p.sitat { 
	font-style: italic;
	color: #2a2a2a;
	margin-left: 2em;
}

