* {
	border: 0;
	margin: 0;
	padding: 0;
}

img {
	vertical-align: top;
}

body {
	background: url(../images/bg-main.gif) repeat-y #ffc;
	color: #000;
	font: 12px/19px Verdana;
}

a {
	color: #900;
	text-decoration: none;
}

h1 {
	margin-bottom: 12px;
	color: #900;
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
}

.left1col {
	width: 174px;
	float: left;
	margin-right: 12px;
	display: inline;
}

.right2col {
	width: 360px;
	float: left;
	display: inline;
}

.left2col {
	width: 360px;
	float: left;
	margin-right: 12px;
	display: inline;
}

.right1col {
	width: 174px;
	float: left;
	display: inline;
}

.cleaner {
	clear: both;
}

a:hover {
	color: #ffc;
}

.active {
	color: #ffc;
}

#logo {
	position: absolute;
	left: 0;
	top: 0;
}

#nav {
	position: absolute;
	left: 0;
	top: 180px;
}

#header {
	position: absolute;
	left: 191px;
	top: 0;
}

#subnav {
	border-top: 2px solid #900;
	border-bottom: 2px solid #900;
	width: 568px;
	background: #fc9;
	position: absolute;
	left: 191px;
	top: 99px;
	height: 43px;
}

#container {
	width: 568px;
	position: absolute;
	left: 191px;
	top: 146px;
}

#content {
	margin-left: 11px;
	margin-top: 35px;
	width: 546px;
	line-height: 21px;
}

#nav p {
	margin-left: 17px;
	margin-bottom: 30px;
	color: #900;
	font-size: 13px;
	font-weight: bold;
	line-height: 30px;
}

#subnav p {
	float: left;
	margin-left: 11px;
	margin-top: 18px;
	width: 174px;
	display: inline;
	color: #900;
	font-size: 13px;
	font-weight: bold;
	line-height: 13px;
}

#content img {
	border: 2px solid #900;
}

#content p {
	margin-bottom: 12px;
}

.legende {
	color: #900;
}

#content a, #right a {
	color: #000;
	text-decoration: underline;
}

#content a:hover, #right a:hover {
	color: #900;
}

#content strong {
	color: #900;
}

.booking {
	border: 1px solid #FF9966;
	background: url(../images/ajax-loader.gif) center center no-repeat;
}


