/* body attributes */
body {
	font-family: arial, verdana, sans-serif;
	background: #f4f6f6 url('/gfx/body-bg.gif') repeat-x left top;
	margin: 0px;
	text-align: center;
	color: #333;
}

a {outline: none;}
a:link {color: #005562;}
a:visited {color: #008b9f;}
a:hover {color: #cc0000;}
a:active {color: #cc0000;}

.invlink:link, .invlink:visited {
	text-decoration: none;
	color: #333;
}

img {
	border: 0px;
	outline: none;
}

/* standard font-size */
h4, p, .p, th, ul, ol, .date, blockquote, #content table tr td {
	font-size: 75%;
}

blockquote p, blockquote blockquote, ol ul, ul ol, ol ol, ul ul {
	font-size: 1em;
}

/* TEXT ELEMENTS */
h1, h2, h3, h4, p {
	margin: 0px;
}

h1 {
	font-size: 112.5%;
	font-weight: normal;
	margin-bottom: 25px;
}

h2 {
	font-size: 100%;
	font-weight: normal;
	margin-bottom: 10px;
	color: #4d4d4d;
}

h3 {
	font-size: 81.2%;
	font-weight: normal;
	margin-bottom: 10px;
}

p {
	margin-bottom: 10px;
	line-height: 135%;
}

p.lineheight {
	line-height: 150%;
}

blockquote {
	margin: 0px 0px 0.75em 20px;
	line-height: 150%;
}

th {
	text-align: left;
}

hr {
	border-width: 0px;
	border-top: 1px solid #ccc;
	height: 1px;
}

/* FORM */
form {
	margin: 0px;
}

.text, textarea, .submit, select {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
}

p .text, p textarea, p select {
	font-size: 1em;
}

.text, .fieldtype-string input, .fieldtype-email input, .fieldtype-int input, .fieldtype-price input {
	height: 17px;
	max-height: 22px;
	font-size: 12px;
}

.text, textarea, .fieldtype-string input, .fieldtype-email input, .fieldtype-int input, .fieldtype-price input {
	font-family: arial, verdana, sans-serif;
	border: 1px solid #ccc;
	padding: 4px 3px 0px 3px;
	width: 220px;
}

.fieldtype-string label, .fieldtype-text label, .fieldtype-email label, .fieldtype-price label, .fieldtype-int label, .fieldtype-select label {
	float: left;
	width: 100px;
	padding-top: 3px;
}

.required label, .required h3 {
	font-weight: bold;
}

.fieldtype-radio h3, .fieldtype-checkbox h3 {
	float: left;
	width: 100px;
	font-size: 12px;
}

.fieldtype-radio label, .fieldtype-checkbox label {
	font-weight: normal;
}

.fieldtype-radio p {
	margin-left: 100px;
}

.customform .fieldtype-radio input, .customform .fieldtype-checkbox input {
	float: left;
	vertical-align: top;
}

.customform .fieldtype-radio label, .customform .fieldtype-checkbox label {
	margin-left: 30px;
	height: 20px;
	display: block;
	cursor: pointer;
}

* html .customform .fieldtype-radio label, * html .customform .fieldtype-checkbox label {
	padding-top: 3px;
}

.checkbox {
	vertical-align: middle;
	cursor: pointer;
	margin: 0px 7px 3px 0px;
}

label {
	cursor: pointer;
}

table.tf th, table.tf td {
	padding: 4px;
}

/* MAIN */
#main {
	position: relative;
	width: 980px;
	margin: 0px auto;
	text-align: left;
}

/* TOPNAV */
#topnav {
	font-size: 75%;
	height: 20px;
	max-height: 10px;
	padding-top: 20px;
	text-align: right;
	color: #959595;
	margin-right: 10px;
	position: absolute;
	width: 970px;
}

#topnav a:link, #topnav a:visited {
	color: #959595;
	text-decoration: none;
}

#topnav a:hover {
}

#topnav img {
	margin-left: 7px;
	vertical-align: top;
}

/* TOP */
#top {
	height: 145px;
	padding-top: 10px;
}

#top img {
	margin-left: 5px;
}

/* MENU */
ul#topmenu {
	position: absolute;
	width: 100%;
	margin: 77px 0px 0px 0px;
	padding: 0px;
	font-size: 13px;
	z-index: 99;
	background: url('/gfx/menubar.gif') no-repeat;
	height: 61px;
	padding: 6px 5px 0px 5px;
}

#topmenu li {
	list-style: none;
	float: left;
}

#topmenu a {
	display: block;
	max-height: 25px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	line-height: 28px;
	padding: 0px 20px 3px 20px;
	border-right: 1px solid #e1e2e3;
	
}

