/********************************************


/* top elementer */
* { margin: 0; padding: 0; outline: 0; }

body {
	color: #777;
	text-align: center;
	margin: 15px 0;
	background-color: #34312A;
	background-image: url(images/bak.gif);
	background-repeat: repeat;
	font-family: Verdana, Tahoma, arial, sans-serif;
	line-height: 1.5em;
	font-size: 11px;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 790px;
	margin: 0 auto;
	text-align: left;
	background-color: #CCC;
	background-image: url(images/contantbak.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#content-wrap {
	clear: both;
	width: 760px;	
	margin: 5px auto;
	padding: 0; 	
}
#header {
	position: relative;
	height: 131px;
	padding: 0;
	color: #fff;
	background-color: #FFFFFF;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#header #logo {
	margin-top: 40px;
	margin-bottom: 0px;
	margin-left: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}

/* links og tekst formater*/
a, a:visited {
	text-decoration: none;
	background: inherit;
	color: #B3020B; 
}
a:hover {
	text-decoration: underline;
	background: inherit;
	color: #333333;
}


h1, h2, h3 { font-family: Georgia, "Times New Roman", Times, serif;  }
h1 {
	font-size: 180%;	
	font-weight: normal;	
	color: #555;
}
h2 {
	font-size: 160%;
	color: #666666;
	font-weight: normal;
}
h3 {
	font-size: 135%;	 
	color: #666666;
}

h1, h2, h3, p {
	margin: 10px 15px;
	padding: 0;
}
/* bilder */
img {
	padding: 5px;
	border:none;
}
img.float-right { margin: 5px 0px 10px 10px;  }
img.float-left { margin: 5px 10px 10px 0px; }


ul, ol {
	margin: 5px 15px;
	padding: 0 25px;
}


.bladlogoer {
	margin-top: 3px;
	margin-right: 5px;
	margin-left: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}




/* start - table */
table {
	border-collapse: collapse;
	width: 80%;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	border:none;
}

th strong {
	color: #fff;
}
th {
	background: #306bc1 url(button-bg.jpg) repeat-x 0 0; 
	height: 35px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: left;
	border: 1px solid #306bc1;
	border-bottom-width: 2px;
}
tr {
	height: 32px;
	background: #fff;	
}
td {
	padding-left: 12px;
	padding-right: 12px;
	border: 1px solid #FFFFFF; 
}
/* end - table */






/* navigation */
#menu {
	clear: both;
	margin: 0 auto;
	padding: 0;
	height: 40px;
	width: 790px;
	background-color: #FFFFFF;
	background-image: url(images/meny.jpg);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 40px;
	font-weight: normal;
}


#menu ul {
	float: left;
	list-style: none;
	margin:0; padding: 0 0 0 20px;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 12px;
	color: #333333;
	text-decoration: none;
	background-image: url(images/seperator.jpg);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	font-weight: normal;
}
#menu ul li a:hover {
	color: #FFFFFF;	
}
#menu #current {
	font-weight: bold;
}


/* Main Column */
#main {
	float: left;
	width: 555px;
	display: inline;
	background-image: url(images/box-copy.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}
#main h2 {
	margin-bottom: 0;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 180%;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
#main h2 a {
	color: #666666;
	text-decoration: none;	
}

#main p, #main h1, #main h2, #main h3, #main ol, #main ul,
#main blockquote, #main table, #main form {
	margin-left: 30px;
	margin-right: 30px;
}


#main ul li {
	list-style-image: url(bullet.gif); 
}

/* Sidebar */	
#sidebar {
	float: right;
	width: 195px;
	padding: 0;
	margin: 10px 0 0 0;
	color: #777;
	border: 1px dashed #D0CDC8;
}	
#sidebar h2 {
	margin: 15px 5px 10px 5px;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: bold;
}
#sidebar p {
	margin-left: 5px;
}

#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 7px 10px 8px 0;
	padding: 0;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #A9D4EF;
}
#sidebar ul.sidemenu li {
	list-style: none;
	padding: 4px 0 4px 5px;
	margin: 0 2px;
	color: #777;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D1CEC9;
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;	
	color: #666666;				
}
#sidebar ul.sidemenu li a:hover {	
	color: #333;
}
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { border: none; }

/* Footer */	
#footer {
	color: #FFFFFF;
	clear: both;
	width: 790px;
	height: 57px;
	text-align: center;
	font-size: 90%;
	background-color: #FFFFFF;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#footer p { 
	padding: 10px 0;
	margin: 0;
}
#footer a { 
	color: #fff;
	text-decoration: none; 
}



/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
#menu #current {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}


.hvittekst {
	color: #FFFFFF;
}
