body{
	font-family : Verdana, sans-serif;
	font-size	: 90%;
	scrollbar-face-color:#D3D3D3;
	scrollbar-shadow-color:#696969;
	scrollbar-highlight-color:#ffffff;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-darkshadow-color:#696969;
	scrollbar-track-color:#D3D3D3;
	scrollbar-arrow-color:#000000;
	background-color: 	#efefef;
	margin-top		: 20px;
	
}

.banner{
	font-family	: verdana;
	font-color	: #2f348d;
	font-size	: 90%;
}
	
.rubrik5{
	font-size	: 180%;
}

.text{

	font-family : Verdana, sans-serif;
	font-size	: 90%;
	font-color	: black;	
}

.border{
	border-top-color: #657b5f;
	border-left-color: #657b5f;
	border-right-color: #657b5f;
	border-bottom-color: #657b5f;
	border-style: solid;
}
	

.ram {
	border-top-width: thin;
	border-left-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-top-color: #750edc;
	border-left-color: #750edc;
	border-right-color:#750edc;
	border-bottom-color:#750edc;
	border-style: dotted;
	padding-right 	: 7px;
	padding-left	: 7px;
	padding-bottom	: 7px;
	padding-top		: 7px;
}

.kantlinje { 
	border: #000000; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px}
	
.linjeunder { 
	border: #000000; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 0px}

a:link,a:active
	{
	font-family 	: Verdana;
	color 			: #000000;
	font-size 		: 90%;
	font-weight  	: bold;
	text-decoration : none;
 }
 
 a:visited
	{
	font-family 	: Verdana;
	color 			: #000000;
	font-size 		: 90%;
	font-weight  	: bold;
	text-decoration : none;
 }
 
 a:hover
	{
	font-family 	: Verdana;
	color 			: #696969;
	font-size 		: 90%;
	font-weight  	: bold;
	text-decoration : underline;
	
	
 }
 

th{  
	font-family 	: Verdana;
	color 			: black;
	font-size 		: 100%;
	font-weight  	: bold;
	
}

h1{  
	font-family 	: Verdana;
	color 			: #471874;
	font-size 		: 130%;
	font-weight  	: bold;
}



h2{  
	font-family 	: Verdana;
	color 			: #000000;
	font-size 		: 100%;
	font-weight  	: bold;
	font-style		: italic;
}
h3{  
	font-family 	: Verdana;
	color 			: #471874;
	font-size 		: 90%;
	font-weight  	: bold;
}

.adress{  
	font-family 	: Verdana;
	color 			: #471874;
	font-size 		: 90%;
	font-weight  	: bold;
}

.copyright{  
	font-family 	: Verdana;
	color 			: #808080;
	font-size 		: 70%;
	font-weight  	: bold;
}
.padding{  
	padding-right 	: 7px;
	padding-left	: 7px;
	padding-bottom	: 7px;
	padding-top		: 7px;
}

#box {
	position		:	absolute;
	top				:	#40px;
	left			:	#40px;
	width			:  	#150px;
	border-color	:	red;
	border-style	:	solid;
	border-width	:	thin;
	background-color: 	#CCCC99;
	
}

