/*********************************************************************
/* default page layout structure settings
/**********************************************************************/


#cl_main_right_wrapper {

}

/**********************************************************************
/* Color Line form page settings *
/**********************************************************************/
.cl_form_page {

}

.cl_form_page form {
	margin-left: 5px;
	margin-right: 50px;
	margin-bottom: 50px;
}

.cl_form_page label {
	float: left;
	text-align: left;
	font-weight: bold;
	width: 30%;
}

.cl_form_page .row input,.cl_form_page .row select,.cl_form_page .row textarea
	{
	float: left;
}

.cl_form_page .row textarea {
	width: 69%;
}

.cl_form_page .cl_form_date select {
	margin-right: 10px;
}

.cl_form_page .cl_form_postal input {
	margin-right: 10px;
}

.cl_form_page span {
	display: inline;
}

.cl_form_page .row {
	margin-bottom: 5px;
}



/**********************************************************************
/* cl sub page teaser list element settings
/**********************************************************************/
.cl_sub_page_teaser_list {
	list-style: none;}


.cl_sub_page_teaser_list_entry {
	float: left;
	display: inline;
	/*width: 48%;*/
    width:220px;
	margin: 0px 5px 5px 5px !important;}

li.alt {
	margin-right: 3.8%;
    margin-right:10px;
    margin-left:2px;}


.listClearFixFirst {
    float:left;
    border:0px solid #ff9900;
    clear:both;}

.listClearFixSecond {
    float:left;
    border:0px solid #bb0000;
}

/*
cl_sub_page_teaser_list li.alt {
    margin:0px 0px 0px 0px;}
*/



/**********************************************************************
/* cl image element settings
/**********************************************************************/
div.cl_image_caption {
	font-size: 0.8em;
}

/**********************************************************************
/* cl plain text element settings
/**********************************************************************/
.cl_plain_text div.container {
	padding: 10px;
}

.cl_plain_text_border {
	border: solid 1px #e0e0e0;
	padding: 5px;
}

.cl_plain_text_color_red {
	color: #df002b;
}

.cl_plain_text_color_blue {
	color: #0065b5;
}

.cl_plain_text_color_lightblue {
	color: #4ACFF7;
}

/**********************************************************************
/* cl accommodation article settings
/**********************************************************************/
div.cl_accommodation_element {
	width:98%;
	margin-bottom: 24px;
	padding-left: 5px;
	padding-right: 5px;}

table.cl_accommodation_element {
    width:100%;
	text-align: left;
    padding-left: 5px;
	padding-right: 5px;
    padding-bottom:20px;}

table.cl_accommodation_element thead {
	color: #037bc1;}

table.cl_accommodation_element tbody td,table.cl_accommodation_element tbody th {
	padding:5px 0px 0px 5px;}

th.cl_table_firstcolumn {
	width: 25%;
    padding:0px 10px 5px 5px;
}

.cl_accommodation_element h2 {
	padding: 0 0 9px 0;
}

ul.cl_accommodation_list {
	width: 95%;
	padding: 10px 0px 0px 20px;
}

ul.cl_accommodation_list li {
	/*background: url(/img/colorline/bullet.jpg) no-repeat top left;*/
	padding: 0px 0px 5px 0px; /* padding between the list items, bottom */
	width: 50%;
	float: left;
}

/*html>body ul.cl_accommodation_list li {
	width: 45%;
}*/
ul.cl_accommodation_list li.last {
	float: left;
	width: 100%;
}


/**********************************************************************
/* cl booking entry settings.
/**********************************************************************/
form#cl_booking_entry_form label {
	display: block;
}

form#cl_booking_entry_form select,form#cl_booking_entry_form input {
	margin: 5px 0 5px 0;
}

form#cl_booking_entry_form_large label {
	margin-top: 5px;
	display: block;
}

form#cl_booking_entry_form_large select,form#cl_booking_entry_form_large input
	{
	margin: 5px 0 5px 0;
}

/**********************************************************************
/* cl booking horizontal settings.
/**********************************************************************/
.cl_booking_horizontal {
	border: solid 1px #e0e0e0;
	padding: 5px;
}

.cl_booking_horizontal form input {
	margin-left: 5px;
}

.cl_booking_horizontal form,.cl_booking_horizontal fieldset {
	float: left;
	width: auto;
}

.cl_booking_horizontal a {
	float: left;
	display: inline;
	margin-left: 20px;
}

