@charset "UTF-8";
@import url("formquickcheck.css");

/* ################ Reset ################ */
html, body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, b {
	margin:0;
	padding:0
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
a img {
	border:none;
}


html, body {
	height:100%;
	width:100%;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	text-align:center;
	background-color:#FFF;
	min-width:960px;
	height:100%;
}
/* ################ Page - Container ################ */

#conS {
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../pix/layout/bg_shadow.gif);
	background-repeat: repeat-y;
}
#conM {
	width: 950px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align:left;
	background-image: url(../pix/layout/bodyBg.jpg);
	background-repeat: repeat-x;
	background-color: #FFF9E3;
}
#header {
	height: 260px;
	width: 950px;
	clear: left;
}
#left {
	float: left;
	width: 180px;
}
#middle {
	float: left;
	width: 590px;
}
#right {
	float: left;
	width: 180px;
	padding: 10px 0 0 0;
}
#logo {
	height: 260px;
	width: 180px;
	float: left;
}
#theme {
	float: left;
	height: 260px;
	width: 770px;
	background-color:#efefef;
}
#themeMask {
	position:absolute;
	width: 770px;
	height: 260px;
	margin-left:180px;
	display:block;
	z-index: 50;
}

#familotel {
	width: 950px;
	height: 40px;
	background-image:url(../pix/layout/familotel-logo.gif);
	background-repeat: no-repeat;
}
#famLogo {
	height: 40px;
	width: 170px;
	margin-left:auto;
	margin-right:auto;
}


#contentShadow {
	
}
#shadowTop {
	background-image: url(../pix/layout/schatten_oben_content.gif);
	background-repeat: no-repeat;
	background-color:#FFF;
	height: 5px;
}
#shadowBottom {
	background-image: url(../pix/layout/schatten_unten_content.gif);
	background-repeat: no-repeat;
	height: 5px;
}
#innerContent {
	background-color:#FFF;
	background-image: url(../pix/layout/schatten_mitte_content.gif);
	background-repeat: repeat-y;
	padding: 15px;
	width: 560px;
	padding-bottom: 9999px;
	margin-bottom: -9999px;
}
#content {
	width: 950px;
	overflow: hidden;
}
#cms { padding: 0 0 20px 0; }
#footer {
	height: 15px;
	width: 590px;
	margin: 0 180px 0 180px;
	padding: 8px 0 3px 0;
	background-image: url(../pix/layout/schatten_unten_content.gif);
	background-repeat: no-repeat;
	clear:both;
	overflow: hidden;
	display:block;
	position: relative;
}
#adresse {font-size:9px;}
#adresse a { color:#333 !important; text-decoration:none; }
#adresse a:hover { text-decoration:underline; }
#shadowbot {
	height: 17px;
	width: 970px;
	background-image: url(../pix/layout/shadow_bottom.gif);
	background-repeat: no-repeat;
}

/* ################ Main - Navigation ################ */

#menu {
	width:590px;
	height: 20px;
	background-color:#b70718;
	color: #FFF;
	margin-top: 10px;
	margin-bottom: 4px;
	text-align: left;
}

/* ################ Clear - Element ################ */

hr.clear{
clear:both;
visibility:hidden;
height:0;
line-height:1px;
font:1px/0px monospace;
margin:-1em 0;
}

/* Links */

div.teaser {
	padding-bottom: 15px;
	padding-left:5px;
	color:#4d4d4d;
}
div.teaser ul {
	padding-left:20px;
}
div.teaser li {
	list-style-type:square;
	margin-left:15px;
}
div.teaser a {
	color:#4d4d4d;
}

/* Rechts */

div.teaserR {
	margin-bottom: 15px;
	padding-left:0px;
	color:#b70718;
}
div.teaserR ul {
	padding-left:15px;
}
div.teaserR li {
	list-style-type:square;
	margin-left:10px;
}
div.teaserR a {
	color:#b70718;
}

div.teaserTitle {
	text-align:left;
	font-size: 11px;
	font-weight:bold;
	color:#FFF !important;
	padding-left:10px;
	width:150px;
	padding-top:2px;
	padding-bottom:0px;
	background-color:#b70718;
	margin-left:5px;
}
/* ########## Angebote ########### */

.angebotRand {
	line-height: 14px;
	margin-top:10px;
	margin-left:12px;
	margin-bottom: 15px;
	border: 0px solid #ECC5C0;
	width: 155px;
	padding-left: 0px;
	padding-bottom:1px;
}
.angebotTitel {
	text-align:center;
	font-size: 11px;
	font-weight:bold;
	color:#FFF;
	padding-top:4px;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:5px;
	background-color:#b70718;
}
.angebotText {
	font-size: 11px;
	margin: 0px;
	text-align:center;
	color:#4d4d4d;
	padding-top:4px;
	padding-bottom:5px;
	background-color:#FDDC71;
}
.onlineBuchen { float:right; padding-bottom:20px;}
.angebotText a { color:#4d4d4d; }

/* ########## Anfrage / Kontakt ########### */

div.col1{
	width:69%;
	float:left;
}
div.col2{
	width:29%;
	float:right;
	clear:right;
}
div.col50P{
	width:50%;
	float:left;
}
