body, html {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	background-color: white;
	line-height: 100%;
	margin: 0;
}

#top, #menu, #bottom, #au_logo {
	float: right;
	display: none;
}

#indhold {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea, select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: smaller;
}

a {
	color: black;
}

a:visited {
	color: gray;
}

h1 {
	font-size: 150%;
	color: black;
	margin-top: 0;
	font-weight: normal;
	line-height: 125%;
}

h2 {
	font-size: 120%;
	text-decoration: none;
}

h3 {
		font-size: 110%;
		text-decoration: underline;
}

.smaller {
	font-size: smaller;
}

.plain {
	text-decoration: none;
	color: black;
}

.redbold {
	color: black;
	background: transparent;
	font-weight: bold;
}

.progress {
	width: 100%;
	line-height: 125%;
	border: 1px solid black;
	padding: 10px;
	clear: right;
}

.active {
	color: black;
	background: transparent;
	text-decoration: none;
	margin-right: 3%;
	font-weight: bold;
	font-size: smaller;
	width: 50%;
}

.inactive,a.inactive:link,a.inactive:active,a.inactive:visited {
	color: silver;
	background: transparent;
	margin-right: 3%;
	font-weight: bold;
	font-size: smaller;
	width: 50%;
}

.tr_light {
	background-color: white;
	color: black
}

.tr_dark {
	background-color: black;
	color: white;
}

.top_border {
	border-top: 1px solid black;
}

.bottom_border {
	 border-bottom: medium double black;
}

.nowrap {
	white-space: pre;
}

#print {
	display: none;
}

.red {
	color: black;
}