#topmenu .first a:link, #topmenu .first a:visited {
	background: transparent;
}
#topmenu .first.hover a, #topmenu .first.act a {
	background: url('/gfx/menu-first.gif') no-repeat left top;
}
#topmenu a:link, #topmenu a:visited {
	color: #333;
	background: url('/gfx/topmenu-a.gif') repeat-y left top;
}
#topmenu .hover a, #topmenu .act a {
	background: url('/gfx/topmenu-hover.gif') repeat-x left top;
	padding-bottom: 4px;
	text-shadow: #eee 0.0em 1px 1px;
}
#topmenu ul a:hover, #topmenu ul a:active, #topmenu ul .act a {
	text-shadow: #000 0.0em 0px 0px;
}
* html #top menu a {
	width: 100%;
}

ul#topmenu ul {
	display: none;
	padding-left: 5px;
	margin-left: 15px;
	width: 960px;
	position: absolute;
	top: 35px;
	left: 0px;
	font-size: 11px;
	overflow: hidden;
	height: 28px;
}
#topmenu .act ul {
	display: block;
}
#main #topmenu ul li {
	padding-top: 10px;
}
#main #topmenu ul a {
	padding: 0px;
	border: 0px;
	line-height: 18px;
	height: 18px;
	background: transparent;
	margin-right: 8px;
	padding-left: 3px;
}
#main #topmenu ul span {
	display: block;
	padding-right: 6px;
	padding-left: 3px;
}
#main #topmenu ul a:hover, #main #topmenu ul li.act a {
	background: url('/gfx/left-grey.png') no-repeat left top;
	color: #fff;
}
#main #topmenu ul a:hover span, #main #topmenu ul li.act span {
	background: url('/gfx/right-grey.png') no-repeat right top;
}

/* SUBMENU */
#submenu {
	background: url('/gfx/submenu-bg.gif') no-repeat left top;
	float: left;
	width: 250px;
	max-width: 220px;
	min-height: 300px;
	padding: 30px 0px 0px 30px;
	position: relative;
	z-index: 999;
}

* html #submenu {
	height: 300px;
}

#submenu form {
	font-size: 12px;
}

#submenu form h1 {
	font-size: 12px;
}

#submenu select {
	font-size: 12px;
	margin-bottom: 10px;
}

#submenu form a {
	display: block;
	margin-bottom: 5px;
	padding-left: 2px;
	text-decoration: none;
}

#submenu form a:hover {
	text-decoration: underline;
}

#submenu ul {
	margin: 0px;
	padding: 0px;
}

#submenu ul ul {
	padding-left: 10px;
	display: none;
}

#submenu ul .act ul ul {
	display: none;
}

#submenu ul .act ul, #submenu ul .act ul .act ul {
	display: block;
}

#submenu li {
	list-style: none;
}

#submenu ul a {
	display: block;
	text-decoration: none;
	width: 201px;
	height: 23px;
	max-width: 187px;
	max-height: 17px;
	padding: 6px 0px 0px 14px;
}

#submenu ul a:link, #submenu ul a:visited {
	color: #4c4c4c;
}

#submenu ul a:hover {
	color: #c00;
}

#submenu li.act a {
	background: url('/gfx/submenu-act.gif') no-repeat left top;
}

#submenu li.act a:link, #submenu li.act a:visited {
	color: #fff;
}

#submenu li.act li a {
	background: transparent;
}

#submenu li.act li a:link, #submenu li.act li a:visited, #submenu li.act li.act li a:link, #submenu li.act li.act li a:visited, #submenu li.act li.act li.act li a:link, #submenu li.act li.act li.act li a:visited {
	color: #4c4c4c;
	font-weight: normal;
}

#submenu li.act li.act a:link, #submenu li.act li.act a:visited, #submenu li.act li.act li.act a:link, #submenu li.act li.act li.act a:visited {
	font-weight: bold;
	color: #97000f;
}

#submenu h2 {
	font-weight: bold;
}

#submenu .snippet .lr {
	padding: 20px 30px;
}

#submenu .snippet h1 {
	font-size: 15px;
	margin-bottom: 20px;
}

#submenu .snippet select {
	width: 100% !important;
}
 
#submenu .snippet .button {
	margin-left: 90px;
}

/* tilføjet af Ida */
#submenu .flightstatus select {
	width: 45px !important;
	margin: 0px;
	height: 21px;
}
#submenu .flightstatus .text {
	width: 60px !important;
	margin-left: 3px;
	padding: 2px 2px 0px 2px;
	height: 17px;
}
#submenu .flightstatus table td {
	padding: 2px 2px 2px 0px;	
}
#submenu .flightstatus table strong {
	padding-top: 4px;
}

