/* CSS ID-Layout */
* {
	margin:0;
	padding:0;
}
html {
	border:0;
	height:100%;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5% !important;
	text-align:center !important;
	height:100%;
	width:100%;
	color:#4d4d4d;
	font-weight:normal;
	/* background:url(../pix/layout/bodyBg.jpg) #fcb904 repeat-x; */
}
table, th, td, div {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: left; 
}
a img{
	border:none;
}
#conS {
	width: 103.4em;
	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{
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width:101em;
}
#shadowbot {
	height: 1.7em;
	width: 103.4em;
	background-image: url(../pix/layout/shadow_bottom.gif);
	background-repeat: no-repeat;
}
#familotel {
	width: 101em;
	height: 3.9em;
	background-image: url(../pix/layout/header_familotel.jpg);
	background-repeat: no-repeat;
	margin-bottom: 0.3em;
}
#famLogo {
	height: 3.9em;
	width: 17em;
	margin-left:auto;
	margin-right:auto;
}
#header {
	width: 101em;
	height: 4em;
}
#headerImg {
	width:100%;
	height:250px;
	background-color:#efefef;
	margin: 0 0 0.3em 0;
	clear: both;
}
#themeImg {
	width:101em;
	height:25em;
}
#themeMask {
	float:left;
	height:1.2em;
	position:absolute;
	width:101em;
	z-index:800;
}
#menu {
	height:2.9em;
	background-color: #B60718;
	width:101em;
	clear: both;
	float: left;
	margin-bottom:1.5em;
	background-image: url(../pix/layout/bg-menu.gif);
	background-repeat: no-repeat;
}

#container {
	width: 101em;
	color:#4d4d4d;
	/* border: 1px solid #b6b6b6; */
	background-color: #FFFFFF;
	padding: 0 0 0 0;
	float: left;
	overflow: hidden;
}
#sidebar {
	width: 20em;
	float: left;
	padding: 0 1.5em 0 1.5em;
	/*background-color: #fef1cd;*/
	background-image: url(../pix/layout/bg_sidebar.gif);
	background-repeat: repeat-x;
	padding-bottom: 9999px;
	margin-bottom: -9999px;
	background-color: #ffde81;

}
#sidebarR {
	float: right;
	clear: right;
	padding: 0 1em;
	width: 12.8em;
	background-image: url(../pix/layout/bg_sidebar.gif);
	background-repeat: repeat-x;
	padding-bottom: 9999px;
	margin-bottom: -9999px;
	background-color: #ffde81;
	display: inline;
}
#content {
	float: left;
	clear: right;
	padding: 0 1.5em 1.5em 1.5em;
	/* display:inline;
	border-left: thin dotted #1c2f81; */
	margin: 0 0 0 0;
	width: 60em;
	border-left: thin dotted #1c2f81;
	border-right: thin dotted #1c2f81;
	min-height:40em;	

}
#contentIndex {
	float: left;
	clear: both;
	padding: 0 1.5em 1.5em 1.5em !important;
	margin: 0 0 0 0;
	width: 98em;
	background-image: url(../pix/layout/bg_sidebar.gif);
	background-repeat: repeat-x;
	background-color:#ffde81;
}
#content2Col {
	float: left;
	clear: right;
	padding: 0 1.5em 0 1.5em !important;
	margin: 0 0 0 0;
	width: 74em;
}
#ajaxMapLeft {
	float: left;
}
#ajaxMapRight {
	float: right;
}
.cms{
	font-size:1.1em;
	line-height:1.6;
	padding: 1em 0 1em 0;
	color:#333333;
	position:static;
}
.cmsIndex{
	font-size:1.1em;
	line-height:1.6;
	padding:0;
	color:#333333;
	position:static;
}
#logos {
	position: absolute;
	margin:0;
	height: 25em;
	width:23em;
	z-index:10000;
}
#logosbg {
	position: absolute;
	background-image: url(../pix/alphaWhite50.png);
	height: 25em;
	width:23em;
}
#logosContent {
	text-align: center;
	position: absolute;
	background-image: url(../pix/alphaWhite50.png);
	height: 23.5em;
	width:23em;
	padding-top: 15px;
	z-index:10002;
}
#logos p {
	padding: 1.5em;
	margin:0;
}
#navCon{
}
#topMenu{
	float: left;
	/* clear: left; */
	width:23em;
	height:2.9em;
}
#topMenu ul {
	margin:0.7em 0 0 0; 
	list-style:none;
	padding:0 3em 0 0; 
}
#topMenu li{
	display:inline;
	padding:0;
	border-left: 0px solid #35435b;
}
#topMenu li.first { border:none; }
#topMenu li a {
	font-size: 9px !important;
	padding:0.3em 0.6em 0.5em 2.5em;
	text-decoration: none;
	color:#fff;
	cursor:pointer;
}
#topMenu li a:hover{
}

