/*
###########################################################################################
 INSTILLINGER FOR DOKUMENTET OG BODY-DELEN
###########################################################################################
*/

body {
	/* Marginer */
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	/* Skrift */
	font-family: arial;
	font-size: 11px;
	font-color: #000;

	/* Bakgrunn */
	background-color: #FFFFFF;

	border: 0px;
}

#tekst {
	position: absolute;
	color: #000;
	top: 378px;
	left: 253px;
	width: 520px;
	height: auto;	
	text-align: left;
	font-weight: normal;
	border: 0px;
	background-color: #FFFFFF;
}

div.light {
	color: #000;
	background-color: #f5f5f5;
	border: 1px #666666 dotted;
	padding: 4px;
	width: 430px;
}

/*
###########################################################################################
 EGENSKAPER FOR MENU
###########################################################################################
*/

#menu {
	position: absolute;
	width: 160px;
	height: auto;
	left: 55px;
	top: 338px;
	text-size: 12px;
	font-family: Arial;
	color: #FFFFFF;
	background-color: #000000;
}

#menu a:link {
	font-weight: normal; 
	text-decoration : none; 
	color: #FFFFFF; 
	cursor: pointer; 
} 

#menu a:visited {
	font-weight: normal; 
	text-decoration : none; 
	color: #FFFFFF; 
	cursor: pointer; 
} 

#menu a:active {
	font-weight: bold; 
	text-decoration : none; 
	color: #ff6600; 
	cursor: pointer; 
} 

#menu a:hover {
	font-weight: bold; 
	text-decoration : none; 
	color: #ff6600; 
	cursor: pointer; 
} 

/*
###########################################################################################
 EGENSKAPER FOR SIDEMENU
###########################################################################################
*/

div.sidemeny {
	/* Marginer */
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	/* Padding */
	padding-left: 4px;

	/* Plassering */
	position: absolute;
	width: 162px;
	left: 400px;
	top: 0px;

	color: #000;
	background-color: #fefefe;
}


/*
###########################################################################################
 EGENSKAPER FOR GRAFIKK
###########################################################################################
*/

#header {
	position: absolute;
	background-image: url("lay1.jpg");
	width: 848px;
	height: 395px;
	left: 0px;
	top: 0px;
}

/*
###########################################################################################
 EGENSKAPER FOR LINKER
###########################################################################################
*/

a:link {
	font-weight: bold; 
	text-decoration : none;  
	color: #ff6600; 
	cursor: pointer; 
} 

a:visited {
	font-weight: bold; 
	text-decoration : none;  
	color: #ff6600; 
	cursor: pointer; 
} 

a:active {
	font-weight: bold;
	text-decoration : none;  
	color : #ff6600; 
	cursor : pointer; 
} 

a:hover {
	font-weight: bold; 
	text-decoration : underline; 
	color: #ff6600; 
	cursor: pointer; 
} 

/*
###########################################################################################
 EGENSKAPER FOR SKRIFT (IKKE LINKER)
###########################################################################################
*/

h1 {
	color: #000000;
	padding: 0px;
	margin: 0px;
	text-align: left;	
	text-transform: uppercase;	
	font-size: 15px;
	font-family: arial;
	font-weight: bold;
	letter-spacing: 1px;
}

h2 {
	color: #ff6600;
	padding: 0px;
	margin: 0px;
	letter-spacing: 0px; 
	text-align:left;
	font-weight: bold; 	
	font-family: arial;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 2px;
}

h3 {
	color: #ff6600;
	padding: 0px;
	margin: 0px;
	letter-spacing: 0px; 
	text-align:left;
	font-weight: bold; 	
	font-family: arial;
	text-transform: uppercase;
	font-size: 11px;
	background-color: #000000;
}

h4 {
	font-family: verdana;
	font-size: 11px; 
	font-weight: normal; 
	letter-spacing: 2px; 
	margin-top: 0; 
	margin-bottom: 0; 
	padding-bottom: 0;
	color: #666;
}

h5 {
	color: #FFF;
	padding: 2px;
	margin: 0px;
	font-size: 11px;
	background-color: #000000;
}

b {
	color: #ff6600;
}

/*
###########################################################################################
 EGENSKAPER FOR TABELL
###########################################################################################
*/

.table,tr,td {
	color: #000;
	font face: Verdana;
	font-size: 11px;
}

/*
###########################################################################################
 EGENSKAPER FOR BILDER
###########################################################################################
*/

img.nyheter {
	border: 3px #CCCCCC solid; 
	margin: 3px;
}
img.stort {
	border: 5px #f6f4f4 solid; 
}
img {
	border: 0px;
}
