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


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

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

#right {
	float: right;
	width: 760px;
	background-color: #FFF;
	padding-bottom: 9999px;
	margin-bottom: -9999px;
}
#logo {
	width: 260px;
	height: 155px;
}
#theme {
	height: 390px;
	width: 760px;
	background-color:#efefef;
	/* background-image: url(../pix/header/kopfbild.jpg); */
}
#traumurlaub {
	position:absolute;
	margin-top:320px;
	margin-left:615px;
	z-index:200;
}

#familotel {
	width: 1048px;
	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: 1048px;
	overflow: hidden;
}
#cms {
	width: 730px;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
#footer {
	width: 1048px;
	clear: both;
	z-index: 200;
	position:relative;
	margin-top:-40px;
	margin-bottom:40px;
}
#adresse {
	font-size:9px;
	margin-left: 288px;
	padding-top:5px;
	padding-left:10px;
	background-color:#EFEFEF;
	height: 20px;
	width:750px;
	float:left;
	
}
#adresse a { color:#333 !important; text-decoration:none; }
#adresse a:hover { text-decoration:underline; }


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

#menu {
	width:760px;
	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;
	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:0px;
	margin-bottom: 15px;
	width: 241px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-top: 12px;
	border: 1px solid;
	border-color: #d6e2e3;
}
.angebotTitel {
	font-size: 11px;
	font-weight:bold;
	color:#a00e1d;
	padding-top:4px;
	padding-bottom:2px;
	padding-left:0px;
	padding-right:0px;
	background-color:#fff;
	text-transform: uppercase;
}
.angebotText {
	font-size: 10px;
	margin: 0px;
	color:#333333;
	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;
}

