/* CSS Document */

body {
	margin: 20px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFEC;
}
p {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 10px;
	line-height: 17px;
	font-weight: normal;
}
h1 {
	font-size: 15px;
	font-weight: bolder;
	margin: 0px;
	padding: 0px 0px 10px;
	color: #51626F;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 10px;
	line-height: 17px;
}
.bolder {
	font-weight: bold;
}
.kursiv {
	font-style: oblique;
}
a:link {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	color: #EBC71C;
	font-weight: normal;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}

#meny a:link {
	color: #51626F;
	font-weight: bold;
	text-decoration: none;
}
#meny a:visited {
	color: #51626F;
	font-weight: bold;
	text-decoration: none;
}
#meny a:hover {
	color: #51626F;
	font-weight: bold;
	text-decoration: underline;
}
#meny a:active {
	text-decoration: none;
	color: #51626F;
	
}