* {
	margin:0;
	padding:0
}
/* mac hide \*/
html, body {
	height:100%;
	width:100%;
}
/* end hide */

body {
	background: url(/fileadmin/images/body_bg.gif) #F2E5D1;
	text-align:center;
	min-height:660px;/* for good browsers*/
	min-width:900px;/* for good browsers*/
	overflow: hidden;
}

#outer {
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
}
#container {
	text-align: center;
	position:relative;
	vertical-align:middle;
	display:table-cell;
	height: 660px;
}
#text {
	clear:both;

	overflow: auto;
}
#inner {
	position: relative;
	width: 900px;
	height: 660px;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
	background:url(/fileadmin/images/center_bg.gif) no-repeat;
}
#contenttitle {
	float:left;
	widht: 400px;
	height: 24px;
	padding: 0;
	margin: 0;
}
#subnavi {
	float:right;
	width: 300px;
	height: 24px;
	padding: 0;
	margin: 0;
	text-align: right;
}
#subnavi2 {
	float:right;
	width: 150px;
	height: 24px;
	padding: 0;
	margin: 0;
	text-align: right;
	overflow: hidden;
}
#top {
	padding: 12px 0 0 12px;
	margin:0;
	background: url(/fileadmin/images/header-main.gif) no-repeat;

	overflow: hidden;
}
#content {
	width: 846px;
	margin: 8px 30px 0 30px;
	padding:0;
	height: 90px;
	z-index:1000;
}
#content p {
	margin:0;
	padding:0;
}
#languagemenu {
	width: 100%;
	margin: 30px 0 0 0;
	text-align: center;
}
#footer {
	position: absolute;
	bottom: 45px;
	width: 900px;
	height: 38px;
	background:url(/fileadmin/images/footer_bg.gif) no-repeat;
	background-position: bottom;

}
#footernavi {
	position: absolute;
	bottom: 30px;	
	left:-1000px;
	width: 900px;
	height: 10px;
	padding-top: 5px;
	text-align: center;
	display:none;
}
#popupnavi {
	position:absolute;
	left:-1000px;
	top:-1000px;
	width:0px;
	height:0px;
	overflow:hidden;
	display:inline;
}
#booking {
	position: absolute;
	bottom: 0px;
	width: 900px;
	height: 20px;
	text-align: center;	
	
	font-size:11px;
	font-family:Arial,Tahoma,Verdana,Helvetica,sans-serif;
	color:#5A5A5A;
}
#booking select {
	font-size:11px;
	color:#5A5A5A;
}
#booking .bookinglabel {
	margin:0 10px 0 20px;
}