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

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFCCC;
}

p {
	font-size: 12px;
	line-height: 1.3em;
	color: #666666;
}
.nero p {
	color: #999999;
}
body.nero {
	color: #999999;
}

h4 {
	color: #FFFFFF;
	font-style:italic;
	font-weight:normal;
}


a {text-decoration: none; font-weight: bold;}
.nero a:link {color: #990000;}
.nero a:visited {color: #990000;}
.nero a:hover {color: #FF0000;}
.nero a:focus {color: #FF0000;}
.nero a:active {color: #FFFFFF;}

#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFCCC;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.nero {
	background-color: #000000;
}
.nero #container {
	background-color: #000000;
}

#hometitleimage {
	margin: 22px 0px 22px 0px;
}
#hometitleimage_right {
	margin: 16px 0px 16px 0px;
	float: right;
	
}

.imageFloatRight {
	float: right;
	margin: 15px;
}
.imageFloatLeft {
	float: left;
	margin: 15px;
}


#homelogoimage {
	float: right;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-top: 0px;
}

.logoBottomLeft {
	float:left;
	margin-bottom: 20px;
	margin-top: -10px;
}


#textmailImg {
	float: right;
}

#countryflags {
	float: left;
	margin: 10px 0px 0px 0px;
}

img {
	border: none;
}

.centerAlignImg {
	display: block;
	margin-left:auto;
	margin-right:auto;
}

.topTitleImage {
	margin: 12px 0px 0px 15px;
}

.introText {
	margin: 11px 80px 12px 30px;
	line-height: 1.4em;
}


.nextImage {
	float:right;
}
.prevImage {
	float:left;
}

/* reservation form */

.formText {
	font-size: 11px;
}
.formTextRequired {
	font-weight: bold;
	font-size: 11px;
}


/* data tables */
.dataTable {
	margin-left: 40px;
}
.dataTable td {
	border: 2px solid #666666;
	background-color: #333333;
}
.dataTableHeaderRow td {
	background-color: #996633;
		color: #333333;
}
p.dataTableHeaderText {
	color: #333333;
	font-weight:bold;
	font-size:14px;
	padding: 0px;
	margin: 4px;
}
.dataTableRow {

}
.dataTableText {

}
.dataTable p {
	padding: 0px 0px 0px 4px;
	margin: 6px;
}

/* form colouring */
.reservationForm input {
	background: #333333;
	border-color:#333333;
	color:#FFFFFF;
}
.reservationForm select {
	background: #333333;
	border-color:#333333;
	color:#FFFFFF;
}
.reservationForm textarea {
	background: #333333;
	border-color:#333333;
	color:#FFFFFF;
}



.albumLinkImages {
	margin: 5px 0px 5px 50px;
}