/* CHAT */
.chat {
	position: absolute;
	z-index: 9999;
	top: 40px;
	right: 303px;
	background: url('/gfx/chat-right.png') no-repeat top right;
	padding-right: 3px;
	width: 117px;
}
.chat a {
	display: block;
	background: url('/gfx/chat-left.png') no-repeat top left;
	padding: 6px 14px 6px 28px;
	border: none;
	font-weight: bold;
	color: #333;
	font-size: 12px;
	cursor: pointer;
	text-decoration: none;
}
.chat #chatpop {
	position: absolute;
	left: -147px;
	top: -13px;
	padding: 0px 0px 5px 0px;
	width: 152px;
	background: url('/gfx/chatbut-popup-bottom.png') no-repeat left bottom;
	text-align: left;
	cursor: pointer;
}
.chat #chatpop p {
	background: url('/gfx/chatbut-popup-top.png') no-repeat left top;
	margin: 0px;
	padding: 10px 30px 6px 10px;
	font-size: 11px;
	color: #728793;
}
.chat #chatform {
	padding: 0px 0px 5px 0px;
	background: url('/gfx/chatbut-form-bottom.png') no-repeat left bottom;
	width: 134px;
	position: absolute;
	left: -7px;
	text-align: right;
}
.chat #chatform div {
	background: url('/gfx/chatbut-form-top.png') no-repeat left top;
	padding: 10px 10px 6px 10px;
}
.chat .text {
	width: 105px;
	margin: 5px 0px 0px 0px;
}
.chat label, .chat #chatform, .chat #chatpop {
	display: none;
}
.chat .submit {
	background: url('/gfx/chatbut-but.png') no-repeat left top;
	width: 80px;
	height: 20px;
	border: 0px;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	padding: 0px;
	margin-top: 5px;
}
.chat #chatbut-close {
	float: right;
	margin: 8px 24px 2px 2px;
}
.flightstatus {
	position: absolute;
	left: 6px;
	top: 6px;
	width: 220px;
}
#type-flightstatus #related {
	padding-top: 22px;
}

/* BOX */
.box {
	width: 182px;
	height: 180px;
	cursor: pointer;
}

.box .picture {
	background: url('/gfx/box-dummy.jpg') no-repeat left top;
	height: 95px;
	max-height: 5px;
	padding-top: 90px;
}

.box .txt {
	background: url('/gfx/box-top-bg.gif') no-repeat left top;
	height: 85px;
	max-height: 65px;
	padding: 10px;
	font-size: 12px;
}

.box h2 {
	font-size: 14px;
}

.box h2 a:link, .box h2 a:visited {
	color: #4d4d4d;
	text-decoration: none;
}

.box .price {
	font-size: 14px;
	font-weight: bold;
}

.box .price span {
	font-size: 22px;
}

/* RIGHT */
#related {
	float: right;
	width: 182px;
	margin-right: 3px;
	padding-top: 45px;
}

#type-widescreen #related {
	padding-top: 20px;
}

#related .box {
	margin-bottom: 15px;
	height: auto;
}

#related .box img {
	margin: 0px;
}

#related .navi {
	font-size: 75%;
}

#related .navi div {
	margin-bottom: 5px;
}

#related .navi div.act a:link, #related .navi div.act a:visited {
	color: #333;
	text-decoration: none;
}

/* BC */
#bc {
	font-size: 75%;
	margin-bottom: 20px;
	color: #959595;
}

#bc a:link, #bc a:visited {
	color: #959595;
	text-decoration: none;
}

#content #bc a:hover {
	color: #c00;
	text-decoration: none;
}

/* CONTENT */
#content {
	margin-bottom: 25px;
	margin-right: 5px;
	min-height: 200px;
}

#type-widescreen #content {
	background: url('/gfx/submenu-bg.gif') no-repeat left top;
	padding: 20px 0px 0px 20px;
}

* html #content {
	height: 200px;
}

#content a:hover {
	text-decoration: underline;
}

#content.left {
	margin-left: 265px;
}

#content.right {
	margin-right: 210px;
}

* html #content div.inner {
	width: 100%;
}

#picture {
	background: url('/gfx/picture-bg.gif') no-repeat left top;
	width: 730px;
	height: 233px;
	overflow: hidden;
	margin-bottom: 12px;
}

#picture div {
	width: 700px;
	height: 200px;
	margin: 16px 0px 0px 16px;
	overflow: hidden;
}

#content ul, #content ol {
	margin-left: 30px;
	padding-left: 0px;
	margin-bottom: 1em;
	margin-top: 5px;
}

#content li {
	line-height: 140%;
}

.date, .totop {
	float: right;
	clear: right;
	padding-left: 10px;
}

/* CONTENT TABLE */
#content table {
	border-collapse: collapse;
	margin-bottom: 1em;
}

#content th, #content td {
	padding: 2px;
}

#content table tr td {
	font-size: 75%;
}

#content td p, #content th p, #content td ul, #content td ol, #content td .text, #content td .submit, #content td textarea, #content td select, #content td blockquote {
	font-size: 1em;
}

#content td h2 {
	font-size: 133.3%;
}

#content td h3 {
	font-size: 108.3%;
}

