/*
###########################################################################################
 INSTILLINGER FOR DOKUMENTET OG BODY-DELEN
###########################################################################################
*/

body {	background-color: #222222;	
font-family: Verdana; 	font-size: 11px;	
font-style: normal;}#tekst {	position: absolute;	
top: 190px;	left: 50px;	width: 850px;	height: auto;	
	background-color: #FFFFFF;
	font-size: 11px;	font-color: #000;	
	padding: 25px;
	font face: Verdana;}	


#header {	
	background-image: url("header.jpg");	
	position: absolute;	
	top: 20px;	
	left: 20px;		
	width: 609px;
	height: 115px;
}

div.light {
	position: absolute;
	top: 250px;
	left: 608px;
	width: 250px;
	height: auto;
	color: #000;
	background-color: #f5f5f5;
	border: 1px #666666 dotted;
	padding: 4px;
}


/*
###########################################################################################
 EGENSKAPER FOR MENY
###########################################################################################
*/

#meny {	position: absolute;	left: 47px;	
	top: 150px;
	height: 20px;
	width: auto;	font-family: Verdana; 	font-size: 12px;	font-style: normal;}
#meny a:link {
	/* Padding */
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 20px;
	padding-bottom: 5px;

	font-weight: bold; 
	color: #000000; 
	cursor: pointer; 
	text-decoration: none;
	display: block;
	background-color: #FFFFFF;
} 

#meny a:visited {	
	/* Padding */
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 20px;
	padding-bottom: 5px;
	
	font-weight: bold; 
	color: #000000; 
	cursor: pointer; 
	text-decoration: none;
	display: block;
	background-color: #FFFFFF;
} 

#meny a:active {
	/* Padding */
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 20px;
	padding-bottom: 5px;

	font-weight: bold; 
	color: #c80000; 
	cursor: pointer; 
	text-decoration: none;
	display:block;
} 

#meny a:hover {
	/* Padding */
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 20px;
	padding-bottom: 5px;
	
	font-weight: bold; 
	color: #c80000; 
	cursor: pointer; 
	text-decoration: none;
	display:block;
} 

/*
###########################################################################################
 EGENSKAPER FOR LINKER
###########################################################################################
*/

a:link {
	font-weight: bold; 
	color: #c80000; 
	cursor: pointer; 
	text-decoration: none;
} 

a:visited {	
	font-weight: bold; 
	color: #c80000; 
	cursor: pointer; 
	text-decoration: none;
} 

a:active {
	font-weight: bold; 
	color: #c80000; 
	cursor: pointer; 
	text-decoration: none;
} 

a:hover {
	font-weight: bold; 
	color: #c80000; 
	cursor: pointer; 
	text-decoration: none;
} 
/*
###########################################################################################
 EGENSKAPER FOR SKRIFT (IKKE LINKER)
###########################################################################################
*/
h1 {	font-family : verdana; 	font-size : 16px; 	padding: 0px;	margin: 0px;	color: #c80000;}h2 {	font-family: verdana;
	font-weight: normal; 	margin: 0px;
	padding: 0px;	font-size: 11px;	color: #888888;
}

/*
###########################################################################################
 EGENSKAPER FOR TABELL
###########################################################################################
*/
.table,tr{
	font-size: 11px;	font-color: #000;
	font face: Verdana;}
/*
###########################################################################################
 EGENSKAPER FOR BILDER
###########################################################################################
*/


img.nyhet {
	border: 5px #CCCCCC solid; 
}