@CHARSET "UTF-8";

body, html { margin:0px; padding:0px; height:100%; }

body { background:#7d6b5c; font-size:12px; line-height:13px; color:#d8d3ce; font-family:Arial,Tahoma,Helvetica; }

h1 {
	font-size:14px;
}

h2 {
	font-size:12px;
	font-weight:bold;
}

a {
	/*
	color:#f491a5;
	color:#321f20;
	*/
	color:#d8d3ce;
	text-decoration:underline;
}
a:hover {
	/*
	color:#f05f7c;
	color:#d7cbc4;
	*/
	text-decoration:none;
}

img {
	border:0px none;
}

ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

table {
	border-collapse:collapse;
}


.stopFloat {
	float:none;
	clear:both;
	line-height:0px;
	height:0px;
	overflow:hidden;
}

.Left {
	float:left;
}
.Right {
	float:right;
}

.noMargin {
	margin:0px;
}


#center {
	width:960px;
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0px auto -180px;
}

/* Navigation */
#nav {
	float:left;
	width:355px;
	padding-left:32px;
	/*
	padding-top:70px;
	*/
	
	min-height:100%;
	z-index:100;
	margin-bottom:-205px;
}

#nav img { z-index:100; position:relative; }

#logo {
	float:left;
	margin-top:70px;
}

#special { margin:70px 0px 10px 7px; float:left; }
#hotel { margin:0px 0px 2px 13px; }
#gastein { margin:0px 0px 1px 32px; }
#preise { margin:0px 0px 13px 5px; }
#facts { margin:0px 0px 6px 0px; display:block; }
#contact { margin:0px 0px 0px 17px; display:block;}
#story { margin:5px 0px 6px 3px; display:block;}
#pricelist { margin:7px 0px 6px 1px; display:block;}


/* Content */
#content {
	float:left;
	width:555px;
	min-height:100%;
	margin-bottom:-150px;
	
	position:relative;
	z-index:200;
}

#mainContent {
	margin-top:70px;
}

#mainContent p span {
	display:block;
	font-size:10px;
}

.booking {
	padding:40px 0px 0px 100px;
}
.booking img {
	margin-right:20px;
}

#slider {
	width:27000px;
	/*
	position:relative;
	top:0px;
	left:0px;
	*/
	margin-left:0px;
	height:auto;
}
#slider li {
	display:inline;
	margin:0px;
	width:460px;

	display:table-cell;
	vertical-align:middle;
}
#slider * {
	display:inline;
	height:auto;
}
#slideContainer {
	width:460px;
	overflow:hidden;
	height:auto;
}

.slideMenu {
	vertical-align:middle;
	min-width:44px;
	width:44px;
	padding:0px;
}
.slideMenu img { cursor:pointer; }

#preview {
	margin-top:95px;
}
#preview a {
	margin-right:45px;
}

#previewImages {
	width:100%;
	margin-top:230px;
	text-align:right;
}
#previewImages img {
	
}
#previewImages a {
	float:right;
	display:block;
	margin:1px;
}



/* Footer */
#footer, #footerSpacer {
	height:145px;
	padding-bottom:10px;
}

#footer {
	width:960px;
	margin:0px auto;
	clear:both;
	float:none;
	background:transparent url('/images/content_bottom.gif') no-repeat right top;
}

#navFooter {
	display:block;
	height:291px;
	width:100%;
	background:transparent url('/images/footer_building.gif') no-repeat left bottom;
	z-index:20;
	
	position:relative;
	left:0px;
	top:-135px;
}

#footerText {
	text-align:center;
	z-index:40;
	margin:-135px 0px 0px;
	padding-bottom:5px;
}