#content td h4 {
	font-size: 1em;
}

/* FOOTER */
#footer {
	background: url('/gfx/newfootshadow.png') no-repeat center 83px;
	font-size: 75%;
	text-align: left;
	padding: 25px 0px 25px 5px;
	clear: both;
	color: #959595;
}

#footer a:link, #footer a:visited {
	color: #959595;
	text-decoration: none;
}
#footer .facebook, #footer .twitter, #footer .youtube {
	display: block;
	background-repeat: no-repeat;
	background-position: top left;
	padding: 1px 0px 1px 40px;
	margin-right: 23px;
	float: left;
	margin-bottom: 50px;
}
#footer .facebook span, #footer .twitter span, #footer .youtube span {
	display: block;
	color: #707173;
	font-size: 14px;
	font-weight: bold;
}
#footer .facebook {
	background-image: url('/gfx/facebook.png');
}
#footer .twitter {
	background-image: url('/gfx/twitter.png');
}
#footer .youtube {
	background-image: url('/gfx/youtube.png');
}
#footer .quickfoot {
	float: right;
}
/* LISTS */
.list div {
	font-size: 75%;
	margin-bottom: 1em;
}

/* CONTENT PAGES */
.pages {
	font-size: 75%;
}

.pages a, .pages b {
	float: left;
	display: block;
	background: #fff;
	border: 1px solid #666;
	margin-right: 4px;
	margin-bottom: 5px;
	text-align: center;
	padding: 2px 3px 2px 3px;
	text-decoration: none;
}

.pages a.act, .pages b {
	color: #333;
	font-weight: bold;
}

.pages a.dis {
	border-color: #ddd;
	color: #999;
}

/* FUNC */
#func {
	float: right;
	font-size: 75%;
}

#func img {
	vertical-align: middle;
	margin: 0px 0px 20px 10px;
	cursor: pointer;
}

#func a:link, #func a:visited {
	color: #333;
	text-decoration: none;
}

/* VALIDATION */
.fieldtype-string.invalid label, .fieldtype-int.invalid label, .fieldtype-email.invalid label, .invalid h3 {
	color: #c00;
}
textarea.invalid, .tf .invalid input, .tf .invalid textarea, .fieldtype-string input.invalid, .fieldtype-int input.invalid, .fieldtype-email input.invalid {
	border: 2px solid #c00;
}

/* SITEMAP */
.sitemap {
	margin-bottom: 1em;
}

.sitemap div.inner {
	margin-left: 20px;
	margin-top: -20px;
}

.sitemap div {
	margin-bottom: 20px;
}

.sitemap div div {
	margin: 0px;
}

/* NEWS */
.whatsnew img {
	float: right;
	margin: 0px 0px 10px 10px;
}

/* HOME */
#bigbox {
	background: url('/gfx/home-bigbox2.png') no-repeat left top;
	width: 789px;
	height: 344px;
	float: left;
	margin-bottom: 12px;
}
#bigbox.fourlinks {
	background: url('/gfx/home-bigbox.gif') no-repeat left top;
}

#bigbox #picture {
	background: no-repeat right top;
	position: absolute;
	z-index: 1;
	width: 760px;
	height: 315px;
	margin: 15px 0px 0px 15px;
}

#bigbox #picture h1 {
	position: relative;
	z-index: 99999;
	width: 320px;
	height: 44px;
	margin: 224px 0px 0px 407px;
	padding-top: 13px;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	text-align: right;
}

#booking {
	background: url('/gfx/bookbox.png') no-repeat 0px 0px;
	position: absolute;
	z-index: 1;
	width: 366px;
	height: 281px;
	margin: 30px 0px 0px 25px;
	color: #fff;
}
#booking.dan {
	background: url('/gfx/bookboxda.png') no-repeat 0px 0px;
}

#booking h1 {
	font-size: 15px;
	padding-left: 35px;
	font-weight: normal;
	height: 30px;
	margin: 0px;
}

#booking.flight h1 {background: url('/gfx/booking-h1-flight.png') no-repeat 0px 0px;float: left;margin-right: 20px;}
#booking.car h1 {background: url('/gfx/booking-h1-car.png') no-repeat 0px 0px;}
#booking.hotel h1 {background: url('/gfx/booking-h1-hotel.png') no-repeat 0px 0px;}
#booking.insurance h1 {background: url('/gfx/booking-h1-insurance.png') no-repeat 0px 0px;}


/*
#booking.car {background-image: url('/gfx/bookbox-car.png');}
#booking.hotel {background-image: url('/gfx/bookbox-hotel.png');}
#booking.insurance {background-image: url('/gfx/bookbox-insurance.png');}
*/
#booking #tabs {
	width: 366px;
	height: 70px;
	font-size: 14px;
}

