/************* Global *************/
html,body {height:100%}

* {
margin: 0;
padding: 0;
}

body, input{
font-family: "Trebuchet MS", Verdana, sans-serif;
text-align: left;
}
a {text-decoration: none; }
a.topper {
	
	font-size: 12px;
	color: #AF6B6A;
	float: right;
}
a.topper:hover {
	color: #660000;
}

blockquote {
background: #f7f7f7;
padding: 15px;
margin: 5px 0;
}

/************* Container *************/
#container {
height: auto !important;
min-height: 100%;
padding-bottom: 15px;
position: relative;
background: #E6D9C0 url(../images/containerBg.jpg) bottom left repeat-x fixed;
}

* html #container {
	height: 100%;
}

/************* Header *************/
#headerWrap {
height: 59px;
background: url(../images/headerBg.jpg);
}

#header {
	width: 850px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header h1 a {
	font-size: 20px;
	letter-spacing: -1px;
	padding-top: 15px;
	float: left;
	color: #660000;
	padding-left: 7px;
}

ul#navigation li {
list-style-type: none;
float: right;
}

ul#navigation li a {
padding: 20px 7px 12px;
display: block;
font-size: 12px;
color: #E6D9C0;
}

ul#navigation li a:hover, #footer a:hover {
background: #AF6B69;
}
ul#navigation li a.sticker {
background: #AF6B69;
}


/************* Content *************/
#content {
	width: 740px;
	margin: 7px auto 0;
	border: 1px solid #E6D9C0;
	position: relative;
	background-color: #E6D9C0;
}

#content:after {
content: "."; 
display: block; 
clear: both; 
height: 0;
visibility: hidden
}	

a.contentLink {
	color: #AF6B6A;
}

a.contentLink:hover {
	color: #E6D9C0;
	background-color: #af6b6a;
}

a.brochureLink {
	color: #AF6B6A;
	font-size: 12px;
}

a.brochureLink:hover {
	color: #E6D9C0;
	background-color: #af6b6a;
}
/* 
Header with picture and site description.
It uses a hack for vertical-align because IE doesn't work properly with tables
*/
#contentHeader {
margin: 15px auto;
width: 710px;
height: 182px;
background: url(../images/header.jpg) no-repeat;
border: 1px solid #44434c;
position: relative;
}

#contentHeader[id] {
display: table;
position: static;
}

#siteDescription {
position: absolute;
top: 50%;
padding-left: 250px;
color: #ffffff;
}

#siteDescription[id] {
display: table-cell;
vertical-align: middle;
position: static;
}

#siteDescription p {
position: relative;
top: -50%;
}

#content h2 {
margin: 15px 0;
border-bottom: 1px solid #A26361;
}

#content ul {
padding: 10px 15px 10px 20px;
list-style-image: url(../images/arrow.gif);
}

#star {
	margin: 15px 0;
	height: 200px;
	width: 400px;
	background-image: url(../images/star2.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;

}
#starinside {
	padding: 60px 40px 40px;
}
/************* Main *************/

#main {
margin: 0 20px;
width: 700px;
float: left;
}

.post {
text-align: justify;
}

/************* Secondary *************/

#secondary {
	width: 220px;
	float: right;
	margin-right: 20px;
}

#secondary img {
	border: 10px solid #FFFFFF;
}
#secondary img.noborder {
	border: 0px solid #FFFFFF;
}
#navigation2 ul {
	list-style-image: none;
}
#navigation2 li {
	list-style-type: none;
}

#navigation2 li a {
	color: #AF6B6A;
	margin-left: 10px;
	padding-right: 4px;
	padding-left: 4px;
	font-size: 14px;
display: block;
}

#navigation2 li a:hover {
	color: #E6D9C0;
	background-color: #af6b6a;
}
#navigation2 li a.stick {
	color: #E6D9C0;
	margin-left: 10px;
	padding-right: 4px;
	padding-left: 4px;
	font-size: 14px;
		background-color: #af6b6a;
}

