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

/* ################ Reset ################ */
html, body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, 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 {
	background-image: url(../pix/layout/bg_shadow_y.gif);
	width: 1022px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
}
#conS2 {
	background-image: url(../pix/layout/bg_shadow.png);
	width: 1022px;
	margin-top: 0px;
	background-repeat: no-repeat;
	background-position: center top;
}
#conM {
	width: 1000px;
	margin-top: 0px;
	margin-left:auto;
	margin-right: auto;
}
#header {
	height: 33px;
	text-align: right;	
}
#left {
	width: 235px;
	min-height:400px;
	float: left;
	background-color: #d9c3c1;
	background-image: url(../pix/layout/logo_left.gif);
	background-repeat: no-repeat;
	padding-bottom: 9999px;
	margin-bottom: -9999px;
}
#right {
	float: left;
	width: 765px;
	text-align: left;
}
#logo {

}
#quicklinks { 
	float:right;
	margin-top:13px;
	margin-right: 20px;
}
#sprachen { 
	float:right;
	margin-top:15px;
}
#theme {
	width: 765px;
	height: 327px;
	margin-top: 26px;
}
#innerContent {
	background-color: #efe5e4;
	background-image: url(../pix/layout/bg_content.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 765px;
	background-color:#efe5e4;
	padding-bottom: 9999px;
	margin-bottom: -9999px;
}
#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;
}




#content {
	width: 1000px;
	overflow: hidden;
}
#cms {
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#footerButtons {
	height: 70px;
	width: 750px;
	margin: 0;
	background-image: url(../pix/layout/bg_footer.gif);
	background-repeat: repeat-y;
	clear:both;
	overflow: hidden;
	display:block;
	position: relative;
	text-align: left;
	vertical-align: top;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 250px;
}
#footer {
	height: 15px;
	width: 750px;
	margin: 0;
	background-image: url(../pix/layout/bg_footer.gif);
	background-repeat: repeat-y;
	clear:both;
	overflow: hidden;
	display:block;
	position: relative;
	text-align: left;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 250px;
}
#adresse {
	font-size:10px;
	color: #93524c;
}
#adresse a {
	color:#93524c !important;
	text-decoration:none;
}
#adresse a:hover { text-decoration:underline; }
#shadowbot {
	height: 17px;
	width: 1022px;
	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;
	position:relative;
	z-index:10;
}

/* ################ 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: 10px;
	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;
}

/* ########## Angebote ########### */

.angebotRand {
	line-height: 14px;
	margin-top:20px;
	margin-left:40px;
	margin-bottom: 15px;
	width: 152px;
	padding-left: 0px;
	padding-bottom:1px;
}
.randTitle {
	text-align:left;
	font-size: 13px;
	font-weight:bold;
	color:#93524c;
	padding-top:14px;
	padding-bottom:5px;
	padding-right:5px;
}
.angebotText {
	font-size: 11px;
	margin: 0px;
	text-align:left;
	color:#4d4d4d;
	padding-bottom:5px;
}
.angebotText a { color:#4d4d4d; }
.randBild {
	border: 1px solid #93524c;
}

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

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

