body, td {
	font-family: verdana, sans-serif;
	margin: 0px;
	font-size: x-small;
}

.menutop {
	background-color: #C7D7E2;
	height: 100px;
	vertical-align: bottom;
}

h1 {
	margin: 0px;
	border-bottom: 1px solid black;
	font-size: large;
	font-weight: bold;
}

h2 {
	margin: 0px;
	font-size: medium;
	font-weight: bold;
}

.bu {
	border-bottom: 1px solid black;
	font-weight: bold;
}

.du {
	border-bottom: 1px dotted gray;
}

.knap {
	line-height: 20px;
	background-color: silver;
	border: 1px outset gray;
	padding: 2px 8px 2px 8px;
	color: black;
	text-decoration: none;
}

.knap:hover {
	background-color: #AFAEAF;
	border: 1px inset gray;
}

.menupunkt {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

.menupunkt:hover {
	color: gray;
}