#topMenu a.Home, #topMenu a.Impressum, #topMenu a.Kontakt, #topMenu a.Drucken, #topMenu a.Newsletter {
	background:1em center no-repeat;
}
#topMenu a.Home{background-image:url(../pix/menu/home.gif);}
#topMenu a.Impressum{background-image:url(../pix/menu/impressum.gif);}
#topMenu a.Kontakt{background-image:url(../pix/menu/kontakt.gif);}
#topMenu a.Drucken{background-image:url(../pix/menu/drucken.gif);}
#topMenu a.Newsletter{background-image:url(../pix/menu/newsletter.gif);}
/*-----------------------------------------------------------------------------*/
#nav{
	height: 2.9em;
	width: 78.0em;
	float: left;
	padding: 0 0 0 0;
}
#nav div{
	margin:0 1em 0 0;
	float: left;
	position:relative;
	height: 2.9em;
}

#nav div a{
	font-size:1.2em;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
	margin:0;
	padding:0.1em 0 0 0.8em;
	line-height: 2.3em;
	display: block;
}

#nav div.navList {
	width:16em;
	background: url(../pix/alphaWhite85.png);
	display: none;
	top: -25.3em;
	position: absolute;
	height: 25.3em;
	z-index:100;
}
#nav div.navListActive {
	width:18em;
	background: url(../pix/alphaWhite85.png);
	display: block;
	top: -25.3em;
	position: absolute;
	height: 25.3em;
	z-index:99;
}
#nav ul {
	color: #1C2F81;
	margin: 0.3em 0 0 0;
	padding:0;
	bottom:1em;
	position:absolute;
}
#nav ul li {
	margin:0 0 0 2.75em;
	padding:0;
	border: none;
}
#nav li a{
	font-size:1.1em;
	text-decoration:none;
	font-weight:normal;
	color:#1c2f81;
	line-height:1.5;
	padding: 0;
}
#nav li a.active{
	font-weight:bold;
}
#nav li a:hover{
	font-weight: bold;	
}
/*-----------------------------------------------------------------------------*/

#subnav{
	padding: 1em 0 1em 3em;
	background-color: #fef1cd;
	margin-bottom:1em;
}
#subnav li{
}
#subnav li a{
	-moz-user-select: none;
	-khtml-user-select: none;
	text-decoration: none;
	font-size: 1.1em;
	padding: 0;
}
#subnav li a.active{
	font-weight:bold;
}
#subnav li a:hover{
	font-weight:bold;
}

