/*
	CSS Document: css_template.css
	Version: 1.0 | Date: 2009-10-28
	Project: www.hotel-brueckenwirt.at
	Author: websLINE, 2009
	-------
*/

@import url("css_style.css");
@import url("css_modules.css");


/* HAUPTEINSTELLUNGEN  */

img {
	border: 0;
	display: block;
	}
#content img {
	display: inline;
	}
form {
	margin: 0;
	padding: 0;
	}
.clearfix:after {
   content: "."; 
   clear: both; 
   display: block; 
   height: 0; 
   visibility: hidden;
	}
.clearfix { 
	display: inline-block;
	}
/* Holly Hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* Holly Hack End */
.skip {
	display: none;
	}
.related dt{
	border-bottom:1px solid #907d4e;
	font-weight:bold;
	color:#907d4e;
	margin:25px 0 5px 0;
	}
.nolist, .nolist li, .nolist dd {
	margin: 0; padding: 0;
	list-style: none;
	list-style-image: none !important;
	border-bottom-width: 1px;
	}
	.related dd  a{
		border-bottom:1px solid #efede5;
		padding: 4px 0pt 1px 15px;
		display: block;
		text-decoration: none !important;
		background: url(img_arrow.gif) 0 9px no-repeat;
		}
		.related dd  a:hover{
			background-color:#efede5;
			}


/* DESIGN AUFBAU */

body {
	text-align: center;
	background: #fff;
	margin: 0; padding: 0;
	}
#site {
	position: relative;
	width: 994px;
	text-align: left; 
	margin: 0px auto;
	padding-top: 520px;
	}


/* Head*/

#header {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 520px;
	}
#header .logo {
	float: right;
	padding: 10px;
	margin: 15px 70px 0 0;
	}
#header .links {
	float: left;
	margin: 15px 0 0 15px;
	}
* html #header .links {
	margin-left: 7px;
	}
#header .links li {
	display: inline;
	}
#header .links a {
	padding-right: 3px;
	font-size: 0.8em;
	}
#header .headimage {	
	border: 4px solid #907d4e;
	float: left;
	}
#header .headimage table + a + div.code #flashcontent { /* Bearbeitung im CMS */
	margin-top: -30px;
	}
#header .headimage table + a + div.code a img { /* Bearbeitung im CMS */
	margin-left: -30px;
	}


/* Main */

#main {
	padding: 20px 0;
	}
#mainLeft {
	float: left;
	width: 644px;
	padding:0 10px;
	}
#mainRight {
	float: right;
	width: 326px;
	}
#content {
	}


/* Footer  */

#footer {
	background: #efede5;
	border-top: 5px solid #907d4e;
	padding: 30px 15px 15px 30px;
	}
#footer .address {
	margin: 0; padding: 0;
	float: left;
	width: 280px;
	}
#footer .address strong {
	text-transform: uppercase;
	}
#footer .arrival {
	float: right;
	width: 150px; height: 90px;
	background: url(img_arrival-thumb.gif) no-repeat;
	padding: 20px 0 0 160px;
	}
#footer .websline {
	text-decoration: none;
	color: #999;
	font-family: Arial, Verdana, Tahoma, San-Serif;
	background: url(img_logo-websline.gif) no-repeat 100% 1px;
	padding-right: 50px;
	white-space: nowrap;
	clear: right;
	float: right;
	display: block; 
	margin: 10px 20px 0 0;
	}
#footer .websline:hover {
	background-position: 100% -16px;
	}
#footer .websline strong {
	display: none;
	}
