body {
	margin:0px;
	padding:0px;
	background-color:#FFE;
	font-family:verdana,helvetica,arial,sans-serif;
	font-size-adjust:0.58;
	font-size:.75em;
}
table, th, td, h1, h2, h3, h4, p, pre, strong, em, b, i, div, span {
	font-family:verdana,helvetica,arial,sans-serif;
	font-size:100%; /* omgå sær opførsel i IE5.5 */
}

body {
}

h1, h2, h3, h4, h5, h6 {
	clear:both;
}

p {
	margin-top: 0ex;
	margin-bottom:1em;
}

h1 {
	font-size:160%;
	font-weight:bold;
}
h1:first-child {
	margin-top:.4ex;
}
h2 {
	font-size:130%;
	font-weight:bold;
	margin-top:1em;
	margin-bottom:.1em;
}

.todo {
	background-color:yellow;
	color:black;
}

#header {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:52px;
	background-repeat:no-repeat;
	background-color:#E7DEC7;
	background-image:url(header.jpg);
	background-position:right;
	overflow:hidden;
	z-index:10;
}
body>div#header {
  position:fixed;
}
#header .text {
	padding-top:.5ex;
	padding-left:1em;
}
#header .title {
	font-weight:bolder;
	font-size:140%;
}
#header .subtitle {
	font-size:85%;
}

#menu {
	position:absolute;
	top:0px;
	left:0px;
	bottom:0px;
	margin-top:52px;
	width:12.5em;
	height:auto;
	background-color:#FE9;
/* overflow:hidden; */
/* bottom:0px;*/
}
body>div#menu {
  position:fixed;
}

.content {
	padding-top:52px;
	padding-left:13em;
	padding-right:0.5em;
	padding-bottom:0.5em;
	margin-bottom:1px;
}

#footer {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:1px;
	font-size:0.1px;
}
body>div#footer {
	position:fixed;
}

.menusection {
	padding:2px;
	background-color:#FC2;
	color:black;
	font-weight:bolder;
	white-space:nowrap;
}

.menuitem {
	padding:2px;
	text-indent:.6em;
	color:black;
	font-weight:bolder;
	white-space:nowrap;
}

.menuitem a:link { text-decoration:none; color:#3366ff }
.menuitem a:visited { text-decoration:none; color:#5493B4; }
.menuitem a:hover { text-decoration:underline; color:#666666}


@media print {
	#header { display:none; }
	#menu { display:none; }
	.content { position:relative; padding:0px; left:0px; top:0px; }
	#footer { display:none; }
	body { background-color:white; }
}

.screenonly {}
.printonly { display:none; }
@media print {
  .screenonly { display:none; }
  .printonly { display:block; }
}

.pdf {
	border:none;
	vertical-align:middle;
}
