/*
	CSS Document: css_template.css
	Version: 1.0 | Date: 2007-02-02
	Project: www.hotel-hechten.com
	Author: websLINE, 2007
	-------
*/


/* HAUPTEINSTELLUNGEN  */

form {
	margin: 0px;
	padding: 0px;
	}
img {
	border: 0px;
	display: block;
	}
.clearer {
	clear: both;
	line-height: 0px;
	}
body {
	text-align: center;
	padding: 0px;
	margin: 0px;
	background: #64001C url(img_bg-body.gif) repeat-x;
	}


/* DESIGN AUFBAU */

#site, #site-start {
	position: relative;
	width: 970px;
	text-align: left; 
	margin: 0px auto;
	}
#site {
	background: #fff url(img_bg-site.gif) no-repeat 3px 150px;
	}
#site-start {
	background: #fff url(img_bg-site.gif) no-repeat 3px 85px;
	}


/* Head*/
#head {
	background: #fff url(img_bg-head.jpg) no-repeat left bottom;
	padding: 15px 0 0 0;
	height: 68px;
	}
#headlinks, #footerlinks {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	white-space: nowrap;
	}
#headlinks li, #footerlinks li {
	display: table-cell;
	}
#navigation {
	position: absolute;
	top: 62px; left: 252px;
	background: url(img_bg-navigation.gif);
	width: 717px; height: 21px;
	}


/* Main */
#main {
	width: 100%;
	background: url(img_bg-main.gif);
	}
#start {
	width: 100%;
	background: url(img_bg-start.gif);
/*	background: red;*/
	}
#main-left, #start-left {
	float: left;
	background: url(img_bg-mainleft.gif) no-repeat;
	}
#main-left {
	width: 212px;
	padding: 0 20px 15px 20px;
	}
#main-left #logo {
	margin: 0 0 0 6px;
	}
#start-left {
	width: 462px;
	}
#start-left #logo {
	margin: 0 0 0 26px;
	}
#main-right {
	float: right;
	width: 718px;
	background: url(img_bg-mainright.gif);
	}
#start-right {
	float: right;
	width: 506px;
	margin: 0 2px 0 0;
	padding: 80px 0 0 0;
	background: url(img_bg-mainright.gif);
	}
#image {
	padding: 31px 0 0 22px;
	width: 696px;
	background: url(img_bg-image.gif) no-repeat;
	}
#image table {
	position: absolute; top: 0; left: 0;
	}
#image table a {
	position: absolute;
	top: 150px; left: 450px;
	background: red;
	}
#start-bttns a {
	float: left;
	margin: 0 2px 0 0;
	}
#start-bttns a.onerow {
	margin: 12px 0 0 0;
	}
#content {
	padding: 35px 35px 15px 25px;
	margin: 0 0 15px 0;
	}
#start #content {
	margin: 0px !important;
/*	background: orange;*/
	}
#main #content {
	width: 648px;
	}
#main-end, #start-end {
	clear: both;
	border-bottom: 1px solid #64001C;
	margin: 0px 1px 0px 2px;
	}
#start-end {
	height: 0px;
	}
* html #start-end {
	line-height: 0px;
	}
#main-end b {
	display: block;
	border-bottom: 1px solid #808285;
	border-left: 1px solid #808285;
	border-right: 1px solid #808285;
	margin: 0px 11px 0px 250px;
	}
#main-end i {
	display: block;
	height: 12px;
	background: #fff;
	margin: 0px 11px 0px 250px;
	}


/* Footer  */
#footer {
	border-top: 1px solid #fff;
	background: #64001C;
	margin: 0 0 0 1px;
	padding: 6px 0 30px 0;
	}
#footer #logos {
	float: left;
	}
#footer #logos img {
	display: inline;
	margin: 0 20px 0 0;
	}
#footer #websline {
	float: right;
	}
#footer #footerlinks {
	margin: 5px 0 15px 271px;
	}
#footer #data {
	margin: 0 0 0 276px;
	}