body {
	font-family: verdana, arial, helvetica, sans-serif;
	background: white; /* #EAE8A8; #DDD9C7; */
	/* background: url(grafik/engelbrekt.jpg);*/
	font-size: 82%;
}
H1 {
	font-size: 180%;
	font-family: Georgia, Times, serif;
}
H2,H3 {
	font-size: 140%;
	font-family: Georgia, Times, serif;
	margin-bottom: 0px;
}
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: 1em;	/* 10px; */
	left: 2em;	/* 40px */
	top: 0;
	width: 16em; /*200px */
}
#content {
	position: absolute;
	padding: 1em; /* 10px; */
	left: 18em;	/* 240px */
	top: 2em;	/* 20px;	/* 20px */
	width: 36em; /* 500px */
}
#extra {
	position: absolute;
	padding: 0.4em;
	left: 54em;
	top: 2em;
	width:16em;
	border: 1px solid black;
	background: buttonface;
	display:none;
	font-family: Tahoma, Arial, Helvetica;
}
#header {
	position: absolute;
	left: 18em;	/*240px; */
	top:0;
	width:36em;	/* 500px; */
	padding: 1em;	/* 10px; */
}
.current {
	color:white;
	width:100%;
	background: #990033;
}
.copy {
	font-size: 80%;
}