/* ------------------*/
#subnavL{
	color:#1755a6;
	list-style:none;
	padding: 28px;
}
#subnavL li{
	height:55px;
}
#subnavL li a{
	text-align:left;
	-moz-user-select: none;
	-khtml-user-select: none;
	padding:14px 0 0 45px;
	background-repeat:no-repeat;
	background-position:left 0px;
	display:block;
	height:55px;
}
#subnavL li a.activ{
	font-weight:bold;
	display:block;
}
#subnavL li a:hover{
	text-decoration:none;
	font-weight:bold;
	display:block;
}
/* ------------------*/
#subnavR{
	list-style:none;
	padding: 0 0 5em 1em;
	margin: 0 0 0 0;
}
#subnavR li{
	margin:0 0 1em 0;
	display:block;
}
#subnavR li a{
	line-height:1.3;	
}
#subnavR li a:hover{
	font-weight:bold;
}
/* ------------------*/
#lang { margin-right: 70px; }
#lang ul {
	float:right;
	/* clear: right; */
	margin: 105px 0 10px 25px;
	padding:0;
	display:block;
}
#lang li{
	float: left;
	list-style: none;
	padding: 0.5em 0 0 1em;
}
#lang li a{
}
/* ------------------*/
#bottomNavCon{
	bottom: 0px;
	width: 27em;
	float: left;
}
#bottomNav{
	list-style:none;
	float:left;
	clear: left;
	width: 13em;
	margin: 10em 0 0 0;
}
#bottomNav li{
	display: block;
	text-align: right;
}
#bottomNav li.last{
	background:none;
}
#bottomNav li a{
	text-align: right;
	color:#b3b3b3;
	font-size: 1.1em;
	line-height: 1.5;
}
#bottomNav li a.activ{
	font-weight:bold;
}
#bottomNav li a:hover{
	text-decoration:none;
	font-weight:bold;
}
a.activ{
	cursor:default;
}
/* ------------------*/
hr.clear{
	clear:both;
	visibility:hidden;
	height:0;
	content: "."; 
	line-height:0;
	width:95%;
	border: 0;
    padding: 0;
	margin: -1.1em 0 0 0;
	float:left;
}
hr.line {
	border:none;
	height:1px;
	line-height:1px;
	background:#1755a6;
	margin:2em 0;
}
#footer {
	padding:0.5em 0.5em 0 0.5em;
	clear: both;
	margin:0;
	overflow: hidden;
	display:block;
	position: relative;
	background-color:#B60718;
	color:#FFF;
	height:2.2em;
	text-align:center;
}
#moreLinks {
	text-align: center;
	margin-top: 0px;
	padding: 0 0 1em 2.3em;
	background-color:#FFF;
}
#moreLinks a {
	text-decoration:underline;
	color:#333;
	color:#4d4d4d;
	font-size:10px;
}
div.col1{
	width:69%;
	float:left;
}
div.col2{
	width:29%;
	float:right;
	clear:right;
}
div.col50P{
	width:50%;
	float:left;
}
#wetter{
	background-color: #ff9c00;
}
#wetter table{
	width:13em !important; 
}
div.teaser{
	font-size:1.1em;
	/*	border-bottom:1px solid;
	background-color: #fef1cd;*/
	margin-bottom: 1em;
}
#teaserTitle {
	/* background-color: #FCB904; */
	padding-top: 0.2em;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 0.1em;
	font-weight:bold !important;
	color: #3559AE !important;
}
.leftTbg {
	background-image: url(/pix/layout/bg_teaser_li.gif);
	background-repeat: no-repeat;
} 
.rightTbg {
	background-image: url(/pix/layout/bg_teaser_re.gif);
	background-repeat: no-repeat;
} 
#teaserContent {
	padding-top: 0.8em;
	padding-right: 1em;
	padding-bottom: 0.2em;
	padding-left: 1em;
	border: 1px solid #FCB904;
	background-color:#FFFFFF;
}
#teaserContent a {
	color:#333;
	text-decoration: none;
}
#teaserContent a:hover {
	color:#333;
	text-decoration: underline;
}
div.teaserOhneRand {
	font-size:1.1em;
	margin-bottom: 1em;
}

#noscript {
background:#D1000D;
}
#noscript h1 {
	color:#FDD335;
	font-size:1.2em;
	text-decoration:blink;
	padding: 1em;
}
#noscript p {
	color:#FFFFFF;
	font-size:1.2em;
	font-weight:bold;
	padding: 0 1em 1em 1em;
}

.wettercomheadline93456{
font-family:inherit !important;
color:inherit !important;
font-size:inherit !important;
clear:both;
float:left;
}
.wettercomsmall93456{
font-family:inherit !important;
color:inherit !important;
font-size:inherit !important;
clear:both;
float:left;
}
.wettercomsmall93456 hr{
float:left;
clear:both;
}
.wettercomtext93456{
font-family:inherit !important;
color:inherit !important;
font-size:inherit !important;
}
.wettercomtext293456{font-family:arial;color:NULL;font-size:11px}

div.offer{
	float:left;
	width:48%;
	padding:0 2% 0 0;
	line-height:1.4;
}

/*-----------------------------------------*/
#subtitle {
color:#666666;
cursor:default;
font-size:smaller;
margin-top:0.2em;
text-align:left;
}
#bigImgLinks {
border:1px solid #666666;
position:absolute;
background-color:#FFFFFF;
margin:-0.5em 0 0 -0.5em;
}
#bigImgRechts {
border:1px solid #666666;
background-color:#FFFFFF;
position:absolute;
margin:-0.5em 0 0 -10em;
}

#bigImgLinks img, #bigImgRechts img {
border:1px solid #666666;
margin:1.5em;
}
/*-----------------------------------------*/
#breadcrumb {
	margin-bottom: 1.5em;
	color: #666666;
}

