* {
    text-decoration:none;
    font-family:arial, tahoma, verdana, sans-serif;
}

a img {
    border:0;
}

body {
	margin:0;
    padding:0;
    text-align:center;
    background:url('images/header-top-bg.gif') no-repeat 50% 0 #FFFDF8;
}

#container {
    width:960px;
    overflow:hidden;
    margin:4px auto 4px auto;
    text-align:left;
}

#header {
    height:123px;
    width:960px;
    clear:both;
    padding:0 0 0 0;
    background:url('images/freedreams-top-image.jpg') no-repeat 100% 0 #fff;
}

#header.fr {
    background:url('images/freedreams-top-image-fr.jpg') no-repeat 100% 0 #fff;
}

#header #logo {
    background:url('images/freedreams-logo.gif') no-repeat 40px 50%;
    float:left;
    width:270px;
    height:120px;
    text-decoration:none;
}

#header #promo {
    float:left;
    width:130px;
    height:123px;
}

#header #language {
    float:right;
    background:url('images/language-switch-bg.gif') no-repeat 0 0;
    width:179px;
    height:21px;
    line-height:21px;
    color:#fff;
    font-size:11px;
    font-weight:bold;
    text-align:center;
}

#header #language:hover {
    text-decoration:underline;
}

/*    
    ---------------------------------------------------------------
    ROOTMENU     
*/

#rootmenu {
    height:40px;
    width:959px;
    background:#DD2300;
    list-style:none;
    padding:0 0 0 1px;
    margin:0;
    -moz-border-radius:5px;
    clear:both;
    overflow:hidden;
}

#rootmenu li {
    list-style:none;
    padding:0;
    margin:0;
    float:left;
    height:34px;
    margin:4px 1px 2px 0;
    background:url('images/rootmenu-tab-right.gif') no-repeat 100% 0;
}

#rootmenu li a {
    font-size:12px;
    color:#fff;
    font-weight:bold;
    text-transform:uppercase;
    float:left;
    height:34px;
    line-height:36px;
    padding:0;
    background:url('images/rootmenu-tab-left.gif') no-repeat 0 0;
    text-align:center;
    width:133px;
}

#rootmenu li#my-freedreams {
    background-image:url('images/rootmenu-mf-tab-right.gif');
}

#rootmenu li#my-freedreams a {
    background-image:url('images/rootmenu-mf-tab-left.gif');
    text-align:center;
    width:153px;
}

#rootmenu li a:hover {
    color:#FFF5DF;
}

#rootmenu li.current, #rootmenu li#my-freedreams.current {
    background-image:url('images/rootmenu-tab-right-curr.gif');
    border-bottom:2px solid #FFEEC4;
}

#rootmenu li.current a, #rootmenu li#my-freedreams.current a {
    background-image:url('images/rootmenu-tab-left-curr.gif');
    color:#DD2300;
}

#sidemenu {
    height:30px;
    width:959px;
    background:#FFEEC4;
    list-style:none;
    padding:0 0 0 15px;
    margin:0;
    display:block;
    -moz-border-radius:5px;
    clear:both;
    overflow:hidden;
}

#sidemenu li {
   list-style:none;
   padding:0;
   margin:0;
   display:inline;
}

#sidemenu li a {
    font-size:12px;
    color:#FD4006;
    font-weight:bold;
    line-height:30px;
    padding:0 7px 0 6px;
    text-align:center;
    border-right:1px solid #FD4006;
}

#sidemenu li.last a {
    border:0;
}

#sidemenu li a:hover {
    color:#D00;
}

#print-icon {
    position:relative;
    float:right;
    top:-5px;
    width:140px;
    height:21px;
    overflow:hidden;
    clear:both;
}

#login-box {
    position:absolute;
    z-index:100;
    width:200px;
    height:120px;
    background:url('images/login-box-bg.gif') repeat-x 0 0 #FFF5DF;
    margin:0 0 0 740px;
    border-left:20px solid #FFFDF8;
    border-bottom:1px solid #FFFDF8;
    display:none;
}

#login-box form {
    margin:10px 10px 0 10px;
    padding:0;
    width:180px;
    height:110px;
    overflow:hidden;
    display:block;
}

#login-box fieldset {
    margin:0;
    padding:0;
    border:0;
    height:100px;
}

#login-box legend {
    color:#D00;
    font-weight:bold;
    padding:0;
    margin:0 0 5px 0;
    font-size:12px;
}

#login-box label {
    display:block;
    color:#000;
    font-size:11px;
    margin:0;
    line-height:12px;
}

#login-box input.text {
    width:160px;
    font-size:11px;
    height:12px;
}

#login-box input.submit-login {
    width:89px;
    height:17px;
    background:url('images/button-small-orange.gif') no-repeat 0 0;
    font-size:11px;
    font-weight:bold;
    color:#fff;
    text-align:center;
    line-height:18px;
    padding:0;
    border:0;
    cursor:pointer;
}

#login-box input.submit-login-fr {
    width:135px;
    height:17px;
    background:url('images/button-orange-bg.gif') repeat-x 0 0;
    font-size:11px;
    font-weight:bold;
    color:#fff;
    text-align:center;
    line-height:18px;
    padding:0;
    border:0;
    cursor:pointer;
}


/*    
    ---------------------------------------------------------------
    FOOTER      
*/

#footer {
    height:75px;
    width:960px;
    border-top:5px solid #FFD597;
    clear:both;
    -moz-border-radius:5px;
    overflow:hidden;
    margin:0 0 15px 0;
}


#footer ul {
    list-style:none;
    padding:0;
    margin:15px 0 0 0;
    overflow:hidden;    
}

#footer ul li {
    list-style:none;
    float:left;
}

