/* CSS Document */

.menu {
	font-family: Courier, Arial, Times, serif;
	font-size: 16px;
	color: #000000;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
}
.overskrift-red {
	font-family: Arial, Times, serif;
	font-size: 20px;
	color: #CC3300;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	text-decoration:blink
}
.tekst {
	font-family:  Arial, Times, serif;
	font-size: 20px;
	color: #000000;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
}
.tekst-strike {
	font-family:  Arial, Times, serif;
	font-size: 20px;
	color: #000000;
	font-style: line-through;
	line-height: 20px;
	font-weight: normal;
}
.tekst2 {
	font-family: Arial, Times, serif;
	font-size: 10px;
	color: #000000;
	font-style: normal;
	line-height: 8px;
	font-weight: normal;
}
.tekst-mellem {
	font-family: Arial, Times, serif;
	font-size: 16px;
	color: #000000;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
}
.tekst-red {
	font-family: Arial, Times, serif;
	font-size: 10px;
	color: cc3300;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;;
}
.tekst-lille {
	font-family: Arial, Times, serif;
	font-size: 14px;
	color: #000000;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
}
.tekst-lille_lys {
	font-family: Arial, Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
}
A:link, A:visited, A:active {
	font-family:  Arial, Times, serif;
	font-size: 14px;
	color: #000000;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
}

A:hover {
	font-family:  Arial, Times, serif;
	font-size: 14px;
	color: #666666;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
}
.MenuBox {
	float: left;
	background-attachment: fixed;
	position: relative;
	z-index: inherit;
	background-position: left top;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
}

