@charset "UTF-8";
/* CSS Document */

a:link { color: #FFF; text-decoration: none; }
a:visited { color: #FFF; text-decoration: none; } 
a:hover { color: #000; font-weight: bold; letter-spacing: 2px; text-decoration: none; } 

body {

	margin-top: 40px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	
	background: #000;
}

#copyright {
	position: relative;
	top: -200px;
	left: 0px;
	
	width: 640px;
	
	border: hidden;
	
	background: #000;
	
	text-align: right;
	color: #FFF;
	font-size: 10px;
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;		
}
	
#baggrund {
	background-image: url(baggrund.png);
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px:
	margin-bottom: 80px;
	
	width: 640px;
	height: 480px;
	
}

#indhold {
	width: 385px;
	height: 400px;
	
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	
	background: #F39;
	
	border: 1px solid white;
	
	opacity: 0.8;
	
	position: relative;
	top: -233px;
	left: 210px;
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	color: white;
	z-index: 10;
	
	text-align: justify;
	
	line-height: 110%;
}

p {
	text-indent: 10px;
}

h1 {
	font-size: 16px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	letter-spacing: 6px;
	text-indent: 10px;
}

h2 {
	font-size: 12px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	letter-spacing: 2px;
	text-indent: 10px;
}

#menu {
	background-color:#000;
	width: 135px;
	height: 240px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background: #C06;
	border: 1px solid white;
	opacity: 0.8;
	position: relative;
	top: 189px;
	left: 25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	z-index: 9;
}
	