#booking #tabs a {
	display: block;
	float: left;
	width: 91px;
	height: 71px;
	max-height: 26px;
	padding-top: 43px;
	text-align: center;
	margin-right: 1px;
}
#booking #tabs a.hoteltab {
	margin-right: 0px;
	width: 91px;
}
#booking #tabs a.insurancetab {
	margin-right: 1px;
	width: 90px;
}

tr.padding td {
	padding-bottom: 5px !important;
}
a.groupstab:hover {
	background: url('/gfx/groupstab.png') no-repeat;
	
}
a.cartab:hover {
	background: url('/gfx/cartab.png') no-repeat;
}
a.hoteltab:hover {
	background: url('/gfx/hoteltab.png') no-repeat;
}
a.insurancetab:hover {
	background: url('/gfx/insurancetab.png') no-repeat;
}
.dan a.insurancetab:hover {
	background: url('/gfx/hotelplanetab.png') no-repeat;
}

#booking #tabs a:link, #booking #tabs a:visited {
	color: #fff;
	text-decoration: none;
}

#booking .book {
	padding: 0px;
}

#booking .dabooking {
	height: 207px;
	max-height: 167px;
	overflow: hidden;
	padding: 20px 35px 25px 15px;
}

#content #booking table {
	margin: 0px;
}

#booking p {
	margin: 2px;
}

#booking .text {
	width: 100px;
}

#booking .button {
	position: absolute;
	top: 120px;
	left: 260px;
}

#booking select#departure, #booking select#arrival {
	width: 100%;
	font-size: 11px;
}

#content #booking table tr.persons td {
	padding: 5px 20px 0px 0px;
}

#booking input.datepicker, .snippet input.datepicker {
	width: 70px;
	height: 16px;
	padding-top: 2px;
}

#booking p.lineheight {
	width: 230px;
}

#pausefish {
	display: none;
	position: absolute;
	z-index: 999;
	background: url('/gfx/bookbox.png') no-repeat 0px 0px;
	color: #fff;
	width: 367px;
	height: 270px;
	max-height: 170px;
	padding-top: 100px;
	text-align: center;
	font-size: 19px;
}

img.ui-datepicker-trigger {
	position: absolute;
	margin: 3px 0px 0px 5px;
	cursor: pointer;
}

#content #booking table {
	margin-bottom: 5px;
}

#content #booking table td {
	padding: 0px;
	color: #fff;
}

#homepic {
	width: 975px;
	height: 345px;
	overflow: hidden;
}

#type-forside #picture a {
	position: absolute;
	display: block;
	width: 375px;
	height: 310px;
	left: 375px;
}

.snippet table {
	margin-bottom: 5px;
}

.snippet {
	background: #97000f url('/gfx/flightsnippet-bg.gif') repeat-x left top;
	padding: 0px;
	color: #fff;
}

.snippet .book {
	background: url('/gfx/snippet-ur.gif') no-repeat right top;
}
.snippet .ul {
	background: url('/gfx/snippet-ul.gif') no-repeat left top;
}
.snippet .ll {
	background: url('/gfx/snippet-ll.gif') no-repeat left bottom;
}
.snippet .lr {
	background: url('/gfx/snippet-lr.gif') no-repeat right bottom;
	padding: 20px 5px 10px 5px;
}

.snippet h1, .snippet td, .snippet p {
	color: #fff;
}

.snippet input.dateinput {
	width: 70px;
}

.snippet .calicon {
	margin-left: 85px;
}

#content .snippet {
	width: 360px;
	margin-bottom: 20px;
	position: relative;
}

#content .fartplans {
	width: 100%;
}

#content .snippet .lr {
	padding: 15px;
}

#content .snippet h1 {
	font-size: 15px;
	margin-bottom: 7px;
}

#content .snippet p {
	margin-bottom: 5px;
}

#content .snippet table {
	margin-bottom: 3px;
}

#content .snippet .button {
	position: absolute;
	top: 135px;
	right: 0px;
}

#content .fartplans .button {
	position: absolute;
	top: 12px;
	right: 12px;
}

#smallbox {
	background: url('/gfx/home-quicklinks.png') no-repeat 0px 15px;
	width: 190px;
	height: 330px;
	float: left;
	margin-left: -4px;
	overflow: hidden;
}
#smallbox.fourlinks {
	background: url('/gfx/home-quicklinks.png') no-repeat 0px 15px;
}

#quicklinks {
	padding-top: 15px;
	position: relative;
	z-index: 3;
}

#quicklinks a {
	background: url('/gfx/quicklinks-border.png') no-repeat left bottom;
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 8px 12px 0px 13px;
	cursor: pointer;
}

#quicklinks a.search {background: url('/gfx/quicklinks-search.gif') no-repeat 11px 1px;}
#quicklinks a.login {background: url('/gfx/quicklinks-login.gif') no-repeat 10px 1px;}
#quicklinks a.status {background: url('/gfx/quicklinks-status.gif') no-repeat 10px 0px;}
#quicklinks a.webcheckin {background: url('/gfx/quicklinks-webcheckin.gif') no-repeat 10px 8px;}
#quicklinks a.join {
	background: url('/gfx/quicklinks-join.gif') no-repeat 9px 12px;
	padding: 4px 10px 0px 50px;
	max-height: 46px;
}

