@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:#000;
	background-color:#e9c55c;
	min-width:960px;
	height:100%;
}
/* ################ Page - Container ################ */


#conM {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#left {
	float: left;
	width: 260px;
	background-color: #f9eed1;
	padding-bottom: 9999px;
	margin-bottom: -9999px;
}

#right {
	float: right;
	width: 690px;
	background-color: #FFF;
	padding-bottom: 9999px;
	margin-bottom: -9999px;
}
#logo {
	width: 260px;
	height: 120px;
}
#theme {
	height: 260px;
	width: 690px;
	background-color:#efefef;
	/* background-image: url(../pix/header/kopfbild.jpg); */
}


#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: 950px;
	overflow: hidden;
}
#cms {
	width: 660px;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
#footer {
	background-color: #FFF;
	width: 950px;
	height: 30px;
	clear: both;
	z-index: 200;
	background-image: url(../pix/layout/bg_footer.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
#adresse {
	font-size:9px;
	padding-left: 275px;
}
#adresse a { color:#333 !important; text-decoration:none; }
#adresse a:hover { text-decoration:underline; }


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

#menu {
	width:690px;
	height: 20px;
	background-color:#b80718;
	color: #FFF;
	margin-top: 1px;
	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:50px;
	color:#4d4d4d;
}
div.teaser ul {
	padding-left:20px;
}
div.teaser li {
	list-style-type:square;
	margin-left:15px;
}
div.teaser a {
	color:#4d4d4d;
}



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:50px;
	margin-bottom: 15px;
	width: 155px;
	padding-left: 0px;
	padding-bottom:1px;
}
.angebotTitel {
	font-size: 11px;
	font-weight:bold;
	color:#FFF;
	padding-top:4px;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:5px;
	background-color:#b80718;
}
.angebotText {
	font-size: 11px;
	margin: 0px;
	color:#000;
	padding-top:4px;
	padding-bottom:5px;
}
.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;
}

