html,body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	margin: 0px;
	}

#topbox {
	margin: 30px auto;
	color: #000080;
	width: 80%;
	height: 60px;
	background: #fff url(topbg.gif) repeat-x;
	border: 3px solid #000080;
	position: relative;
	}

#topbox h1 {
	position: absolute;
	margin: 0;
	top: 22%;
	left: 50%;
	font-size: 24px;
	margin-left: -88px;
	}

#indhold {
	margin-left: 190px;
	margin-right: 20px;
	}

#menu {
	position:absolute;
	top: 30px;
	left: 10px;
	width: 160px;
	color: #000;
	background: #fff url(menubg.gif) repeat-y;
	border: 3px solid #000080;
	}

#menu a {
	display: block;
	text-decoration: none;
	padding: 5px;
	}

#menu a:link, #menu a:visited, #menu a:active {
	color: #000080;
	background: inherit;
	}

#menu a:hover {
	color: #f00;
	background-color: #000080;
	}

#content {
	margin-top: 35px;
	}

#content a:link, #content a:visited, #content a:active {
	color: #000080;
	background-color: #eee;
	text-decoration: none;
	}

#content a:hover {
	color: #fff;
	background-color: #00f;
	text-decoration: none;
		}

h1, h2, h3, h4, h5 {
	text-align: center;
	}

h5.tal {
	text-align: left;
	}

code {
	display: block;
	padding: 10px;
	color: #00f;
	background-color: #eee;
	border: 1px solid #ccc;
	font-family: "courier new", courier, monospace;
	font-size: 13px;
	}

#overst {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	}

tt {
	color: #00f;
	background-color: inherit;
	font-size: 13px;
	}

.mt30 {
	margin-top: 30px;
	}

.mb30 {
	margin-bottom: 30px;
	}

table {
	border-collapse: collapse;
	}

td {
	border: 1px solid #000;
	vertical-align: top;
	padding: 5px;
	}