/*
	CSS Document: css_template.css
	Version: 1.0 | Date: 2009-09-18
	Project: www.romantik-hotel.at
	Author: websLINE, 2009
	-------
*/

@import url("css_style.css");
@import url("css_navigation.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;
	}
.nolist, .nolist li, .nolist dd {
	margin: 0; padding: 0;
	list-style: none;
	list-style-image: none !important;
	}


/* DESIGN AUFBAU */

body {
	background: #600 url(img_bg-body.jpg) no-repeat top left;
	margin: 0; padding: 0;
	}
#site {
	position: relative;
	width: 995px;
	padding-top: 625px;
	}


/* Head*/

#header {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 600px;
	}
#header .logo {
	float: left;
	margin: 20px 0 0 30px;
	padding: 10px;
	}
#header .links {
	float: right;
	background: #630900;
	padding: 15px 10px 5px 10px;
	margin-right: 100px;
	}
#header .links li {
	display: inline;
	}
#header .links a {
	padding-right: 3px;
	}
#header .headimage {
	padding: 5px 5px 5px 0;
	background: url(img_bg-headimage.jpg) no-repeat;
	}
/*html>body #header .headimage {
	background-image: url(img_bg-headimage.png);
	}
#header .headimage b.bg {
	display: block;
	padding: 5px 0;
	background-repeat: repeat-x;
	}
html>body #header .headimage b.bg {
// background-image: url(img_bg-headimage2.png);
	}*/
#header .headimage table~a~div.code { /* Für Bearbeitungsmodus im CMS */
	height: 300px; overflow: hidden;
	}

/*-------FACEBOOKLINK----------*/
#header a.socials{
	background:url(facebook_icon.gif) 0 0 no-repeat;
	position:absolute;
	top:0px;
	right:74px;
	display:block;
	width:25px;
	height:33px;
	}
/* Main */

#main {
	padding: 0 5px 0 0;
	margin: 0 0 30px 0;
	}
html>body #dContent #main {
	background: url(img_bg-main.png) repeat-y;
	}
#mainLeft {
	float: left;
	width: 610px;
	padding: 40px 25px 25px 40px;
	}
#dStart #mainLeft {
	padding: 0;
	width: 675px
	}
#mainRight {
	float: right;
	width: 290px;
	}
#content {
	}


/* Footer  */

#footer {	
	border-top: 1px solid #a35d5e;
	padding: 20px 0 30px 80px;
	font-size: 0.9em;
	background: url(img_wappen.gif) no-repeat 20px 40px;
	}
#footer .links {
	margin-left: -3px;
	}
#footer .links li {
	display: inline;
	padding-left: 3px;
	}
#footer .links a {
	padding-right: 6px;
	text-transform: uppercase;
	}
#footer p {
	float: left;
	}
#footer .partner {
	float: right;
	margin-left: 10px;
	}
#footer .partner li {
	width: 115px; height: 70px;
	background: url(img_partner-romantikhotels.gif);
	}
#footer .websline {
	text-decoration: none;
	color: #8c4140;
	color: #fff;
	font-family: Arial, Verdana, Tahoma, San-Serif;
	white-space: nowrap;
	display: block; 
/*	background: url(img_logo-websline.gif) no-repeat 100% 1px;
	padding-right: 50px;
	float: right;
	margin: 60px 0 0 0;*/
	float: left;
	margin: 45px 0 0 40px;
	}
#footer .websline b {
	font-weight: bold;
	}
/*
#footer .websline:hover {
	background-position: 100% -16px;
	}
#footer .websline strong {
	display: none;
	}
*/