body{
	background-repeat : repeat;
	border : 0;
	background-color: #EDF5FF;
}

#Hovedindhold {
	background-color: Silver;
	height : 450px;
	width : 760px;
	left: 50%;
	margin-left: -380px;
	margin-top: -10px;
	position : absolute;
	z-index : 1;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	background-image: url(bg.gif);
	background-repeat: repeat-x;
}

#Indhold {
	width : 610px;
	height : 362px;
	margin-top : 0px;
	background-image: url(Indholdbg.gif);
	padding-left : 4px;
	padding-top : 4px;
	padding-right : 4px;
}

#Banner{
	width : 760px;
	height : 88px;
	margin-top : 0px;
	background-image : url(banner.gif)
}

#Linie{
	width : 760px;
	background-color : black;
	margin-bottom: -12px
}

#IndholdV{
	width : 150px;
	height : 393px;
	margin-top : -393px;
	margin-left : 610px;
	padding-left: 5px;
	background-image : url(IndholdVbg.gif);
}

#Linkkasse{
	width : 609px;
	height : 16px;
	margin-left: -3px;
	text-align: center;
	background-image : url(Linkkassebg.gif);
}

.hyper:link,.hyper:visited, .hyper:active {
	color: black;
	text-decoration : underline;
}

.hyper:hover {
	text-decoration : none;
	color : black;
	font-style: italic;
}