@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/template/bk.gif);
}

a:link, a:active
{
	color:#000;
	text-decoration:none;
}

a:visited, a:hover
{
	color: #cc3333;
	text-decoration:none;
}

#wrap {
	width:960px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

#wrapbk {
	width:960px;
	height:auto;
	float:left;
	background:url(../images/template/wrap.gif);
	background-repeat:repeat-y;
}

#wrapbkbtm {
	width:960px;
	height:1px;
	float:left;
	background-image:url(../images/template/wrapbottom.gif);
	background-position:bottom;
}

#content { 
	padding-left: 40px;
	padding-right:40px;
}

#bannerblock
{
	float:left;
	width:880px;
	height:145px;
}

#flashblock
{
	float:left;
	width:880px;
	height:573px;
}



/* LEFT BLOCK */

#lhpanel {
	width:385px;
	height:auto;
	float:left;
	padding-bottom:20px;
}

/* RIGHT BLOCK */

#mainblock {
	width:475px;
	height:auto;
	float:left;
	padding-left:20px;
	padding-bottom:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:160%;
	color:#000;
}

/* RESERVATIONS */

#onlinebooking {
	width:880px;
	height:550px;
	float:left;
	border:outset 1px #000;
	margin-bottom:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:160%;
	color:#000;
}

#bookingform {
	width:660px;
	height:550px;
	padding-top:20px;
	padding-left:120px;
	padding-right:100px;
}

/* BOTTOM BLOCK */

#bottomblock
{
	float:left;
	width:880px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#000;
	text-align:center;
	padding-top:10px;
	padding-bottom: 20px;
	margin:0px;
}

.bottomlinks {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight: normal;
	color:#000;
}

#bottomgrey { 
	float: left;
	width: 880px; 
	height: 8px;
	background-image:url(../images/template/bar.gif);
	background-repeat:repeat-x; 
	}
	


/* ELEMENTS */

.light { font-weight:lighter; }

.green { color:#669900; }

.white { color:#FFF; }

.grey { color:#666666; }

.line { padding-top:5px; padding-bottom:5px; height:7px; width:670px; float:left;  background-image:url(../images/template/dots.gif); background-repeat:no-repeat; }

.thinblack {
	width:880px;
	height:10px;
	float:left;
	background-color:#000;
}

.thickblack {
	width:880px;
	height:25px;
	float:left;
	background-color:#000;
	margin-bottom:30px;
}



/* TYPE */

.smalltext { font-family:Arial, Helvetica, sans-serif; font-size:9px; line-height:120%; }

.greypanel {
	width:465px;
	height:auto;
	padding-left:5px;
	padding-right:5px;
	background-color:#CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:160%;
	color:#000;
}

.reservationsgreypanel {
	width:880px;
	height:auto;
	text-align:center;
	padding-top:8px;
	padding-bottom:8px;
	background-color:#CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:160%;
	color:#000;
}


/* FORM */


.formbutton{
	cursor:pointer;
	height:27px;
	border:outset 1px #000;
	background:#000000;
	color:#fff;
	font-weight:bold;
	padding: 6px 6px;
}

.formgrey {
	width:445px;
	height:auto;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	background-color:#CCC;
}

/* RESERVATION */

.reservationbutton{
	cursor:pointer;
	width:455px;
	height:24px;
	border:outset 1px #ccc;
	background:#ccc;
	color:#fff;
	font-weight:bold;
	padding: 6px 6px;
}

