/*
	CSS Document: css_template.css
	Version: 1.0 | Date: 2006-11-16
	Project: www.hotel-schachner.at
	Author: websLINE, 2006
	-------
*/


/* HAUPTEINSTELLUNGEN  */

form {
	margin: 0px;
	padding: 0px;
	}
#clearer {
	clear: both;
	line-height: 0px;
	height: 0px;
	}
body {
	text-align: center;
	padding: 0;
	margin: 0;
	background: #FDFBF6;
	}


/* DESIGN AUFBAU */

#site {														/* site */
	position: relative;
	width: 980px;
	text-align: left; 
	margin: 0 auto;
	padding: 0 0 20px 0;
	background: url(img_bg-site.gif);
	}


#head {														/* head */
/*	background: #FDFBF6;*/
	background: #fff;
	position: absolute;
	padding: 15px 0 0 0;
	top: 0;
	left: 0;
	}
#headlinks {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	white-space: nowrap;
	}
#headlinks li {
	display: inline;
	}
#headlinks a {
	font-size: 10px;
	}
#logo {
	float: right;
	padding: 0 0 35px 0;
	}
#navigation {
	clear: both;
	margin: 0 0 10px 256px;
	border-bottom: 5px solid #AB391E;
	height: 23px;
	}
#inquirymask {
	float: left;
	width: 195px;
	padding: 30px 30px 0 30px;
	height: 220px;
	color: #fff;
/*	font-size: 10px;*/
	font-weight: bold;
	}
#inquirymask p.title {
	margin: 0px 0px 26px 0px;
	padding: 0px;
	display: block;
	height: 44px;
	}
#inquirymask select {
	margin: 2px 0 0 0;
	}
#inquirymask input.bttn {
	border: 0px;
	width: 151px;
	height: 23px;
	margin: 17px 0px 0px 0px;
	cursor: pointer;
	}
#image {
	float: right;
	}
#slogan {
	clear: both;
	display: block;
	height: 79px;
	width: 980px;
	}


#main {														/* main */
	background: url(img_bg-main.jpg) no-repeat right bottom;
	margin: 0px 0 4px 0;
	}
#content {
	float: right;
	width: 642px;
	padding: 510px 40px 0px 40px;
	}
#content-left {
	float: left;
	width: 256px;
	padding: 510px 0 40px 0;
	}


#footer {													/* footer */
	position: relative;
	clear: both;
	border-top: 3px solid #A73B35;
	background: #FDFBF6;
	padding: 5px;
	}
#footer #logo-donau {
	position: absolute;
	right: 15px;
	top: -15px;
	border: 1px solid #fff;
	}


#websline {													/* websline */
	width: 97%;
	text-align: right; 
	display: block;
	margin: 10px 0 0 0;
	}