.post2 { font-size:12px;background-color: #EDE3D1; padding:6px;}
.post2 h3 {

border-bottom: 1px solid #A26361;
}


/************* Search *************/
#searchform input {
background: #f7f7f7;
font-size: 0.9em;
}

#searchsubmit {
margin-top: 5px;
padding: 0 10px;
text-align: center;
}

#searchform fieldset {
border: 0;
}

/************* Footer *************/
#footer {
	position: relative;
	clear: both;
	margin: 0 auto;
	width: 740px;
	color: #000000;
	clear: both;
	text-align: center;
	height: 24px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 15px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E6D9C0;
	border-right-color: #E6D9C0;
	border-bottom-color: #E6D9C0;
	border-left-color: #E6D9C0;
	background-color: #E6D9C0;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#footer a {
color: #fff;
font-weight: bold;
}
#quotebox {
	color: #660000;
	font-style: italic;
	text-align: center;
	font-size: 12px;
	background-color: #EDE3D1;
	background-image: url(../images/quote1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 60px;
	margin-left: 60px;
	}
	#quoteboxinner {
	background-image: url(../images/quote2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#quotebox p {
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
#forms table {
}
#forms td {
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 0px;
}
#boxgames {
	background-image: url(../images/gamesHD.gif);
	background-repeat: no-repeat;
	background-position: top;
	font-size: 14px;
	background-color: #2DA44D;
	padding-top: 42px;
	padding-right: 17px;
	padding-left: 17px;
	padding-bottom: 12px;
}
	#boxgames img {
	float: left;
	clear: right;
	padding-right: 10px;
}
#boxbrilliant {	background-image: url(../images/brilliantHD.gif);
	background-repeat: no-repeat;
	background-position: top;
	font-size: 14px;
	background-color: #C49DB3;
	padding-top: 42px;
	padding-right: 17px;
	padding-left: 17px;
	padding-bottom: 12px; }
		#boxbrilliant img {
	float: left;
	clear: right;
	padding-right: 10px;
}
#boxdaytrips {	background-image: url(../images/daytripsHD.gif);
	background-repeat: no-repeat;
	background-position: top;
	font-size: 14px;
	background-color: #A383B7;
	padding-top: 42px;
	padding-right: 17px;
	padding-left: 17px;
	padding-bottom: 12px; }
	#boxdaytrips img {
	float: left;
	clear: right;
	padding-right: 10px;
}
#boxactivities { 	background-image: url(../images/activitiesHD.gif);
	background-repeat: no-repeat;
	background-position: top;
	font-size: 14px;
	background-color: #007EC0;
	padding-top: 42px;
	padding-right: 17px;
	padding-left: 17px;
	padding-bottom: 12px;}
		#boxactivities img {
	float: left;
	clear: right;
	padding-right: 10px;
}
#boxnewfriends { 	background-image: url(../images/friendsHD.gif);
	background-repeat: no-repeat;
	background-position: top;
	font-size: 14px;
	background-color: #EADD94;
	padding-top: 42px;
	padding-right: 17px;
	padding-left: 17px;
	padding-bottom: 12px;}
		#boxnewfriends img {
	float: left;
	clear: right;
	padding-right: 10px;
}
#boxandelse {	background-image: url(../images/andelseHD.gif);
	background-repeat: no-repeat;
	background-position: top;
	font-size: 14px;
	background-color: #86C3E0;
	padding-top: 42px;
	padding-right: 17px;
	padding-left: 17px;
	padding-bottom: 12px; }
		#boxandelse img {
	float: left;
	clear: right;
	padding-right: 10px;
}
#prog table {
}
#prog td {
	padding: 4px;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
}
.borderImage { border: 1px solid #000000; }

.bookingTable table {

}
.bookingTable td {
	padding: 4px;
	margin: 1px;
	font-size: 12px;
	background-color: #FFFFFF;
}

