@charset "utf-8";
body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #790000;
	margin: 0;
	margin-top: 15px; /* lets drop the top down */
	padding: 0;
	text-align: center;
	line-height: 140%; 
	color:#333;
}

/* Link styles */

a:link, a:visited {color: #790000; text-decoration: none; font-weight: bold; border: none;}
a:hover {color: #369;}

a:link img, a:visited img {border: none;}


h1 {color: #900; font-size: 20px; text-align: center;}
img {padding: 10px;}

#container { 
	width: 950px;  
	background: #FFFFFF;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left; 
	background: url(images/blabheinnlogo.gif) no-repeat;
	background-color: #fff;
}

#sidebar1 {
	float: left;
	width: 250px;
	height: 820px;
	padding: 10px;
	font-size: 12px;
}


#mainContent { 
	margin: 260px 0 0 0;
	padding: 10px;
}

.time {text-align: center; font-size: 14px; color: #900; font-weight:bold;}
#rightbar {float: right; width: 200px; border-left: 1px solid #333; border-bottom: 1px solid #333; font-size: 12px; padding: 10px; margin: 15px 0 15px 20px; background:#C99}

/***************************************************************************************************************************************/
/* Page specific */

/* index */
.advert {float: left; width: 200px;}
.advert1 {float: left; width: 400px; border: 1px solid #900;}
.advert a img {border: 1px solid #900;}
/* accommodation */
.room {float: left; width: 315px; text-align: center; border: 1px solid #333; padding: 5px;}
.roomright {float: left; width: 315px; text-align: center; border: 1px solid #333; border-left: #fff; padding: 5px;}
.room  img, .roomright img {padding: none;}
.menu {text-align: center;}

/* availability */
#availbox {font-size: 10px;}
.availrow {font-size: 14px;}
.redavail {background: #900; color: #FF6;}
.blackavail {background: #333; color: #FF9;}
.redcal {background: #FFC; color: #333;}
.daycolour {background: #FF6; color: #333;}
.tablecol {color: #333;}
form {font-size: 12px;}
.booked {background: #F00; color: #FFC; text-align: center;}

/* prices */
.redcol {background: #900; color:#FFC;}
.blackcol {background: #333; color: #FFC;}
.specials {background: #FF6;}
.highspecials {background:#333; color: #FF6;}

/* whats on */
.rowcol {background-color: #FF6;}

/* contact */
.map {float:right; font-size: 10px;}

/***************************************************************************************************************************************/


#navbar {
	font-size: 12px;
	padding: 5px;
	text-align: center;
	clear: both;
	background: #FFF;
}

#footer {
	background: #FF5;
	padding: 5px;
	font-size: 12px;
}

#footer img {float:right; margin-right: 5px; padding: none;}

#design {font-size: 10px; color:#FF6;}
#design a:link, #design a:visited {color: #CCC}

.clr {margin-top: 280px;}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