#quicklinks a:link span, #quicklinks a:visited span {
	display: block;
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 0px 14px 37px;
	text-shadow: #575656 0.0em 0.05em 0.2em
}
#quicklinks a span span {
	background: transparent;
	font-size: 11px;
	color: #ccc;
	cursor: pointer;
	padding-right: 10px;
}
#quicklinks a.join span {
	background: url('/gfx/quicklinks-lightarrow.gif') no-repeat 115px top;
}
#quicklinks a.join span span {
	background: none;
	padding-right: 0px;
}
#quicklinks a:link, #quicklinks a:visited {
	color: #fff;
}

#quicklinks a:hover {
	color: #505050;
	text-decoration: none;
}
#quicklinks a:hover span {
	background-image: url('/gfx/quicklinks-darkarrow.gif');
}
#content #quicklinks a:hover span span {
	background: transparent;
}
#usefull h2, #usefull h3 {
	font-size: 14px;
	font-weight: bold;
	text-shadow: #575656 0.0em 0.05em 0.2em;
	color: #fff;
	margin-bottom: 7px;
}
#usefull {
	padding: 13px 18px;
}
#usefull a:link, #usefull a:visited, #usefull p {
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	margin-bottom: 0px;
	line-height: 18px;
}
#usefull a:hover, #usefull a:active {
	color: #fff;
	text-decoration: underline;
}
#news .whatsnew {
	cursor: pointer;
}
#news {
	float: right;
	width: 173px;
	padding-top: 48px;
}
#news h2 {
	color: #8e2218;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 6px;
}
#news h3 {
	color: #275d69;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}
