body {
	background-image: url(images/baggrund.jpg);
	margin-top: 0px;
	background-repeat: repeat;
	background-attachment: scroll;
}
a:link {
	color: #000000;
}

a:visited {
  color: #000000;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #000000;
}

.h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-transform: uppercase;
	line-height: 18px;
	font-weight: 500;
}
.maintxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #000000;
}
.h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 12px;
	list-style-position: inside;
	list-style-type: circle;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 12px;
	list-style-position: inside;
	list-style-type: circle;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	line-height: 15px;
	list-style-position: inside;
	list-style-type: circle;
}


a.submenu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	color: #666666;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	width: 200px;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
}

a.submenu:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 18px;
	}

