body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	line-height: 1.2;
	background-color: #FFF;
	margin: 10mm;
}
#divMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	font-weight: bold;
	padding-top: 20px;
}
#divMenu ul li {
	display: inline;
	list-style-type: none;
	margin-right: 15px;
	color: #333333;
	text-decoration: none;
}
#divMenu li a:link {
	text-decoration: none;
	color: #333333;
}
#divMenu li a:visited {
	text-decoration: none;
	color: #333333;
}
#divMenu li a:hover {
	color: #CDBB9A;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDBB9A;
	padding-bottom: 3px;
}
#divMenu li a:active {
	text-decoration: none;
	color: #333333;
}
#divMenu li a.current,#divMenu li a.current:hover,#divMenu li a.current:active  {
	color: #CDBB9A;
	text-decoration: none;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDBB9A;
	padding-bottom: 3px;
}
#divContent {
	width: 620px;
	padding-right: 40px;
	padding-left: 40px;
	font-size: 0.8em;
	line-height: 1.2;
}
#divContent ul li {
	line-height: 2;
}
#divBottom {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #FFF;
	font-size: 0.8em;
	line-height: 1.2;
	padding: 10px;
}
.overskrift {
	font-size: 1.6em;
	line-height: 1.1;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
	font-weight: bold;
}
p {
	margin: 0px;
	padding-bottom: 10px;
}
hr {
	color: #ABBCCC;
	height: 1px;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #CDbb9A;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: underline;
}
.holder {
}
.tableHead {
	color: #000;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
}
#divSubmenu {
	display: none;
}
