/*
<style>
/* */

body
	{
	background: url(images/background-body.jpg) repeat-x #D8E3E7;
	font-family: Arial;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	}

td, th
	{
	font-family: Arial;
	font-size: 12px;
	}

/* * * * * * * * * * *
 * Containers
 * divs one inside the other - centers page
 * * * * * * * * * * */
#containerIE
	{
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
#container
	{
	text-align: left;
	width: 730px;
	margin: 0px auto;
	padding: 0px;
	}
/* * * * * * * *
 * Logo
 * * * * * * * */
#langs
	{
	padding-top: 3px;
	padding-bottom: 1px;
	text-align: right;
	}
#langs img
	{
	border: 0px;
	}
/* * * * * * * *
 * Logo
 * * * * * * * */
#logo
	{
	background: url(images/background-logo.jpg);
	width: 730px;
	height: 103px;
	}
#logo .menu
	{
	margin-top: 10px;
	float: right;
	display: inline;
	margin-right: 20px;
	width: 575px;
	}
#logo .menuItem
	{
	padding-left: 10px;
	padding-right: 10px;
	height: 74px;

	vertical-align: middle;
	text-align: center;

	font-size: 12px;
	}
#logo .menuItemAct
	{
	background: url(images/background-logo-menu-act.gif) repeat-x ;
	}

#logo .menuItem a
	{
	font-weight: bold;
	color: white;
	text-decoration: none;
	}
#logo .menuItem a:hover
	{
	}
#logo .menuSpacer
	{
	background: url(images/background-logo-menu-spacer.gif) repeat-x;
	width: 1px;
	}
/* * * * * * * *
 * Banner
 * * * * * * * */

#banner
	{
	background: url(images/background-banner.jpg);
	width: 730px;
	height: 271px;
	}
#banner .bannerCont
	{
	margin-left: 10px;
	}
/* * * * * * * *
 * Content
 * * * * * * * */
#content
	{
	background: url(images/background-content-middle.gif);
	width: 730px;
	}
#content .contentIn
	{
	background: url(images/background-content.jpg) no-repeat top;
	_height: 339px;
	min-height: 339px;
	}
#content .print
	{
	float: right;
	display: inline;
	margin-right: 20px;
	margin-top: 20px;
	}
#content .print img
	{
	border: 0px;
	}
#content .title
	{
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 20px;

	font-size: 18px;
	color: #FFFFFF;
	}
#content .title img
	{
	margin-bottom: -2px;
	}
#content .subMenu
	{
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 5px;
	padding-bottom: 3px;
	color: white;
	}
#content .subMenu a
	{
	color: white;
	font-size: 14px;
	}
#content .text
	{
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 10px;
	color: white;
	}


#content .galleryItem
	{
	float: left;
	display: inline;
	width: 110px;
	height: 100px;
	text-align: center;
	overflow: hidden;
	}
#content .galleryItem img
	{
	border: 0px;
	}
#content .galleryNavigation
	{
	padding-bottom: 5px;
	padding-top: 5px;
	}
#content .galleryNavigation img
	{
	border: 0px;
	}
#content .galleryNavigation a
	{
	color: white;
	text-decoration: none;
	}
#content .reservForm
	{
	line-height: 22px;
	}
#content .reservForm input, #content .reservForm select, #content .reservForm textarea
	{
	border: 1px solid #E5801B;
	color: #676767;
	}
#content .reservForm input, #content .reservForm textarea
	{
	width: 255px;
	}
#content .reservForm input.short
	{
	width: 50px;
	}
#content .reservForm input.submit
	{
	width: 80px;
	}
#content .reservForm .red
	{
	color: red;
	}
#content .reservForm .descTd
	{
	text-align: right;
	vertical-align: top;
	}
#content a
	{
	color: #C25917;
	}
#content td
	{
	color: #ffffff;
	}
/* * * * * * * *
 * Bottom
 * * * * * * * */
#bottom
	{
	background: url(images/background-bottom.gif) no-repeat;
	width: 730px;
	height: 50px;
	}
#bottom .webra
	{
	font-size: 10px;
	margin-left: 20px;
	color: white;
	}
#bottom .webra a
	{
	color: white;
	}
#bottom .bottomMenu
	{
	float: right;
	display: inline;
	margin-right: 20px;
	margin-top: 5px;
	}
#bottom .bottomMenu a
	{
	color: #3F4C6B;
	text-decoration: none;
	}
/* * * * * * * *
 * General
 * * * * * * * */
 form
 	{
 	margin: 0px;
 	}
.topper
	{
	width: 1px;
	height: 1px;
	font-size: 1px;
	overflow: hidden;
	}
.clearer
	{
	clear: both;
	}
.hidden
	{
	display: none;
	}
.right
	{
	float: right;
	}
