BODY
{
    FONT-SIZE: 10px;
    BACKGROUND-ATTACHMENT: fixed;
    BACKGROUND-IMAGE: url(bg600.gif);
    MARGIN: 0px;
    WIDTH: 100%;
    COLOR: #ffffff;
    BACKGROUND-REPEAT: repeat-x;
    FONT-FAMILY: Arial;
    HEIGHT: 100%;
    BACKGROUND-COLOR: #4c0507
}



h1 {
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	font-size: 16px;
	line-height: 120%;
	color: #ffffff;
}

h2 {
	margin: 10px 0px 5px 0px;
	font-weight: bold;
	font-size: 14px;
	line-height: 120%;
	color: #ffffff;
}

p {
	margin: 3px 0px 5px 0px;
	padding: 0px;
}

p, td, div {
	font-family: Arial;
	font-size: 10px;
	color: #ffffff;
	line-height: 130%;
}

a {	
	color: #ffffff;
	text-decoration: none;
}
	
a:link {
	color: #ffffff;
	text-decoration: none;
}
	
a:visited {
	color: #ffffff;
	text-decoration: none;
}
	
a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.fineprint {
	font-family: Arial;
	font-size: small;
	color: #666;
}

input.text {
	width:	225px;
	height: 25px;
	font-family: Arial;
	font-size: 11;
	text-align: left;
	border: 1px solid #c3c3c3;
}

input.textarea {
	width:	225px;
	height: 125px;
	font-family: Arial;
	font-size: 11;
	text-align: left;
	border: 1px solid #c3c3c3;
}


INPUT.butt
{
    BACKGROUND: #C3080F;
    BORDER-RIGHT: 2px solid #420105;
    BORDER-LEFT: 2px solid #DF7B7D;
    BORDER-TOP: 2px solid #DF7B7D;
    BORDER-BOTTOM: 2px solid #420105;
    font-weight: bold;
    COLOR: #DACCA9;
    FONT-FAMILY: Century Gothic;
}


INPUT.select
{
    BACKGROUND: #ddd;
    BORDER-RIGHT: 2px solid gray;
    BORDER-LEFT: 2px solid white;
    BORDER-TOP: 2px solid White;
    BORDER-BOTTOM: 2px solid gray;
    COLOR: black;
    FONT-FAMILY: Verdana, Geneva, Arial, Helvetica
}

.booking-confirmation-number {
	width: 200px;
	background-color: #ddd;
	border: 1px solid #c00;
	font-family: Arial;
	background-color: #fff; /* Note! Color must always come after an optional background image in order to fill out parts where image does not reach! */
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 10px;
	color: #000;
}


.booking-confirmation-number p {
	font-family: Arial;
	font-size: 12px;
	color: #000;
}

.clear_both {
	clear: both;
	line-height: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
}

/* ------------------------------------------------------- */
/* - Navigation buttons related styles                     */

	.button {
	float: left;
	height: 25px;
	margin: 0px;
	padding: 0px 5px 0px 5px;
	background:	url(bg_button.gif) left top repeat-x;
	background-color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #000;
	cursor: hand;
	width: 5px;
	white-space: nowrap;
	width: 97px;
}

.button_long {
	color: #000;
	
}

.button_short {
	color: #000;
}

.button a {
	color: #ffffff;
	text-decoration: none;
}
	
.button a:link {
	color: #ffffff;
	text-decoration: none;
}

.button a:visited {
	color: #ffffff;	
	text-decoration: none;
}
.button a:hover {
	color: #ffffff;	
	text-decoration: underline;
}
	
/* ------------------------------------------------------- */
/* - Positioning and layout, specific formatting           */

#alignment {
/* Handles the centering of the page */
	position: absolute;
	margin: 0px 0px 0px -215px;
	padding: 0px;
	width: 430px;
	left: 50%;
}

#container {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	width: 100%;
}

#header {
	margin: 0px;
	padding: 0px;
	width: 100%;
	float: left;
}

#navigation {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 100%;
	float: left;
}

#content {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 100%;
	float: left;
}

#text-top_right_searchmode {
	float: right;
}

#footer {
	margin: 0px 0px 5px 0px;
	width: 100%;
	float: left;
}
