body {
	background-color:	#C0C0C0;
	background-image: 	url("billeder/bg_manus.jpg");
	font-family: 	arial, sans-serif ! important;
	font-size:		.8em ! important;
	line-height:	1.5em ! important;
	margin:			0px ! important;
	}

h1 { 
	font-size:		1.5em;
	margin-bottom:	1em;
	padding-bottom:	4px;
	border-bottom:	2px solid #990000;
	}

h2 { 
	font-size:		1.1em;
	margin-bottom:	.5em;
	margin-top:		2em;
	}

h3 { 
	font-size:		1em;
	margin-bottom:	1em;
	margin-top:		2em;
	}

font { 
	font-family: 	arial, sans-serif;
	font-size:		12px ! important;
	}

sup {
	font-size:		.9em;
	}

#main {
	background-color:	#FFFFFF;
	position:		absolute;
	top:			100px;
	left:			200px;
	width:			480px;	
	border:			1px solid #000000;	
	padding:		20px;
	}

#menu {
	background-color:	#FFFFFF;
	position:		absolute;
	top:			100px;
	left:			50px;	
	width:			149px;
	border-top:		1px solid #000000;
	border-left:	1px solid #000000;
	border-right:	1px solid #000000;
	}
#menu p {	
	border-bottom:	1px solid #000000;
	margin:			0px;
	}
#menu p a {	
	text-decoration:	none;
	color:			#000000;
	padding:		10px;
	padding-left:	20px;
	display: 		block;
	}
#menu p:hover {	
	background-color:	#C0C0C0;
	color:			#FF0000;
	}
#menu p a:hover {	
	background-color:	#C0C0C0;
	color:			#FF0000;
	}

#top {
	background-color:	#669999;
	position:		absolute;
	top:			0px;
	left:			50px;
	height:			79px;
	border:			1px solid #000000;	
	padding:		10px;
	width:			650px;	
	}
#top p {
	color:			#FFFFFF;
	font-size: 		32px;
	font-weight:	bold;
	text-align:		center;
	margin-top:		30px;
	}