/*HTML*/
body {
	font-family: "Arial",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	color: #764212;
	text-align: center;
	margin-top:0px;
	margin-bottom:0px;
	font-size:12px;
	text-align:center;
	background-image: url(../gfx/bg.jpg);
	background-repeat: repeat-xy;
	}
	
a {
	color: #BE5C2C;
	text-decoration: none;		
}

a:visited {
	color: #BE5C2C;
	text-decoration: none;		
}
a:active {
	color: #BE5C2C;
	text-decoration: none;		
}
a:hover {
	color: #8A4320;
	text-decoration: none;
}

h1 {
padding:5px;
font-family: "Monotype Corsiva",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
font-size: 20px;
}

h2 {
padding:5px;
font-family: "Monotype Corsiva",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
font-size: 20px;
}

#heading {
font-size:16px;
}

/*LAYOUT*/
#wood {
	height:10px;
	width:100%;
	background-color:#333333;
	text-align:center;
}

#brand {
	height:290px;
	width:100%;
	height:290px;
	text-align:center;
	background-color:#333333;
}

#brand-content {
	width:896px;
	height:290px;
	margin: 0 auto;
	text-align:left;
}

#navigation{
	height:80px;
	width:100%;
	background-color:#333333;
	text-align:center;
}

#navigation-content {
	width:896px;
	height:200px;
	margin: 0 auto;
	padding-top:10px;
	text-align:center;
	font-size: 19px;
	background-color: #BE5C2C;
	padding-top:10px;
}

#navigation-content a {
text-decoration:none;
margin-right:5px;
font-size:18px;
font-family: "Monotype Corsiva",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
}

#gasztro a {
color:#FFF;
}
#panzio a {
color:#FFF;
}

#middle {
	width:100%;
		background-color:#333333;
	text-align:center;
}

#middle-content {
	width:896px;
	margin: 0 auto;
	text-align:left;
	font-size: 12px;
	color: #51330B;
	padding-top:10px;
	background-color: #FDF8C1;
	padding-bottom:20px;
}

#left {
	width:300px;
	float:left;
	margin-right:10px;
	margin-left:5px;
}

#right {
	width:550px;
	float:left;
}

#booking {
	padding:10px;
	background-color: #47900D;
	background-image: url(/gfx/boxbg.gif);
	background-repeat: repeat;
	border: 2px solid #552F1C;
	margin-bottom:10px;
	color:#000;
}

#calendar {
	padding:10px;
	background-color: #83C01B;
	border: 2px solid #552F1C;
	background-image: url(/gfx/boxbg.gif);
	background-repeat: repeat;
	color:#FFF;
}

#calendar a {
	color: #996600;
	text-decoration:none;
}

#footer{
	height:100px;
	width:100%;
	background-color:#333333;
	text-align:center;
}

#footer-content {
	width:896px;
	height:60px;
	margin: 0 auto;
	color: #51330B;
	background-color: #BE5C2C;
	padding-top:10px;
	text-align:center;
}

#footer-content a {
	color:#FFF;
	text-decoration:none;
	margin-left:2px;
	margin-right:4px;
}

/*FORM*/
form, label input {
	margin: 0;
	padding: 0;
}

input:focus, textarea:focus, label:focus {
	background: #fff;
	border: 1px solid #686868;
	color:#000;

}
textarea, input, select, input.file {
	background: #666;
	border: 1px solid #b2b2b2;
	color: #fff;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 1px;
	padding: 3px;
}






/*STYLISH*/

tr.hovered:hover {
background-color: #FEF8EB;
}





ol.layout {
	margin: 20px 0;
	/*--Bg of the order numbers--*/
	padding: 0 0 0 35px; /*--Distance between the order numbers--*/
	list-style-type: none;	/*border: 1px solid #111;*/
}
ol.layout  li {
	margin: 0;
	padding: 15px 15px;
	color: #006699;
	font-size: 10px;
	font-weight: bold;
	/*--The bevel look is styled with various colors in the border properties below--*/

}
ol.layout  li.first { border-top: 1px solid #353535; }
ol.layout  li.last { border-bottom: none; }
ol.layout  li h2 {
	font-size: 10px;
	padding: 5px 0;
	margin-bottom: 10px;

	color: #fff;
}
ol.layout li p {
	color: #ccc;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.6em;
}

label {  
display: block;
}
label {  
float: left;  
width: 15em;  
margin-right: 1em;
}

.button {
padding:5px;
}

.button2 {
padding-bottom:10px;
}

#mnbutton {
width:110px;
float:left;
margin-right:10px;
text-align:center;
}

.margin {
margin-bottom:10px;
}

.mbutton {
width:170px;
padding:15px;
margin-bottom:20px;
}

.mbutton : hover {
background-color: #291D0E;
}