#news p, #news a {
	font-size: 11px;
	color: #4c4e52;
	text-decoration: none;
	margin-bottom: 0px;
}
#news .date {
	float: none;
	clear: none;
	padding: 0px;
	font-size: 11px;
	color: #88898b;
	text-decoration: none;
	margin-top: 3px;
	margin-bottom: 15px;
}
#news .more a {
	color: #1b5461;
	text-decoration: underline;
	position: relative;
	top: -6px;
}
#newsletter {
	cursor: pointer;
	position: relative;
}
#newsletter .flyingletter {
	position: absolute;
	top: -40px;
	left: 50px;
	background: url('/gfx/flyingletter.png') no-repeat;
	width: 139px;
	height: 60px;
	z-index: -5;
}
#newsletter .tilmeld {
	display: block;
	padding-left: 2px;
	background: url('/gfx/red-button-left.gif') no-repeat left top;
	color: #fff;
	font-weight: bold;
	float: right;
}
#newsletter .tilmeld span {
	display: block;
	padding: 6px 10px 9px 8px;
	background: url('/gfx/red-button-right.gif') no-repeat right top;
}
#newsletter .tilmeld:hover {
	background: url('/gfx/red-button-left-flip.gif') no-repeat left top;
	text-decoration: none;
}
#newsletter .tilmeld:hover span {
	background: url('/gfx/red-button-right-flip.gif') no-repeat right top;
}
#whiteboxes {
	width: 788px;
	padding-bottom: 8px;
	float: left;
	background: url('/gfx/boxes-lower.png') no-repeat bottom left;
	margin-bottom: 9px;
}
#whiteboxes .inner {
	background: url('/gfx/boxes-upper.png') no-repeat top left;
	padding: 27px 18px 9px 23px;
}
#whiteboxes .destinations {
	float: left;
	width: 350px;
}
#whiteboxes .topoffers {
	margin-left: 409px;
}
#whiteboxes .topoffers h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0px;
	line-height: 17px;
}
#whiteboxes .topoffers p {
	color: #848486;
}
#whiteboxes .topoffers a.redlink:link, #whiteboxes .topoffers a.redlink:visited {
	color: #8e2118;
	text-decoration: none;
	font-weight: bold;
	background: url('/gfx/red-arrow.gif') no-repeat center right;
	padding: 0px 10px 0px 0px;	
}
#whiteboxes .topoffers a.greylink:link, #whiteboxes .topoffers a.greylink:visited {
	color: #848486;
	text-decoration: none;
}
#whiteboxes .topoffers a.greylink:hover, #whiteboxes .topoffers a.greylink:active {
	text-decoration: underline;
}
#whiteboxes .offer {
	background: url('/gfx/offer-tab.png') no-repeat;
	padding: 13px 11px;
	min-height: 67px;
	margin-left: -13px;
	cursor: pointer;
}
#whiteboxes .offer img {
	float: left;
}
#whiteboxes .topoffers .offer h2 {
	margin: 2px 80px 7px 90px;
	font-size: 14px;
	font-weight: bold;
}
#whiteboxes .topoffers .offer p {
	font-size: 12px;
	margin: 0px 90px;
	color: #454438;
}
#whiteboxes .topoffers .offer .price {
	font-size: 26px;
	font-weight: bold;
	color: #8f2218;
	float: right;
	margin: 0px;
}
#budgetbox {
	padding-top: 4px;
	background: url('/gfx/budgetbox-top.gif') no-repeat;
	margin-left: -11px;
	margin-bottom: 20px;
	position: relative;
}
#budgetbox .inner {
	background: url('/gfx/budgetbox-bottom.gif') no-repeat bottom left;
	padding: 12px 16px 16px 16px;
}
#budgetbox .submit {
	width: 90px;
	height: 90px;
	background: url('/gfx/budget-submit.gif') no-repeat center center;
	border: 0px;
	cursor: pointer;
	position: absolute;
	right: 10px;
	bottom: 18px;
}
#budgetbox .inner form table {
	margin: 14px 0px 5px 0px;
}
#budgetbox td {
	padding: 0px 20px 2px 0px;
}
#budgetbox h2, #budgetbox h3 {
	color: #222;
}
#charter {
	font-family: 'Andale Mono', 'Courier', sans-serif;
	font-weight: normal;
	line-height: 18px;
	text-transform: uppercase;
	background: url('/gfx/chart.gif');
	width: 350px;
}
#charter .col1 {
	float: left;
	width: 117px;
}
#charter .col2 {
	float: left;
	width: 117px;
}
#charter .col3 {
	margin-left: 233px;
}
#charter a:link, #charter a:visited {
	display: block;
	text-decoration: none;
	color: #454438;
	letter-spacing: 1px;
	font-size: 12px;
	width: 116px;
	overflow: hidden;
}
#charter a:hover, #charter a:active {
	color: #000;
}
#charterhead {
	background: url('/gfx/chart-head.png');
	padding: 8px 13px 7px 13px;
	margin: 0px 0px 5px 0px;
}
#charterhead h2 {
	color: #9cc5d7;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0px;
	line-height: 17px;
}
#charterhead p {
	color: #c7d1d1;
	margin-bottom: 0px;
}
#fourboxes {
	background: url('/gfx/fourboxes-upper.png') no-repeat top left;
	padding-top: 7px;
	clear: both;
	width: 980px;
}
#fourboxes .inner {
	background: url('/gfx/fourboxes-lower.png') no-repeat bottom left;
	padding: 12px 0px 10px 0px;
}
#fourboxes p {
	font-size: 11px;
	margin-bottom: 4px;
}
#fourboxes a {
	text-decoration: none;
}
.box1, .box2, .box3 {
	float: left;
	width: 150px;
	padding: 0px 26px 0px 24px;
}
.box4 {
	margin: 0px 26px 0px 626px;
}
#fourboxes .altlayout h2 {
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 16px;
}

#fourboxes .altlayout .readmore a {
	display: block;
	font-size: 12px;
	color: #8e2118;
	font-weight: bold;
	text-align: right;
	padding-right: 13px;
	margin-right: 6px;
	margin-top: 14px;
	background: url('/gfx/red-arrow.gif') no-repeat center right;
}
#fourboxes .altlayout h3 {
	color: #6e6e6d;
}
#fourboxes .altlayout p {
	font-size: 14px;
	color: #454438;
	line-height: 18px;
}
#fourboxes h2 {
	font-size: 16px;
	color: #454438;
	font-weight: bold; 
}
/* FARTPLAN */
#fartplan h1 span {
	font-size: 13px;
	display: block;
	padding-top: 5px;
}

#fartplan h1 {
	margin-bottom: 15px;
}

#content #fartplan table {
	margin-bottom: 0px;
}
#content #fartplan .txt {
	margin-bottom: 40px;
}

#content #fartplan table th, #content #bookings table th {
	padding: 0px 8px 8px 0px;
}

#content #fartplan table td, #content #bookings table td {
	padding: 0px;
}
#bookings .submit, .statistics .submit {
	background: url(/gfx/show.gif) no-repeat;
	border: none;
	color: #fff;
	width: 46px;
	height: 23px;
}
td.line {
	background: url('/gfx/table-line.gif') no-repeat center top;
}

td.line div {
	height: 17px;
}

td.dots {
	background: url('/gfx/dots.gif') repeat-x left center;
}

td.dots div {
	height: 13px;
}
.statistics .text {
	width: 70px;
	margin: 0px 15px 0px 5px;
}

/* GALLERY */
#gallery {
	position: relative;
}

#gallery h2 {
	margin-bottom: 10px;
}

#gallery p {
	margin-bottom: 5px;
}

#gallery p span {
	display: block;
	margin-bottom: 5px;
}

