/*
	CSS Document: css_template.css
	Version: 1.0 | Date: 2009-11-18
	Project: www.hotelplatzhirsch.com
	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;
	}
.nolist, .nolist li, .nolist dd {
	margin: 0; padding: 0;
	list-style: none;
	list-style-image: none !important;
	}


/* DESIGN AUFBAU */

body {
	text-align: center;
	background: #ddd url(img_bg-body.gif) repeat-x 0 -50px;
	margin: 0; padding: 0;
	}
body#dStart  {
	background-position: 0 0;
	}
#site {
	position: relative;
	width: 994px;
	text-align: left; 
	margin: 0px auto;
	padding-top: 465px;
	}


/* Head*/

#header {
	position: absolute;
	top: 0; left: 0;
	width: 974px; height: 465px;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	}
#header .links {
	float: right;
	padding: 10px 0 0 0;
	}
#header .links li {
	display: inline;
	}
#header .links a {
	padding-right: 3px;
	}
#header .logo {
	padding: 10px;
	display: block;
	margin: 0 auto 0 auto;
	width: 294px;
	}
#header table + table + a + .code #flashcontent { /* Bearbeitungsmodus im CMS */
	height: 190px !important;
	overflow: hidden !important;
	}

/* Facebook & Blogger */	
.fb, .blog{background:url(f_b_icon.gif) 0 0 no-repeat; width:27px; height:25px; position:absolute; top:10px; left:0; text-indent:-19999px; display:block; overflow:hidden;}
	.blog{background-position:-27px 0; width:26px; left:30px}
	
	
/* Main */

#main {
	border: 10px solid #fff;
	background: url(img_bg-main.gif) repeat-y;
	}
#dStart #main {
	background: #fff;
	border-top: 0;
	}
#mainLeft {
	float: left;
	width: 738px;
	}
#mainRight {
	float: right;
	width: 236px;
	}
#content {
	padding: 25px 35px 25px 25px;
	}
#dStart #content {
	padding: 0;
	}
#mainBottom {
	background: #fff;
	padding: 10px;
	margin: 10px 0 0 0;
	}


/* Footer  */

#footer {
	background: url(img_watermark.gif) no-repeat 0 15px;
	padding: 15px 0 15px 10px;
	}
#footer .address {
	float: left;
	padding: 0 0 0 100px;
	}
#footer .functions {
	float: right;
	padding-top: 20px;
	width: 300px;
	}
#footer .functions img {
	float: right;
	margin-left: 5px;
	}
#footer .skype {
	float: left;
	padding: 13px 0 0 10px;
	}
#footer .links {
	clear: both;
	padding: 20px 0 0 0;
	float: left;
	width: 700px;
	}
#footer .links li {
	display: inline;
	}
#footer .links a {
	padding-right: 3px;
	font-weight: bold;
	text-decoration: underline;
	color: #666;
	font-size: 0.9em;
	}
#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: 20px 0 0 0;
	}
#footer .websline:hover {
	background-position: 100% -16px;
	}
#footer .websline strong {
	display: none;
	}
