@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: 1100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#left {
	float: left;
	width: 215px;
	padding-bottom: 9999px;
	margin-bottom: -9999px;

}

#right {
	float: left;
	width: 770px;
	padding-bottom: 9999px;
	margin-bottom: -9999px;
	background-image: url(../pix/layout/bg_inner.jpg);
	background-repeat: repeat-y;
}
#logo {
	width: 192px;
	height: 140px;
	margin-left:23px;
}
#theme {
	height: 325px;
	width: 770px;
	background-color:#efefef;
	/* background-image: url(../pix/header/kopfbild.jpg); */
}
#topMenuOver {
	background-image: url(../pix/layout/alphaWhite85.png);
	background-repeat: repeat;
	height: 25px;
	width: 770px;
	position: absolute;
	text-align:right;
	padding-top:5px;
	z-index:15000;
}

#familotel {
	width: 1045px;
	height: 40px;
	margin-left:23px;
	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: 1100px;
	overflow: hidden;
	background-image: url(../pix/layout/bg_content.gif);
	background-repeat: repeat-y;
}
#cms {
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 20px;
}
#footer {
	width: 1100px;
	height: 30px;
	clear: both;
	z-index: 200;
	position:relative;
	top:-20px;
	
}
#adresse {
	font-size:9px;
	padding-left: 235px;
}
#adresse a { color:#0053A0 !important; text-decoration:none; }
#adresse a:hover { text-decoration:underline; }


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

#menu {
	width:770px;
	height: 20px;
	background-color:#b80718;
	color: #FFF;
	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 */

#teaserHeader { position:absolute; margin-left:585px; margin-top:50px; z-index:15000; }

div.teaser {
	padding-bottom: 15px;
	padding-left:45px;
	color:#0053A0;
}
div.teaser ul {
	padding-left:5px;
	padding-top:5px;
}
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:5px;
	width:150px;
	padding-top:1px;
	padding-bottom:0px;
	background-color:#b70718;
	margin-left:0px;
}
/* ########## Angebote ########### */

.angebotRand {
	line-height: 14px;
	margin-top:10px;
	margin-left:45px;
	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;
}