.galleries div, .pictures div {
	float: left;
	margin-right: 7px;
	margin-bottom: 12px;
}

#gallery div.last {
	float: none;
}

#gallery div.is3of3 {
	margin-right: 0px;
}

#gallery .pictures img {
	margin-bottom: 5px;
}

#gallery a, #gallery a:hover {
	text-decoration: none;
}

#gallery hr {
	display: none;
}

/* FLIGHTSTATUS */
.flightstatus strong {
	display: block;
	margin-bottom: 3px;
}

.flightstatus label {
	margin-right: 10px;
}

.flightstatus input {
	margin-left: 0px;
}

/* CHAT */
#chat {
	width: 100px;
	height: 260px;
	max-height: 165px;
	max-width: 90px;
	padding: 95px 5px 0px 5px;
	position: fixed;
	top: -270px;
	margin-left: 890px;
	overflow: hidden;
	z-index: 9999999;
}

#chat img {
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0;
	filter:alpha(opacity=0);
	z-index: 99999999;
}

#chat form {
	position: relative;
	z-index: 999999999;
	opacity: 0;
	filter:alpha(opacity=0);
}

#chat h2 {
	font-size: 12px;
	color: #fff;
	margin: 0px;
}
#chat p {
	font-size: 11px;
	color: #fff;
	margin: 0px 0px 5px 0px;
}

#chat a {
	text-decoration: underline;
	cursor: pointer;
}

#chat a:hover {
	color: #fff;
}

#chat label {
	display: none;
}

#chat .text {
	width: 82px;
	margin: 0px 0px 5px 0px;
}

#chat .submit {
	background: url('/gfx/chat-submit.gif') no-repeat left top;
	width: 67px;
	height: 20px;
	border: 0px;
	font-size: 11px;
}

.alert {
	border: 2px solid #c00;
	padding: 5px;
	color: #000;
}
#blopoverlay {
	width: 100%;
	height: 100%;
	background: url('/gfx/grey50.png');
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 99999;
	text-align: center;
}
#bloptop {
	padding-left: 20px;
	background: url('/gfx/blop_lt.png') no-repeat top left;
}
#bloptop div {
	height: 19px;
	padding-right: 20px;
	background: url('/gfx/blop_rt.png') no-repeat top right;
}
#blop {
	margin: 160px auto 0px auto;
	text-align: left;
}
#blopbottom {
	padding-left: 20px;
	background: url('/gfx/blop_lb.png') no-repeat bottom left;
}
#blopbottom div {
	padding: 0px 20px 20px 0px;
	background: url('/gfx/blop_rb.png') no-repeat bottom right;
}
#blopbottom #blopclose {
	text-align: right;
	margin-bottom: 0px;
	position: relative;
	bottom: -6px;
	z-index: 999;
}
/* QUICKSEARCH */
#quicksearch {
	position: absolute;
	top: 40px;
	right: 5px;
}
#quicksearch #words {
	background: url('/gfx/qsearch.png') no-repeat center left;
	border: none;
	width: 240px;
	height: 17px;
	padding: 5px 10px 4px 10px;
	color: #b2b7bc;
	vertical-align: middle;
}
#quicksearch #words.focus {
	background: url('/gfx/qsearch.png') no-repeat center left;
	border: none;
	width: 240px;
	height: 17px;
	padding: 5px 10px 4px 10px;
	color: #333;
	vertical-align: middle;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
}
#quicksearch .focus {
	color: green;
}
#quicksearch .submit {
	background: url('/gfx/qsearch-submit.png') no-repeat center right;
	border: none;
	padding: 5px 10px;
	width: 31px;
	vertical-align: middle;
	height: 26px;
}
#type-googlesearch .gsc-tabsArea {
	display: none;
}
#type-googlesearch .gs-title {
	color: #005562;
}
#type-googlesearch .gs-visibleUrl {
	color: #888;
	display: none;
}
#type-googlesearch .gsc-search-box td.gsc-input {
	background: url('/gfx/qsearch.png') no-repeat top left;
	padding: 4px 0px 6px 6px;
}
#type-googlesearch .gsc-search-box input.gsc-input {
	border: none;
}
#type-googlesearch .gsc-search-box .gsc-input input {
	font-family: Arial, verdana, sans-serif;
	font-size: 12px;
}
#type-googlesearch td.gsc-search-button {
	background: url('/gfx/qsearch-submit.png') no-repeat top right;
	width: 29px!important;
	padding: 0px;
	overflow: hidden;
}
#type-googlesearch .gsc-search-button input {
	border: none;
	width: 29px!important;
	background: transparent;
	color: #FFF;
	text-indent: 40px;
}
/* PRINT */
#backlink {
	display: none;
}

/* DEBUGGER */
body #debugger {
    background: #fff;
    margin: 20px;
    text-align: left;
    color: #333;
    border: 20px solid #fff;
}