.text { font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.header {
	font-family: Arial, Verdana, sans-serif;
	font-size: 24px;
	font-weight: bolder;
}
.boldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.headers {
	font-family: Arial, Verdana, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #663333;
}

.navigation { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: 700; color: #FF0000; text-decoration: none}
A.navigation { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: 700; color: #FF0000; text-decoration: none}
A.navigation:hover { color: #FF6600; }
A.navigation:active { color: #FF6600; }
A.navigation:visited { color: #FF0000; }
A.navigation:visited:hover { color: #FF6600; }
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.mediumtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.text10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.header18 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 18px;
	font-weight: bolder;
}
.headersbrown14 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #663333;
}

/* Menu */

#navigation {
	width: 750px;
	color: #FFF;
	padding: 0px;
	height: 20px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	display: block;
	overflow: hidden;
	background-color: #FFF;
}
#navigation ul {
	margin: 0;
	padding: 0;
}
#navigation li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-image: none;
	list-style-type: circle;
}
#navigation a {
	float: left;
	overflow: hidden;
	height: 0px !important;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#navigation a:hover {
	background-position: 0 -20px;
}
#navigation a:active, #navigation a.current {
	background-position: 0 -40px;
}
#buscharters a {
	width: 168px;
	height: 20px;
	margin-left: 0px;
	margin-right: 36px;
	background: url(images/menu_01.png) top left no-repeat;
}
#fjord a {
	width: 133px;
	height: 20px;
	margin-left: 0px;
	margin-right: 36px;
	background: url(images/menu_02.png) top left no-repeat;
}
#attractions a {
	width: 144px;
	height: 20px;
	margin-left: 0px;
	margin-right: 37px;
	background: url(images/menu_04.png) top left no-repeat;
}
#contact a {
	width: 99px;
	height: 20px;
	margin-left: 0px;
	margin-right: 37px;
	background: url(images/menu_05.png) top left no-repeat;
}
#home a {
	width: 59px;
	height: 20px;
	margin-left: 0px;
	background: url(images/menu_06.png) top left no-repeat;
}


p a img.gallery {
	border: 10px solid #d9ebe3;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 75px;
}
p a:hover img.gallery {
	border-top-color: #457b64;
	border-right-color: #457b64;
	border-bottom-color: #457b64;
	border-left-color: #457b64;
}

select { font-size: 10px; }