/**********************************************************************
/* cl booking horizontal red settings.
/**********************************************************************/
.cl_booking_horizontal_red {
	background: url(/img/colorline/cl_box_right_blue_border_988x500.gif)
		bottom right no-repeat;
		height:48px;
		width:950px;
}

.cl_booking_horizontal_red_bottom_right {
	background: url(/img/colorline/cl_box_right_blue_border_988x500.gif)
		top right no-repeat;
	padding-bottom: 10px;
}

.cl_booking_horizontal_red form input {
	margin-left: 5px;
	margin-top: 20px;
}

.cl_booking_horizontal_red form,.cl_booking_horizontal_red fieldset {
	float: left;
	width: auto;
}

.cl_booking_horizontal_red_bottom_right form {
	padding: 4px;
}

.cl_booking_horizontal_red a {
	float: left;
	display: inline;
	margin-left: 10px;
	margin-top: 10px;
}

.cl_booking_horizontal_red_heading {
	float: left;
	background: url(/img/colorline/cl_booking_box_left_top_blue_500x100.gif) top
		left no-repeat;
	padding: 0px;
	display: block;
}



/**********************************************************************
/* cl timetable box settings.
/**********************************************************************/
.cl_timetable_box {
	width: 100%;
}

.cl_timetable_heading {
	background-color: #037bc1;
	color: #ffffff;
	padding: 10px 5px 10px 5px;
}

.cl_timetable_heading_left {
	float: left;
	font-size: 1.2em;
}

.cl_timetable_heading_right {
	float: right;
	font-size: 1.2em;
}

.cl_timetable_box table {
	width: 100%;
	border-collapse: collapse;
	border-bottom: solid 1px #e0e0e0;
	color: #444444;
}

.cl_timetable_box td {
	padding: 10px 0px 10px 4px;
	background-color: #fafafa;
}

.cl_timetable_box th {
	padding: 10px 0 10px 4px;
	background-color: #efefef;
}

.cl_timetable_bottomcomment {
	padding: 10px 0 10px 4px;
	display: block;
}

/**********************************************************************
/* Sitemap settings
/**********************************************************************/
.cl_sitemap_element ul {
	padding-left: 20px;
	list-style: none;
}

.cl_sitemap_element a {
	text-decoration: none;
}

.cl_sitemap_element li {
	font-size: 1.2em;
	margin: 10px 0px 10px 0px;
}

.cl_sitemap_element li li {
	font-size: 0.9em;}

.left {
	float: left;
}


/**********************************************************************
/* Table data*
/**********************************************************************/
.cl_table {
	width: 100%;
	border-style: solid;
	border: #A0A0A0 solid 1px;
	padding: 1px;
}

.cl_table tbody td,.cl_table tbody th {
	padding: 0px 5px;
}

.cl_table_top {
	padding: 5px 5px 5px 5px;
    background-color:#b3b3b3;
	/*color: #037bc1;*/
	font-size: 1.1em;
	/*border-bottom: #e0e0e0 solid 1px;*/
}

.cl_table_top_blue {
	/*background-color: #83c5ec;*/
    background-color: #b3b3b3;
	/*color: #ffffff;*/
	/*top right bottom left*/
	padding: 5px 5px 5px 5px;
	font-size: 1.1em;
}

.cl_table_header {
	/*background-color: #83c5ec;*/
    background-color: #cccccc;
}
.cl_table tbody tr td {
    padding: 3px 5px 3px 5px !important;}
.cl_table td {
	/*background-color: #fafafa;*/
    background-color: #e6e6e6;
    color:#333333;
    font-size:1.0em;}

/**********************************************************************
/* FacilityArticle data*
/**********************************************************************/

div.cl_facility_teaser_body {
	/*background-color: #fcfcfc;*/
    background-color: #ffffff;
	/*border-bottom: #e0e0e0 solid 1px;*/
	padding-bottom: 20px;
}

.cl_facility_table {
	width: 100%;
}

.cl_facility_table_div {
	padding-bottom: 20px;
    padding-left:5px;
	/*width: 200px;*/
    width: 185px;
   /* width:50%;*/
}

.cl_facility_table_div_nowidth {
	padding-bottom: 20px;
  padding-left:5px;
}



.cl_facility_table tr th {
	font-weight: bold !important;
	width: 50%;
}

.cl_facility_table {
	font-size: 0.9em;}


.cl_facility_table th,
.cl_facility_table td {
	text-align:left;
    vertical-align:top;}




/**********************************************************************
/* cl box settings. Settings to make a "indestructible" box*
/**********************************************************************/

