#container {
	background: white;
	border: none;
	color: black;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding: 0;
}

h1 {
	font-size: 125%;
	margin: 0;
	font-family: sans-serif;
}

h2 {
	font-size: 110%;
}

h3 {
	font-size: 105%;
}

h4 {
	font-size: 100%;
	font-weight: bold;
}

p {
	text-align: justify;
}

.smaller {
	font-size: smaller;
}

#venstre_kolonne {
	display: none;
}

#hoved {
	display: none;
}

#hovedtekst {
	display: none;
}

#index_hoved {
	display: none;
}

#hoejre_kolonne {
	float: right;
	padding: 0;
	margin: 0;
	background: white;
	color: black;
}

#fod {
	display: none;
}

a:link, a:visited, a:active {
	background: white;
	color: black;
 	text-decoration: underline;
}

.borders {
	border: 1px solid black;
}