body {
	font-family: verdana, arial, helvetica, sans-serif;
	background: white; /* #EAE8A8; #DDD9C7; */
	/* background: url(grafik/engelbrekt.jpg);*/
	font-size: 10pt;
}
H1 {
	font-size: 180%;
	font-family: Georgia, Times, serif;
}
table {
	font-size: 1.0em;
	width: 100%;
}
td {
	vertical-align: top;
}
A:link { color: #990033; text-decoration: none; }       /* unvisited link */
A:visited { color: #990033;text-decoration: none; }   /* visited links */
A:active { color: #990033; text-decoration: none; }    /* active links */
A:hover {  color: #990033; text-decoration: underline;}

#container {
	left:0;
	top: 0;
}
#left {
	position: absolute;
	float: left;
	padding: 10px;
	left: 40px;
	top: 0px;
	width: 200px;
}
#content {
	position: absolute;
	padding: 10px;
	left: 240px;
	top: 20px;
	width: 500; /* 600px */
}
.current {
	color:white;
	width:100%;
	background: #990033;
}
.copy {
	font-size: 8pt;
}
#header {
	position: absolute;
	left:240px;
	top:0px;
	width:500px;
	padding: 10px;
	font-size: 8pt;
	font-family:Verdana, Arial, helvetica, sans-serif;
}
