/*
	CSS Document: css/template.css
	Version: 2.0 | Date: 2009-01-11
	Project: www.ellmauhof.at
	Author: websLINE, 2009
	-------
*/

@import url("style.css");
@import url("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;
}
.red {
	color: red;
}
.green {
	color: green;
}
/* DESIGN AUFBAU */

html, body {
	margin:0;
	padding:0;
	height:100%;
}
body {
	width: 100%;
	text-align: center;
	background: #fff;
	margin: 0;
	padding: 0;
}
#body {
	position: absolute;
	z-index: 10;
	text-align: center;
	top: 50%;
	left: 0;
	width: 100%;
	background: #e2e3e3 url(../img/bg-body.gif) repeat-x left bottom;
	border-top: 1px solid #fff;
}
.themeBreit #body, .themeFormular #body {
	top: 175px;
}
#site {
	width: 993px;
	margin: -31px auto 0 auto;
	position: relative;
	text-align: left;
	background: url(../img/border-site.gif) no-repeat;
	padding: 1px;
}
/* Header */

#header {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
}
.themeBreit #header, .themeFormular #header {
	background: #ababaa;
	height: 175px;
}
#header .logo {
	position: absolute;
	z-index: 10;
	top: 30px;
	left: 50%;
	margin-left: 218px;
	width: 264px;
	height: 63px;
	background: url(../img/logo.gif) no-repeat;
	top: 10px;
}
/*#dStart #header .logo {
	margin-left: -499px;
	width: 998px;
	background: url(../img/kopfzeile.jpg) no-repeat;
	}*/
#header .balken {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 44px;
}
#header table + a + a + ul + .balken {  /* Bearbeitungsmodus im CMS */
	display: none;
}
/*html>body #header .balken {
	background: url(../img/bg-balken.png) repeat-x;
	}*/
#header .links {
	position: absolute;
	z-index: 11;
	top: 10px;
	left: 50%;
	margin-left: -482px;
	padding: 5px 10px;
	background: #000;
	opacity: 0.65;
	filter: alpha(opacity=65);
	width: 286px;
}
/*#dStart #header .links {
	top: 33px; left: 50%;
	margin-left: -498px;
	background: none;
	}*/
#header .links li {
	display: inline;
	color: #fff;
}
#header .links a {
	padding-right: 3px;
	color: #fff;
}
/*#header .socials {
	position: absolute;
	z-index: 11;
	top: 10px;
	left: 490px;
	margin-left: -175px;
}*/
#header a.facebook, #header a.googleplus {
	background: url(../img/socials.gif) 0 0 no-repeat;
	display: block;
	width: 26px;
	height: 26px;
	text-decoration: none;
	position: absolute;
	z-index: 11;
	top: 10px;
	left: 50%;
	margin-left:-173px;
}
#header a.googleplus {
	background-position: -26px 0;
	margin-left:-144px;
	}
#header a.blog {
	background: url(../img/blog.gif);
	display: block;
	width: 26px;
	height: 26px;
	text-decoration: none;
	position: absolute;
	z-index: 11;
	top: 10px;
	left: 50%;
	margin-left:-115px;
}
#header .code, #header #flashcontent, #header #abm, #header #abm .object, #header #abm .object .details {
	height: 100%;
}
#header #flashcontent img {
	width: 100%;
}
/* Main */

#main {
	background: #e2e3e3;
	padding: 65px 14px 25px 14px;
}
#mainLeft {
	float: left;
	width: 605px;
}
#mainRight {
	float: right;
	width: 360px;
}
#content {
	padding: 10px 50px 0 20px;
}
#dStart #content {
	padding: 0;
	height: 300px;
}
.themeBreit #content {
	padding: 0 20px;
}
/* Footer  */

#footer {
	background: url(../img/bg-footer.gif) repeat-x left bottom;
	padding: 0 10px 10px 10px;
	margin: 0 0 20px 0;
	position: relative;
}
#footer hr {
	height: 1px;
	border: 0;
	background: #999;
}
#footer .address {
	float: left;
}
#footer .links {
	float: left;
	clear: left;
	margin-top: 20px;
	width: 730px;
}
#footer .links li {
	display: inline;
}
#footer .links a {
	padding-right: 10px;
	font-weight: bold;
	text-decoration: underline;
}
#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;
}
/* Hotelinfo Start */
.hotelinfo2 {
	position: relative;
	background: #fff;
	margin:0;
	padding:0;
	float:left;
	display:block;
	width:100%;
}
.hotelinfo2 a.hotelInfobttn {
	position: absolute;
	top: 0px;
	left: 43%;
	display: block;
	padding: 5px 10px;
	background-color:#e9eaea;
	text-decoration: none !important;
}
.hotelinfo2 .text {
	padding: 30px;
	background: #fff;
	display: none;
}

.hotelinfo2 h1, .hotelinfo2 h2 {
	color:#333 !important;
	visibility: visible !important;
}
.hotelinfo2 h1{
	font-size:1.3em !important;
	margin-bottom:10px !important;
}
.hotelinfo2 h2{
	font-size:1.1em !important;
}

