/* CSS Document */

body {
	background-color:#000000;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 48% 2%;
}

#indhold{
	width:890px;
	margin-top: 70px;
	margin-bottom: 100px;
	margin-right: auto;
	margin-left: auto;
	position: relative;	
}

table {
	background-color: #FFFFFF;
}

#logo {
	position: absolute;
	left: 335px;
	top: 38px;
}

.tekst {
	font-family: Tahoma;
	color: #000000;
	font-size: 11px;
	line-height: 14px;
}

.header {
	font-family: Tahoma;
	color: #000000;
	font-size: 12px;
	line-height: 14px;
}

.menu {
	color: #ffffff;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a:link {
	color: #ffffff;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #ffffff;
	text-decoration: none;
}

a:active {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration:underline;
}

a.page:link{
	color: #000000;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	line-height: 45px;
}

a.page:visited{
	color: #000000;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	line-height: 45px;
}	

a.page:active{
	color: #000000;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	line-height: 45px;
}

a.page:hover{
	color: #000000;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	line-height: 45px;
}
		
a.sidemenu:link{
	color: #000000;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 45px;
}

a.sidemenu:visited{
	color: #000000;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 45px;
}

a.sidemenu:active{
	color: #000000;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 45px;
}

a.sidemenu:hover{
	color: #000000;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 45px;
}

a.almlink:link{
	color: #000000;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	line-height: 22px;
}

a.almlink:hover{
	color: #000000;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-decoration:underline;
	line-height: 22px;
}

a.almlink:active{
	color: #000000;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	line-height: 22px;
}

a.almlink:visited{
	color: #000000;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: underline;
	line-height: 28px;
}

a.booking:link{
	color:#663E00;
	font-family: Tahoma;
	font-size: 12px;
	font-weight:bold;
	text-decoration: underline;
	line-height: 22px;
	letter-spacing: 1px;
}

a.booking:hover{
	color:#663E00;
	font-family: Tahoma;
	font-size: 12px;
	font-weight:bold;
	text-decoration:underline;
	line-height: 22px;
}

a.booking:active{
	color: #663E00;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 22px;
}

a.booking:visited{
	color: #663E00;
	font-family: Tahoma;
	font-size: 12px;
	font-weight:bold;
	text-decoration: underline;
	line-height: 28px;
}

#copyright {
	color: #666666;
	font-family: Tahoma;
	font-size: 10px;
	padding: 7px;
}

/**
#teaser {
	position: absolute;
	left: 264px;
	top: 100px;
}
