﻿body
{
	background: url('../images/layout/bg.gif') repeat-y center; 
	margin: 5px;
	padding: 0px;
	font-family: Ariel, sans-serif;
	font-size: 62.5%;
	text-align: left;
}

/*   font here  */

td.menu-gap {width:1px;}

td.menu-guesthouse
{
	background-image: url('../images/layout/menu-guesthouse.gif');
	background-repeat:repeat-x;
	width:140px;
	text-align:center;
}
td.menu-accommodation
{
	background-image: url('../images/layout/menu-accommodation.gif');
	background-repeat:repeat-x;
	width:154px;
	text-align:center;
}
td.menu-breakfast
{
	background-image: url('../images/layout/menu-breakfast.gif');
	background-repeat:repeat-x;
	width:154px;
	text-align:center;
}
td.menu-local-attractions
{
	background-image: url('../images/layout/menu-local-attractions.gif');
	background-repeat:repeat-x;
	width:154px;
	text-align:center;
}
td.menu-contact-guesthouse
{
	background-image: url('../images/layout/menu-contact-guesthouse.gif');
	background-repeat:repeat-x;
	width:154px;
	text-align:center;
}

a.menu:link,a.menu:visited,a.menu:active {font-family: Georgia, times new roman; color:white; font-size:12px;}
a.menu:hover {color:red;}


p
{
	margin: 0px;
	padding: 5px 0px 5px 20px;
	font-size: 1.2em;
	text-align: left;
	color: #444444;
	font-family: Arial, sans-serif;
	line-height:140%;
	font-weight:bold;
}

h2
{
	margin: 0px;
	padding: 5px 0px 5px 20px;
	font-size: 1.3em;
	text-align: left;
	color: #444444;
	font-family: Arial, sans-serif;
	font-weight:bold;
}

ul
{
	margin: 0px;
	padding: 5px 0px 5px 40px;
	font-size: 1.2em;
	text-align: left;
	color: #444444;
	font-family: Arial, sans-serif;
	line-height:140%;
	font-weight:bold;
}

table.tariff
{
	margin-left: 50px;
	border:1px solid #666666;
	font-size: 1.2em;
	text-align: left;
	color: #777777;
	font-family: Arial, sans-serif;
	border-collapse:collapse;
}
table.tariff td
{
	border:1px solid #666666;
	padding:5px;
}

a
{
	color: #990000;
	text-decoration: none;
}

a:hover
{
	color: #63a9d2;
	text-decoration: none;
}


.menu-bottom {color: #444444; font-size: 10px;}

a.menu-bottom:link,a.menu-bottom:visited,a.menu-bottom:active {color: #444444;}
a.menu-bottom:hover {color:red;}


strong {font-weight:bold; color: #777777;}

.required {color:red;}

.free-to-book {
	width: 200px;
	height: 150px;
	padding-top: 25px;
	}