@charset "UTF-8";

@font-face {
	font-family: oceania;
	src: url('oceania/Oceania-Light.ttf');
}

body  {
	background: #fff;
	margin: 30px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	font-size: 9pt;
	line-height: 1.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(guest-house-images/texture-repeat-bg.gif);
}
.twoColFixLt #container {
	width: 930px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #867D67;
	text-align: left;
	padding: 0px;
	background-image: url(guest-house-images/texture-repeat.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 260px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 0px;
	height: 100%;
	text-align: center;
}
.twoColFixLt #mainContent {
	margin: 0 0 0 260px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px 0px 0px;
	min-height: 650px;
} 
.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;
}
.header-image { /* 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 */
	font-size: 14px;
}
.header-flash { /* 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 */
	height:450px;
	font-size: 14px;
}
.body-copy { /* 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 */
	width: 580px;
	margin-top: 15px;
	margin-left: 35px;
}
.menu-bar { /* 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 */
	font-size: 14px;
	margin-top: 10px;
	margin-left: 20px;
}
logo { /* 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 */
	font-size: 14px;
	width: 200px;
}
.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;
	text-align: center;
}
.makro    {
	float: right;
	margin-right: 425px;
}
.small-text    {
	font-size: 11px;
	line-height: 1.2em;
	margin-top: 25px;
	margin-left: 20px;
}
.contact    {
	font-size: 11px;
	margin-top: 10px;
}
h1 {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 px 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px 0 0px 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #867D67;
	font-size: 1.1em;
}
a {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 3px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0 0 0 5px; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	font-size: 0.95em;
	text-decoration: none;
	border-left: solid #999 5px;
}
h2 {
	font-weight: 100;
}
google_translate_element {
	text-align: center;
	background-color: #FFFFFF;
}
