body{
	padding : 0px;
	border: 0px;
	background-color: #dddddd;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	background-image: url('images/design/bakgrunn.gif'); 
	}

td {
	font-family: tahoma, arial;
	font-size: 12px;
	color: #666666;
	}



a:link, a:visited{ 
	font-family: tahoma;
	font-size: 12px;
	color: #013e7f;
	text-decoration: none;
	}
a:hover { color: #000000; text-decoration: underline; }


/* Definerer input og select taggen. Dette påvirker alle forms */
input, select, textarea{
	font-family: arial;
	border: 1px solid #999999;
	}

.imborder img { 
border: 1px solid #013e7f; 
} 

.heading {
color: #013e7f;
font-family: tahoma;
font-size: 16px;
font-weight: bold;
}

hr {
border: 0;
color: #d8d8d8;
background-color: #d8d8d8;
height: 2px;
width: 100%;
text-align: left;
}


/* Copyright notice i bunnen */
.copy {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size: 9px;
	color: #000000;
	font-weight: none;
	}
.copy a:link, .copy a:visited { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size: 9px;
	color: #666666;
	font-weight: bold;
 	}


.ref {
	float:left;
	width:210px;
	height:70px;
	background:
	url(images/gradient.gif);
	border:2px solid #666666;
	margin:10px 0 0 0;
}
.ref a:link, .ref a:visited{
	display:block;
	width:100%; 
	height:100%; 
	color:#fff;
}
.ref a:hover{
	display:block;
	width:100%; 
	height:100%; 
	background-color:#013e7f;
	text-decoration:none;
}
   


