body, html {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	background-color : white;
}

#container {
	width: 100%;
	margin: 0 auto 0 auto;
	border: none;
	padding: 0;
}

#top, #menu, #tekst img {
	display: none;
}

#indhold {
	background-color: white;
}

#tekst {
	margin: 0;
	padding: 0;
}

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

a {
	color: black;
}

a:visited {
	color: silver;
}

h1 {
	font-size: 150%;
	color: black;
	margin-top: 0;
}

h2 {
	font-size: 130%;
	text-decoration: underline;
	font-weight: bold;
	margin-bottom: 0.2em;
}

h3 {
	font-size: 120%;
	margin: 0.5em 0 0 0;
}

.smaller {
	font-size: smaller;
}

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

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

.nowrap {
	white-space: pre;
}

li {
	list-style-image: url(/pics/dot.jpg);
}

.normal li {
	list-style-image : none;
	list-style-type : disc;
}

.numbers li {
	list-style: decimal;
}

.red {
	color: red;
}