#footer ul li a {
    float:left;
    padding:0 20px;
    color:#036;
    font-size:11px;
    height:13px;
    border-right:1px solid #036;
}

#footer ul li.last a {
    border:0;
}

#footer p {
    color:#FF7800;
    font-size:11px;
    clear:both;
    margin:9px 0 0 20px;
}

#linkvendor {
    height:22px;
    width:960px;
    clear:both;
    overflow:hidden;
	padding-left: 20px;
    margin:0 0 20px 0;
	font-size:11px;
	color:#999;
}

#linkvendor a{
	color: #999;
}



/*  AUTOCOMLETE */
.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
    text-align:left;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.ac_loading {
	background : Window url('./indicator.gif') right center no-repeat;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}

/*******************************/

#hotelsincity {
    width:915px;
    border: 1px solid #dcdcdc;
    clear:both;
    -moz-border-radius:5px;
    overflow:hidden;
    margin:120px 0 15px 0;
	padding: 5px 20px 5px 20px;
}


#hotelsincity h3{
	float: left;
	width: 200px;
	font-size: 11px;
	background: none;
	color: #555;
	padding: 0;
	margin-top: 10px;
}

#hotelsincity a{
	font-size: 11px;
	text-decoration: underline;
	color: #333;
	color: #06F;
}


#hotelsincity a:hover{
	color:#F00;
}


#hotelsincity ul {
	float: left;
	width: 650px;
	margin: 10px;
}

#hotelsincity li {
	font-size: 11px;
	list-style: none;
	float: left;
	padding-right: 10px;
	padding-bottom: 14px; 
	width: 150px;
}


/* -------------------------------------------- */
/* PROMOTIONS: HOTELS PROMOTIONS LIST HOME PAGE */
/* -------------------------------------------- */

table.hotels-promotion{
	font-size:11px;
	border:0;
	margin:0;
	padding:0;
}

table.hotels-promotion td{
	vertical-align:top;
	width:33%;
	border-bottom:1px solid #dddddd;
	padding:10px 0 10px 0;
	height:240px;
}

A.hotel-nme{
	font-size:22px;
	font-weight:bold;
	display:block;
	font-family:arial, verdana, tahoma, 'Times new roman', serif;
	color:#FD4006;
}

A.hotel-nme-sml{
	font-size:14px;
	font-weight:bold;
	display:block;
	font-family:arial, verdana, tahoma, 'Times new roman', serif;
	color:#FD4006;
}

DIV.hotel-desc{
	width:470px;
	font-size:12px;
	line-height:18px;
	margin-top:6px;
}

DIV.hotel-stdt{
	margin-top:3px;
	margin-bottom:2px;
	font-size:14px;
	font-weight: normal;
	clear:both;
	line-height:20px;
}

SPAN.hotel-adr{
	font-size:12px;
	font-weight: normal;
}

A.hoteldet{
	font-size:12px;
	display:block;
	text-align:left;
	padding:10px 10px 0 0;
	/*font-family:Georgia, Garamond, 'Times new roman', serif;*/
	font-family:arial, verdana, tahoma, 'Times new roman', serif;
}

IMG.hotelimgha{
	width:200px;
	height:133px;
	padding:2px;
	border:1px solid #DFDFDF;
	margin:0px;
	background-color: white;
}


/* -------------------------------------------- */
/* PROMOTIONS: HOTELS SUBPAGES */
/* -------------------------------------------- */

#fck-content table.hotels-promotion{
	font-size:11px;
	border:0;
	margin:0;
	padding:0;
}

#fck-content table.hotels-promotion td{
	vertical-align:top;
	width:33%;
	border:0;
	font-size:12px;
	border-bottom:1px solid #dddddd;
	padding:10px 5px 10px 0;
	height:240px;
}

#fck-content A.hotel-nme{
	font-size:22px;
	font-weight:bold;
	display:block;
	font-family:arial, verdana, tahoma, 'Times new roman', serif;
	color:#FD4006;
}

#fck-content A.hotel-nme-sml{
	font-size:14px;
	font-weight:bold;
	display:block;
	font-family:arial, verdana, tahoma, 'Times new roman', serif;
	color:#FD4006;
}

#fck-content DIV.hotel-desc{
	width:470px;
	font-size:12px;
	line-height:18px;
	margin-top:6px;
}

#fck-content DIV.hotel-stdt{
	margin-top:3px;
	margin-bottom:2px;
	font-size:14px;
	font-weight: normal;
	clear:both;
	line-height:20px;
}

#fck-content SPAN.hotel-adr{
	font-size:12px;
	font-weight: normal;
}

#fck-content A.hoteldet{
	font-size:12px;
	display:block;
	text-align:left;
	padding:10px 10px 0 0;
	/*font-family:Georgia, Garamond, 'Times new roman', serif;*/
	font-family:arial, verdana, tahoma, 'Times new roman', serif;
}

#fck-content IMG.hotelimgha{
	width:200px;
	height:133px;
	padding:2px;
	border:1px solid #DFDFDF;
	margin:0px;
	background-color: white;
}


/* ------------- */

div#lbx{
    margin:0;
    padding:0 0 10px 0;
    width:228px;
    overflow:hidden;
    background:#FFF5DF;
    border:1px solid #FF9638;
}


h3.anderenangeboten{
    color:#FD4006;
    font-size:16px;
    font-weight:normal;
    margin:5px 0 1px 10px;
    border-bottom:1px solid #FD4006;
	width:210px;
}

ul.anderang{
	border:0;
	padding:4px 0 0 25px;
	margin:0;
	font-size:12px;
	list-style:disc;
}

ul.anderang li{
	padding:0 0 0 2px;
	line-height:22px;
}

ul.anderang a {
    color:#06F;
}

ul.anderang a:hover {
    color:#D00;
}



