.hovedlinker	{
	list-style-type: none;
	padding: 0px;
	display: inline;
	list-style-type: none;
	margin: 2px; 
				}

#hovedlinker li a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#hovedlinker li a:visited {
  	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#hovedlinker li a:hover {
	color: #0066FF;
	text-decoration: none;
	font-weight: bold;	
}

#hovedlinker li a:active {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
				
#interne_linker		{
	position: absolute;
	width: 190px;
	background-color: #FFFFFF;
			}

#interne_linker	ul	{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
					}
						
#interne_linker li	{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
					}		

#interne_linker li	a:link {
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding: 4px;
	background-color: #0066FF;
	color: #FFFFFF;
	text-decoration: none;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	letter-spacing: 2px;
				}
							
#interne_linker li	a:visited	{
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding: 4px;
	border-left: 10px solid #711515;
	border-right: 10px solid #711515;
	background-color: #0066FF;
	color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-decoration: none;
	letter-spacing: 2px;
								}	
								
							
#interne_linker li	a:hover		{
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding: 4px;
	border-left: 10px solid #711515;
	border-right: 10px solid #711515;
	background-color: #CCCCCC;
	color: #000000;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-decoration: none;
	letter-spacing: 2px;
								}																						

a:link {
	color: #0000CC;
	text-decoration: none;
	font-weight: normal;
}

a:visited {
  	color: #0000CC;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #0066FF;
	text-decoration: none;
	font-weight: normal;
}

a:active {
	color: #FF0000;
	text-decoration: none;
	font-weight: normal;
}


