body {
	background-color:	#C0C0C0;
	background-image: 	url("billeder/bg_manus.jpg");
	font-family: 		verdana, sans-serif ! important;
	font-size:			.8em ! important;
	line-height:		1.5em ! important;
	margin:				0px ! important;
	}

h1 { 
	font-size:			1.5em;
	margin-bottom:		1em;
	}

h2 { 
	font-size:			1.1em;
	margin-bottom:		1em;
	margin-top:			2em;
	}

h3 { 
	font-size:			1em;
	margin-bottom:		1em;
	margin-top:			2em;
	}

font {
	font-family: 		verdana, sans-serif;
	font-size:			12px ! important;
	}

sup {
	font-size:			.9em;
	}

#main {
	background-color:	#FFFFFF;
	position:			absolute;
	top:				100px;
	left:				150px;
	width:				530px;
	border:				1px solid #000000;
	padding:			20px;
	}

#menu {
	background-color:	#FFFFFF;
	position:			absolute;
	top:				100px;
	left:				50px;
	width:				99px;
	border-top:			1px solid #000000;
	border-left:		1px solid #000000;
	border-right:		1px solid #000000;
	}
#menu p {	
	border-bottom:		1px solid #000000;
	margin:				0px;
	padding:			0px;
	}
#menu p a {	
	text-decoration:	none;
	color:				#000000;
	padding:			20px;
	display: 			block;
	}
#menu p:hover {	
	background-color:	#C0C0C0;
	color:				#FF0000;
	}
#menu p a:hover {	
	background-color:	#C0C0C0;
	color:				#FF0000;
	}

#top {
	background-color:	#FFFFFF;
	position:			absolute;
	top:				0px;
	left:				50px;
	height:				99px;
	border:				1px solid #000000;
	width:				670px;
	}
#top p {
	font-size: 			20px;
	font-weight:		bold;
	text-align:			center;
	margin-top:			35px;
	}

