body{
padding:0px;
margin:0px;
background:#fff;
color:#444;
font:76%/150% lucida grande, trebuchet ms, arial, verdana, sans-serif;
}

h1,h2{
	margin:0px;
}

body.accommodation h4{
	background:transparent url(../images/rule.gif) no-repeat scroll 50% 0;
	padding-top:3.2em;
}

body.accommodation table{
	width:80%;
}

body.accommodation td{
	padding:2px;
	vertical-align:top;
	border-bottom:1px solid #999;
}

body.accommodation th{
	text-align:left;
	border-bottom:1px solid #333;
}

#container{
width:729px;
margin:0px auto;
margin-top:0px;
background:#fff url(../images/side_bg.gif) repeat-y;
}

#content-full{
background-color: White;
padding:10px 40px 50px 25px;
margin:0 15px;
}

#content-full, #content{
	min-height:300px;
}

#welcome{
margin-right:280px;
}

#content{
padding:0 40px 50px 25px;
margin:10px 0 0 170px;
}

#header{
padding:0 0 1px 10px;
margin:0 14px;
background:#fff;
height: 35px;
}

#header h3{
	text-align:right;
	float:right;
	margin:8px;
}
a img{
	border: 0;
}
#picture{
	margin:0px 15px;
	height:160px;
	background-color: #ccc;
}

#picture, #navbar{
	border-bottom: 1px white solid;
}
#navbar{
background-image: url(../images/navbar-li-bg.gif);
background-color:#000;
margin:0 15px;
height:34px;
color:white;
overflow:hidden;
}
#navbar ul{
margin:0px;
padding:0px;
height:34px;
}
#navbar ul li{
border-right: 1px solid black;
padding: 8px;
list-style-type:none;
display:inline;
float:left;
font-weight:bold;

}

body.home #tab-home, 
	body.accommodation #tab-accommodation, 
	body.corporate #tab-corporate,
	body.gallery #tab-gallery,
	body.map #tab-map, 
	body.contact #tab-contact,
	body.guestbook #tab-guestbook,
	body.pub #tab-pub{
		background-color: #1B1B1B;
}

#navbar ul li a{
color:white;
text-transform: uppercase;
text-decoration: none;
}
#navbar ul li a:hover{
text-decoration: underline;
}
#footer{
	clear:left;
	color:gray;
	background-color: #CCCCCC;
	margin: 0 15px;
	text-align: center;
	padding: 5px;
	height:80px;
}
.right{
	float:right;
	width:220px;
	padding:10px;
}
.left{
	float:left;
}
.right h3{
	margin-top:12px;
	margin-bottom: 10px;
}

.bordered{
	padding:2px;
	border: 1px solid black;
}

a{
	color:#669933;
}

#welcome h2{
	font-size:2.0em;
}

.emphasis{
	font-weight: bold;
	font-style:italic;
}

#welcome .emphasis{
	font-weight: bold;
	font-size:1.6em;
	line-height:1.2em;
}

#subnav{
	width: 130px;
	margin:4px;
	padding:5px 0 0 19px;
}

#subnav ul{
	margin:0;
	padding:3px;
}

#subnav ul ul{
	margin:0;
	padding-left:1.2em;
}
	
#subnav ul li{
	list-style-type:none;
}

#subnav ul li a{
	font-weight:bold;
	font-size:1.1em;
}

.small{
	font-size:0.9em;
}

.grey{color:#666;}

div.quote {
  	border-style:solid;
	border-color:#999;
	border-width:1px 0px 0px 0px;
	padding:1em;
	margin: 2em;
}

div.quote p{
	text-align:right;
}

/*
blockquote {
  background: transparent url(../images/quoleft.png) left top no-repeat;
}

blockquote p{
  padding: 0 48px;
  background: transparent url(../images/quoright.png) right bottom no-repeat;
}
*/

form.contact label{
	font-weight:bold;
	display:block;
}
form.contact label span{
	font-style:italic;
}

form.contact textarea{
	width:100%;
	height:20em;
}

body.home div.thumbs{
	width:310px;
	margin-right: 0px;
}

div.thumbs a img{
	border:5px solid #fff;
	width:100px;
	margin:4px;
	height:68px;
}

body.home div.thumbs a img{
	margin:0px;
}

div.thumbs a{

}

div.thumbs img:hover{
	border-color:#c1c1c1;
}

/*
#navbar ul li ul li {
	font-weight:normal;	
	padding:4px;
	width:160px;
}

#navbar ul li ul {
  display: none;
  position: relative; 
  margin-top:34px;
  top: 34px;
  left: 0;
  background-color:#000;
  }

li > ul {
	top: auto;
	left: auto;
}

#navbar ul li:hover ul{ 
	display: block;
}
*/

form.contact input,  form.contact textarea{
	padding:3px;
}

form.contact input{
	width:400px;	
}
form.contact input.button{
	width:198px;
	height: 42px;
}