/*
	CSS Document: css_template.css
	Version: 1.1 | Date: 2009-10-09
	Project: www.hotel-bismarck.at
	Author: websLINE, 2007-2009
	-------
*/


/* HAUPTEINSTELLUNGEN  */

form {
	margin: 0; padding: 0;
	}
img {
	border: 0;
	display: block;
	}
table {
	width: 0;
	padding: 0;
	border: 0;
	}
td {
	vertical-align: top;
	}
#content img {
	display: inline;
	}
.clearer {
	clear: both;
	height: 0;
	}
.skip {
	display: none;
	}
.nolist {
	margin: 0; padding: 0;
	list-style: none;
	}



/* LAYOUT */

.bgLila {	background: #7D2649;	}
.bgCreme {	background: #FEEBC3;	}
.bgCreme2 {	background: #FEF6E3;	}
.bgCreme3 {	background: #FEF0D2;	}
.bgYellow {	background: #FDDC91;	}
.bgOrange {	background: #FFAF58; 	}
.bgWhite {	background: #FFFFFF; 	}

.padd5 { 	padding: 5px; }
.padd10 { 	padding:10px; }

body {
	background: #fff;
	margin: 0; padding: 0;
	text-align: center;
	}
#site {
	position: relative;
	width: 990px;
	margin: 0 auto;
	text-align: left;
	}

/* Header */

#header {
	position: absolute;
	top: 0; left: 0;
	height: 365px;
	}
#dStart #header {
	height: 482px;
	}
.right {
	float: right;
	background: url(img_bg-headStart.gif) no-repeat;
	width: 303px;
	height: 300px;
	padding: 25px 20px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}
.logo {
	position: absolute;
	top: 0; left: 490px;
	width: 234px; height: 230px;
	padding: 16px 0 0 0;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	}
.logo ul,
.right ul.headlinks,
.right ul.lang {
	margin: 10px auto 0 auto;
/*	width: 150px;*/
	}
.headlinks, .lang  {
	display: block;
	text-align: center;
	}
.headlinks li {
	display: inline;
	}
.lang li a {
	padding: 0 0 2px 22px;
	margin: 0 0 0 3px;
	}
.lang .ger {
	background: url(img_flagg-ger.gif) no-repeat 0 2px;
	}
.lang .eng {
	background: url(img_flagg-gbr.gif) no-repeat 0 2px;
	padding-right: 5px;
	}
.lang .ita {
	background: url(img_flagg-ita.gif) no-repeat 0 2px;
	padding-right: 3px;
	}
.logo img {
	margin: 65px auto 0 auto;
	}
.headimage {
	border-bottom: 1px solid #fff;
	float: left;
	}
.navi {
	float: left;
	margin: 80px 0 0 20px;
	display: inline;
	}
#dStart .navi {
	margin-top: 92px;
	}
.slogan {
	float: right;
	padding: 20px 45px 0 0;
	}


/* Inhalt */

#main {
	background: #FEEBC3 url(img_bg-main.gif);
	width: 100%;
	
	padding-top: 365px;
	}
#dStart #main {
	background: #FEEBC3 url(img_bg-mainStart.gif);
	
	padding-top: 482px;
	}
#content {
	float: left;
	width: 660px;
	border-top: 7px solid #fff;
	padding: 50px 30px 0 29px;	
	}
#dStart #content {
	width: 580px;
	padding: 30px 30px 20px 29px;
	}
#contentRight {
	float: right;
	width: 264px;
	border-top: 7px solid #fff;
	}
#dStart #contentRight {
	width: 344px;
	}
#contentBottom {
	clear: both;
	border-top: 7px solid #fff;
	width: 100%;
	}



/* Footer */

#footer {
	clear: both;
	margin: -8px 0 30px 0;
	padding: 0 30px;
	}
#footer img {
	float: left;
	margin: 0 10px 0 0;
	}
#footer p {
	margin: 0; padding: 0;
	}
.websline {
	float: right;
	margin: 14px 0 0 0;
	color: #999;
	}
.websline:hover {
	color: #666;
	}