.cl_leftCol{
  width:22%;
  float:left;
  border:4px solid #eaeaea;
  margin:7px 11px 7px 4px;
}
.cl_leftCol .fpFourColumnSplitterSpacing {
    padding:0px 0px 0px 2px;}
.cl_leftCol .fpFourColumnSplitterSpacing img.border {
    margin:0px 0px 0px -4px;
}
.cl_centerLeftCol{
  width:22%;
  float:left;
  border:4px solid #eaeaea;
  margin:7px 11px 7px 4px;
}
.cl_centerLeftCol .fpFourColumnSplitterSpacing {
    padding:0px 0px 0px 2px;}
.cl_centerLeftCol .fpFourColumnSplitterSpacing img.border {
    margin:0px 0px 0px 1px;
}
.cl_centerRightCol{
  width:22%;
  float:left;
  border:4px solid #eaeaea;
  margin:7px 11px 7px 4px;
}
.cl_centerRightCol .fpFourColumnSplitterSpacing {
    padding:0px 0px 0px 2px;}
.cl_centerRightCol .fpFourColumnSplitterSpacing img.border {
    margin:0px 0px 0px 1px;
}
.cl_rightCol{
  width:22%;
  float:left;
  border:4px solid #eaeaea;
  margin:7px 0px 7px 5px;
}
.cl_rightCol .fpFourColumnSplitterSpacing {
    padding:0px 0px 0px 2px;}
.cl_rightCol .fpFourColumnSplitterSpacing img.border {
    margin:0px 0px 0px 0px;
}



#c1, #c2, #c3, #c4 {
 width: 225px;
 padding: 0px;
 border: 4px solid #f5f5f5;
 margin-right: 4px;
    margin-bottom:20px;
 float: left;
 height:310px;
}
#c1 {
 background-color: #ffffff;
}
#c2 {
 background-color: #ffffff;
}
#c3 {
 background-color: #ffffff;
}
#c4 {
 margin-right: 0;
 background-color: #ffffff;
}

.table_element {
    margin:0px 0px 0px 0px;
    padding:0px 5px 20px 5px;
    /*padding-bottom:20px;*/}


.clearfixBoth {
    clear:both;
}

.footerLogos{
  width:100%;
  float:left;
}

#subpageTop {
	/*margin-bottom: 20px;*/
    margin-bottom: 4px;
}

#subpageMain {
  float:left;
  margin-bottom:30px;
  width:100%;
}

#scFP1, #scFP2, #scFP3 {
 width: 304px;
 padding: 0px;
 border: 4px solid #f5f5f5;
 margin-right: 4px;
 float: left;
}
#scFP1 {
 background-color: #ffffff;
}
#scFP2 {
 background-color: #ffffff;
}
#scFP3 {
 margin-right: 0;
 background-color: #ffffff;}

/* Subpage and "in noborder" */
#scSUB1, #scSUB2, #scSUB3 {
 width: 226px;
 padding: 0px;
 border: 4px solid #f5f5f5;
 margin-right: 4px;
 float: left;}
#scSUB1 {
 background-color: #ffffff;}
#scSUB2 {
 background-color: #ffffff;}
#scSUB3 {
 margin-right: 0;
 background-color: #ffffff;}

/* Subpage and "in border" */
#scSUB1a, #scSUB2a, #scSUB3a {
 width: 230px;
 padding: 0px;
 /*border: 4px solid #f5f5f5;*/
 margin-right: 4px;
 float: left;}
#scSUB1a {
    margin-left: 0px;
 background-color: #ffffff;}
#scSUB2a {
 background-color: #ffffff;}
#scSUB3a {
 margin-right: 0;
 background-color: #ffffff;}


/* Subpage and "in border" */
#scSUB1b, #scSUB2b, #scSUB3b {
 width: 149px;
 padding: 0px;
 border: 0px solid #f5f5f5;
 margin-right: 4px;
 float: left;}
#scSUB1b {
    margin-left: 5px;
 background-color: #ffffff;}
#scSUB2b {
 background-color: #ffffff;}
#scSUB3b {
 margin-right: 0;
 background-color: #ffffff;}


.accomodation_important  {
  color:#E66B1A;
  font-size:1.2em;
  height:20px;
  font-weight:bold;
  padding:0 10px;
}

.accomodation_important_dep_teaser{
  color:#E66B1A;
  font-size:1.2em;
  height:20px;
  font-weight:bold;
  padding: 0 10px 5px 5px;
}


.flashPadding{
  padding:0 10px;
}

