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

body {
	border-spacing: 0px 0px;
	font-family: "Trebucket", Verdana, Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	color: #333333;
	background-color: #27282f;
	height: 100%;
}

a, a:link img, a:visited img {
	text-decoration: none;
	color: white;
	border: none;
}

a:hover, a:active img {
	text-decoration: none;
	color: #CCCCCC;
	border: none;
	outline: none;
}

p {
	padding: 0px 0px 0.0em 0px;
	margin: 0px;
}

#textlink a, #textlink a:link , #textlink a:visited {
	text-decoration: underline;
	color: black;
	border: none;
}
	
#forsidemain {
	background-color: #FFFFFF;
	min-height: 255px;
	width: 680px;
	margin: 0px auto;
	padding: 0px;
}

#main {
	background-color: #FFFFFF;
	min-height: 30px;
	width: 680px;
	margin: 0px auto;
	padding: 0px;
}

#header {
	font-size: 1em;
	text-align: center;
}

#header ul {
	display: inline;
	text-indent: -40px;
	padding: 0px;
	
}

#header li {
	display: inline;
	text-indent: -40px;
	padding: 3px;
	margin-bottom: 5px;
	margin-top: 5px;
}

#header a:link, #header a:visited {
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
}

#header a:hover, #header a:active {
	color: #666666;
}

#headerBorder {
	background-image: url(images/menuborder.png);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 650px;
	margin-left: auto;
	margin-right: auto;
}



#content {
}

#pageimage {
	width: 100%;
	text-align: center;
}

.pageimage {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

#dkeng {
	text-align: right;
	width: 610px;
	left: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	border: none;
}

#inheritspacer {
	display: inherit;
}

#text {
	width: 300px;
	text-align: top;
	margin-left: 30px;
	margin-right: auto;
	padding-top: 15px;
}

#text p {
	text-align: left;
}

#text p b {
	padding-right: 5px;
	font-weight: bold;
}

#text p a {
	
}

#rightbox {
	font-family: "Trebuchet MS", Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	text-align: center;
	
}

#footer {
	position: relative;
	width: 680px;
	margin: 0 auto auto auto;
	background-color: #FFFFFF;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: center;
}

#footer p {
	margin: 60px;
	padding: 60px;
}

#bookingbg {
	background-image: url(images/logo.png);
	background-position: bottom;
	background-repeat: no-repeat;
	
}


/*Til booking*/
td {
	font-size: 1em;
}

table {
	margin-bottom: 5px;
	margin-top: 5px;
	border-color: #CCC;
}
/*Til galleri*/
#gallery {
	width: 680px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
}

#gallery img {
	clear: right;
	padding-bottom: 5px;
	border: none;
}

#galleryImage {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 10px;
	padding-bottom: 5px;
}

#galleryImage img {
	border: none;
}