.VenstreMenyTekst {
	font-size: 14px;
	color: #000000;
	font-family: Helvetica, arial;
	font-weight: 500;
	text-decoration: none;
	
}

.VenstreMenyTekst:hover {
	font-size: 14px;
	color: #000000;
	font-family: Helvetica, arial;
	font-weight: 600;
	text-decoration: none;
	
}

.TopMenyTekst {
	font-size: 13px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

.StorOverskrift {
	font-size: 25px;
	color: #000000;
	font-family: times;
	font-weight: 500;
	text-decoration: none;
}

.LitenOverskrift {
	font-size: 14px;
	color: #000000;
	font-family: Helvetica, times;
	font-weight: 600;
	text-decoration: none;
}

.VanlegTekst {
	font-size: 13px;
	color: #000000;
	font-family: Helvetica, arial;
	font-weight: 400;
	text-decoration: none;
}

.BildeTekst {
	font-size: 12px;
	color: #000000;
	font-family: arial;
	font-weight: 400;
	text-decoration: none;
}

.TableBorder {
	border-style: solid;
	border-color: #000000;
	border-width: 1;
}

.DottedBorder {
	border-style: dotted;
	border-color: #000000;
	border-width:thin;
}

.RightTopDottedBorder {
	border-right-style: dotted;
	border-right-color: #000000;
	border-right-width: 1;
	
	border-top-style: solid;
	border-top-color: #000000;
	border-top-width: 1;
}

.RightDottedBorder {
	border-right-style: dotted;
	border-right-color: #000000;
	border-right-width: 1;
}

.TopDottedBorder {
	border-top-style: dotted;
	border-top-color: #000000;
	border-top-width: 1;
}

.LeftBottomDottedBorder {
	border-left-style: dotted;
	border-bottom-style: solid;
	border-left-color: #000000;
	border-left-width: 1;
	border-bottom-color: #000000;
	border-bottom-width: 1;
}

.LeftDottedBorder {
	border-left-style: dotted;
	border-left-color: #000000;
	border-left-width: 1;
}

.RightDottedBorder {
	border-right-style: dotted;
	border-right-color: #000000;
	border-right-width: 1;
}


.MenyListe {

	list-style-type: square
	
}

.BottomSolidBorder {
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 1;
}

.TableCellTest {
	width=33;

}