* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: url(Grafik/bg_forside.gif) no-repeat fixed;
	font: 16px Arial, Helvetica, sans-serif;
}

#menu {
	position: absolute;
	left: 223px;
	top: 164px;
	width: 250px;
	z-index: 1;
}

#menu ul {	
	list-style-type: none;
}

#menu li {
	margin-bottom: 9px;
	text-align: right;
}

#menu a:link, #menu a:visited, #menu a:active {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#menu a:hover {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

#video {
	position: absolute;
	left: 514px;
	top: 164px;
	width: 560px;
	height: 340px;
	z-index: 1;
	font-size: 10px;
}

#pic {
	position: absolute;
	left: -315px;
	top: 144px;
	width: 315px;
	z-index: 0;
}

.nyt {
	color: #F00
}