body {
	color: #000;
	background: #ffe;
/*	font-family: "Times New Roman", Times, serif; */
	margin: 5px;
	padding: 0;
}

h1 { text-align: center; }
h2 {
	margin: 0;
	padding: 0;
}

img { border: none; }

pre, tt, kbd {
	font-family: 'Courier New', Courier, monospace;
	font-size: 90%
}
pre {
	margin: 0;
	padding-left: 1em;
}

th, td {
	vertical-align: top;
	text-align: left;
}
td.aftal {
	text-align: right;
	padding: 0 2em 0 0;
}

code {
	font-family: 'Courier New', Courier, monospace;
	font-weight: bold;
	font-size: 96%;
}

#menu a { text-decoration: none; }
#menu a, #hoejrefelt a, .bred { padding: 0 5px; }
#menu a:link { color: #f00; background: none; }
#menu a:visited { color: #a00; background: none; }
#menu a:hover { color: inherit; background: #fffcf0; }

a:link {
	color: #f00;
	background: inherit;
}
a:visited {
	color: #a00;
	background: inherit;
}
a:hover {
	color: #ffe;
	background: #a00;
	text-decoration: none;
}

#ydreboks {
	position: relative;
	display: block;
	margin: 30px;
	border-left: 11em solid #fea; /* NB! */
	border-right: 11em solid #fea; /* NB! */
}

#indreboks {
	display: block;
	margin: 0 -11em; /* NB! */
	padding: 15px 15px 40px 15px;
	border: solid black;
}

#banner, #overskrift {
	color: inherit;
	background: #fea;
	text-align: center;
	border: solid black;
}
#banner {
	margin: 30px;
	padding: 10px;
}
#overskrift {
	margin: 0 30px;
	padding: 5px;
}

#menu {
	float: left;
	width: 11em; / NB! /
	left: 0;
	position: relative;
	line-height: 150%;
	white-space: nowrap;
}

#midterfelt {
	display: block;
	position: relative;
	height: 1%;
	margin: 0 11em; /* NB! */
}

#hoejrefelt {
	float: right;
	position: relative;
	display: block;
/*	line-height: 150%;*/
}

#sidefod {
	position: absolute;
	bottom: 15px;
	right: 45px;
	padding: .5em;
	text-align: right;
	border: solid black;
}


/* Til indholdet */

#indhold {
/*	max-width: 30em; */
	min-height: 40em;
}

dt {
	padding: 0.2em 1em;
	font-weight: bold;
}
dd {
	margin: 0;
	padding: 0.2em 2em;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0.2em 1em;
}

ol.alfa { list-style-type: upper-alpha; }


#menu ul {
	width: 10em;
	margin: 0;
	padding: 0 0 2em 0;
	list-style-type: none;
}
#menu ul li {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
#menu ul ul {
	margin: 0;
	padding: 0;
}
#menu ul ul li {
	padding-left: 1em;
	font-weight: normal;
}
#menu .valgt {
	padding-left: 20px;
	font-weight: bold;
}

.venstre, .hoejre {
	margin: 0;
	padding: 0;
}
.venstre { float: left; }
.hoejre { float: right; }

.grouptable {
	width: 100%;
	margin: 0;
	padding: 0;
}
.grouptable th, .grouptable td {
	margin: 0;
	padding: 0;
}
.grouptable th { white-space: nowrap; }

.small { font-size: 80%; }


.liste li {
	margin: 0;
	padding: 8px;
	list-style-type: none;
}

.pct20 { width: 20%; }

.webmaster { width: 9em; }

.nyhed {
	padding: .5em;
	border: solid black;
}


.lavetaf { text-align: right; }

.netvej {
	margin-left: 2em;
	list-style-type: circle;
}

.note { font-size: small; }


ol.type1 {
	margin: 1em 0;
	padding: 0 1.5em;
}
ol.type1 li {
	margin: 1em 0 2em 0;
	padding: 0;
}

ol.letter { list-style-type: upper-alpha; }
ol.letter li {
	margin: 1em 0;
	padding: 0;
}

tt {
	font-size: 95%;
	font-weight: bold;
}


/* Nummerering i OSS */
#oss { counter-reset: chap2 -1; }
#oss dl { counter-reset: chap1 -1; }
#oss dt {
	counter-increment: chap1;
	counter-reset: section;
}
#oss dt:before { content: counter(chap1) ". "; }

#oss dd { counter-increment: section; }
#oss dd:before { content: counter(chap1) "." counter(section) ". "; }

#oss h3 {
	counter-increment: chap2;
	counter-reset: section;
}
#oss h3:before { content: counter(chap2) ". "; }
#oss h4 { counter-increment: section; }
#oss h4:before { content: counter(chap2) "." counter(section) ". "; }


@media print {
 @page { margin: 0; }
 #menu, #hoejrefelt, #sidefod { display: none; }
 #ydreboks {
	margin: 30px 10px;
	border: none;
 }
 #indreboks, #midterfelt { margin: 0; }
}

