/*
	CSS Document: css_template.css
	Version: 1.0 | Date: 2007-03-11
	Project: www.hotelalpina.com 
	Author: websLINE, 2007
	-------
	Last Updates:
	2008-01-31 - Einbau websline Vermerk
*/


/* HAUPTEINSTELLUNGEN  */

body {
	text-align: center;
	margin: 0; padding: 0;
	background: #E2E4E5 url(img_bg.gif) repeat-x 0 -100px fixed;
	}
img {
	border: 0;
	display: block;
	}
#main img {
	display: inline;
	}
.clearer {
	clear: both;
	line-height: 0;
	}
.skip {
	display: none;
	}
form {
	margin: 0; padding: 0;
	}
table {
	padding: 0;
	border: 0;
	}
td {
	vertical-align: top;
	}



/* DESIGN AUFBAU */

#site {
	position: relative;
	width: 980px;
	text-align: left; 
	margin: 0px auto;
	padding-top: 328px;
	}
#design-start #site {
	padding-top: 402px;
	}


/* Head*/

#header {
	padding: 10px 0 0 0;
	background: #fff url(img_bg-header.gif) repeat-x 0 85px;
	border-left: 8px solid #fff;
	border-right: 8px solid #fff;
	position: absolute;
	top: 0; left: 0;
	}
.headlinks {
	margin: 0; padding: 0;
	list-style: none;
	position: relative;
	}
.headlinks li {
	display: inline;
	}
.logo {
	float: right;
	margin: 0 30px 0 0;
	}
.navi {
	position: absolute;
	top: 64px; left: 8px;
	z-index: 199;
	}
.image {
	float: left;
	padding: 73px 0 0 0;
	}
.image table {
	width: 680px !important;
	}
#flashfont {
	position: absolute;
	left: 50%;
	width: 680px;
	margin-left: -482px;
	text-align: right;
	z-index: 9;
	}
#design-content #flashfont, #design-breit #flashfont {
	top: 244px;
	}
#design-start #flashfont {
	top: 308px;	
	}
#header .book {
	float: right;
/*	background: #ABACB3;*/
	background: #072964 url(img_bg-book.gif) no-repeat top right;
	padding: 15px 15px 0 15px;
	width: 247px;
	margin: 3px 0 0 0;
	}
#design-start #header .book {
	height: 291px;
	}
#design-content #header .book, 
#design-breit #header .book {
	height: 217px;
	}



/* Main */

#main {
	background: #DEE7EF url(img_bg-main.gif) repeat-y 680px;
	border: 8px solid #fff;
	position: relative;
	width: 964px;
	}
#design-start #main {
	background: #EEE5CC url(img_bg-start.jpg) no-repeat bottom right;
	padding: 7px;
	width: 950px;
	}
#main-left {
	float: left;
	width: 680px;
	}
#main-right {
	float: right;
	width: 284px;
	}
#content {
	background: #EEE5CC url(img_bg-content.jpg) no-repeat 0 60px;
	padding: 30px 40px;
	border-bottom: 1px solid #fff;
	}
#design-content #content {
	width: 600px;
	}
#content2 {
	background: #DEE7EF;
	}
#design-content #content2 div {
	margin: 20px;
	}




/* Footer  */

#footer {
	position: relative;
	padding: 0 0 30px 0;
	}
#footer p {
	margin: 8px 0 0 8px; padding: 0px;
	}
#footer .logos {
	position: absolute;
	top: -30px; right: 15px;
	}
#footer .logos a {
	margin: 0 5px;
	}
#footer .logos a.tirol,
#footer .logos a.obergurgl,
#footer .logos a.VierS, 
#footer .logos a.wellnesshotels {
	float: left;
	}
#footer .logos a.VierS, 
#footer .logos a.wellnesshotels {
	position: relative;
	}
#footer .logos a.VierS .over,
#footer .logos a.wellnesshotels .over {
	display: none;
	}
#footer .logos a.VierS:hover .over,
#footer .logos a.wellnesshotels:hover .over {
	display: block;
	position: absolute;
	top: -15px;
	left: -15px;
	z-index: 200;
	}
#footer .logos a.domain {
	clear: both;
	margin: 10px 0 0 95px;
	display: block;
	}
.websline {	
	margin: 10px 18px;
	color: #999;
	float: right;
	}
