@import url("maps.css");
@import url("home.css");
@import url("tr.css");
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:12px;
	background:url(../images/bbg.jpg) center top repeat-x;
}

body, ul, li, form, h1, h2, h3, fieldset, #left_col p, p, legend, h4 {
	margin:0;
	padding:0;
}

div {
}

.right {
	text-align:right;
}

.fleft{
    float:left;
}

.fright{
	float:right;
}

.overflow{
    overflow:hidden;
}

input.submit, .submit {
	background-color:#366A9B;
	border:#FFF solid 1px;
	color:#FFF;
	font-size:10px;
	background:url(../images/bg_suchen.jpg) repeat-x top;	
}

.submit {
	padding:3px;
}

.submit a, .submit a:visited {
	color:#FFF;
	text-decoration:none;
}

a:link, a:visited {
	color:#35699B;
	text-decoration:none;
}

a:hover {
	color:#09F;
}

a img {
	text-decoration:none;
	border:none;
}

p {
	margin-top:8px;
	margin-bottom:8px;
	line-height:20px;
}

h1 {
	font-size:28px;
	font-weight:normal;
}

h2 {
	font-size:22px;
	font-weight:normal;
}

h3 {
	font-size:18px;
	font-weight:normal;
}

ul li {
	padding-top:3px;
	padding-bottom:3px;
	margin-left:20px;
}

a, img{
	outline:none;
}

select{
	text-transform:capitalize;
}

.no_border{
	border:none;
	background-color:#FFF;
}

.dashed{
	border-bottom:#CCC dashed 1px;
	margin-bottom:20px;
	clear:both;
	font-size:1px;
}

/******************** woot woot! **************/

#top_links{
	text-align:right;
}

#header{
	padding-top:10px;
	overflow:hidden;
}

#wrap {
	margin:auto;
	width:980px;
}

#nav{
	margin-bottom:15px;
}

#nav, #footer {
	padding:5px;
	text-transform:capitalized;
}

#nav ul li, #footer ul li {
	display:inline;
	list-style:none;
	padding-right:20px;
	padding-left:20px;
}

#footer ul li {
	padding-right:20px;
	padding-left:0;
}

#nav ul li a, #footer ul li a {
	text-decoration:none;
}

#searchbar{
	padding-top:15px;
	width:210px;
	float:right;
}

input#s{
	background:url(../images/bg_top_search.jpg) left top repeat-x;
	border:none;
	padding:0;
	margin:0;
	height:24px;
	width:200px;
	border-left:#CCC solid 1px;
	border-right:#CCC solid 1px;	
}

/******************* content pages *********************/

#main_content {
	overflow:hidden;
	background:url(../images/bg_main_content.jpg) 710px top repeat-y;
}

#content {
	float:left;
	width:695px;
	padding:20px;
}

h1.pagetitle {
	color:#35699B;
	font-size:24px;
	margin-bottom:10px;
}

.f4 {
	font-size:14px;
}

#left_col {
	float:left;
	width:225px;
	padding-top:10px;
	padding-left:20px;
}

#left_col h3 {
	background:url(../images/bg_sidebar.jpg) top repeat-x;
	font-size:14px;
	border-left:#CCC solid 1px;
	border-right:#CCC solid 1px;	
	font-weight:normal;
	padding:4px 6px;
}

#left_col h3 img {
	margin-bottom:-2px;
}

#left_col p {
	padding:10px 0;
}

.btn_go {
	margin-bottom:-4px;
	margin-left:-22px;
	cursor:pointer;
}

#footer {
	overflow:hidden;
	font-size:11px;
	width:980px;
	margin:auto;
}

#lfooter, #rfooter {
	float:left;
}

#rfooter {
	float:right;
}

#lfooter ul li, #rfooter ul li {
	padding-right:5px;
	text-transform:capitalize;
}

#copyright{
	margin:auto;
	width:980px;
}

#footer_bg{
	background:url(../images/bg_footer.jpg) left top repeat-x;
}

/*************** specific pages ******************/

#specials_wrap {
	background-color:#35699B;
	color:#FFF;
	overflow:hidden;
	padding:10px;
	width:670px;
}

#specials_wrap li {
	list-style:none;
	display:inline;
	cursor:pointer;
}

#specials_wrap div {
	padding:5px;
	float:left;
	width:310px;
	margin-right:10px;
	height:80px;
}

#specials_wrap div h2 {
	font-weight:normal;
	font-size:16px;
}

#specials_wrap div p {
	margin:0;
	padding:0;
	color:#BBFFFF;
	font-size:14px;
}

#content #specials_wrap h2 {
	color:#FFF;
	margin-bottom:0px;
}

.pics {
	margin-top:5px;
	clear:both;
	height:400px;
	width:690px;
	overflow:hidden;
}

#pics img{
}


.activeSlide, #specials_wrap div.activeSlide p {
	background-color:#FFF;
	color:#34689A;
}

#content #specials_wrap .activeSlide h2 {
	color:#34689A;
}
/******************** kontak ********************/

fieldset{
	border:none;
/*	background:#ccc url(../images/bg_fieldset.gif) left top repeat-x; */
	background-color:#ccc;
	overflow:hidden;
	font-weight:bold;
	font-size:11px;
	padding-bottom:10px;
	margin-bottom:10px;
}

.legend{
/*	background:url(../images/bg_legend.gif) left top no-repeat;	*/
	width:128px;
	padding:9px 7px;
	font-size:11px;
	color:#336799;
	font-weight:bold;
}

label{
	float:left;
	padding-right:10px;
}

.col2s,.col2b,.col1 , .col3{
	padding:5px 5px 0px 10px;
	margin-bottom:5px;
}

.col2s{
	float:left;
	width:250px;
}

.col2b{
	float:left;
	width:360px;
}

.col1{
	width:600px;
	clear:both;
	overflow:hidden;
}

.col3{
	width:200px;
	float:left;
}

.input , .input_small , .input_big , .date_input , textarea , .required{
	border:#CCC solid 1px;
	border-top:#999 solid 1px;
	width:150px;
	padding:3px;
}

input.error{
	border:#900 solid 1px;
}

textarea{
	height:150px;
	width:600px;
}

.input_small{
	width:50px;
}

.input_big{
	width:180px;
}

h4{
	background:url(../images/icon/icon_dot.jpg) bottom repeat-x;
	margin:0px 10px 10px 10px;
	font-size:12px;
	clear:both;
}

select{
	width:200px;
}

.date{
	margin-bottom:-3px;
}

.label{
	float:left;
	width:60px;
	font-weight:normal;
	margin-top:5px;
}

.clear{
	clear:both;
}

fieldset br{
	margin:0;
	padding:0;
}

/*************** flights *******************/

#flights, .table {
	clear:both;
	overflow:hidden;
}

#bg_blue{
	border:#ccc solid 1px;
	overflow:hidden;
	padding-bottom:10px;
	padding-top:10px;
}

#bg_blue2{
	background-color:#35699B;
	overflow:hidden;
}


#flights label {
}

.table {
	border:#ccc solid 2px;
	margin-top:2px;
}

.table table {
	width:686px;
	clear:both;
	border-collapse:collapse;
	background-color:#FFF;
	padding:5px;
}

.table table table, .table table table table, .table table {
	padding:0;
	border-collapse:collapse;
	width:100%;
	margin:0;
}


.table table table table td {
	padding:0px;
	font-size:11px;
}

.table table .table_inside .gray td {
	padding:5px;
}

.table td, .table th {
	text-align:center;
	font-weight:bold;
	padding:7px;
}

.table td.zero {
	padding:0;
}


.table #th td{
	text-transform:capitalize;
	padding:10px;
	text-align:center;
}

.table #th .blue{
	width:87px;
	_width:88px;
}

#skedth{
}

.blue_th{
	background-color:#ACC1D6;
}

.table td.left_align {
	text-align:left;
}

.border_left {
	border-left:#FFF solid 2px;
}

.border_right, .gray_border, .grayHighlight_border {
	border-right:#FFF solid 2px;
}

.border_both {
	border-right:#FFF solid 2px;
	border-left:#FFF solid 2px;
}

.border_both1 {
	border-left:#fff solid 2px;
}

.gray, .grayB, .gray_border {
	background-color:#888;
	color:#FFF;
}

.grayB {
	font-size:20px;
	font-weight:normal;
	border-right:#FFF solid 2px;
}

.blue {
	background-color:#ACC1D6;
}

.blue_b {
	background-color:#ACC1D6;
	border-left:#fff solid 1px;
}

.blue_b2 {
	background-color:#ACC1D6;
	border-left:#fff solid 2px;
	border-right:#fff solid 1px;
}

.grayHighlight, .grayHighlight_border {
	background-color:#838383;
	color:#FFF;
}

.blueHighlight {
	background-color:#C2D2E1;
}

.buchen{
	font-size:16px;
	background-color:#366A9B;
	border:#FFF solid 1px;
	color:#FFF;
	padding:5px;
}

a.buchen{
	color:#FFF;
}

.data_flights td , .data_flights th{
	border-bottom:#ccc solid 1px;
}

.buchen_f a{
	font-size:12px;
	background-color:#366A9B;
	font-weight:bold;
	border:#FFF solid 1px;
	color:#FFF;
	padding:5px;
}

.buchen_f{
	margin-top:10px;
}



/************** hotel search ******************/

#hotel_search {
	clear:both;
	overflow:hidden;
}

#hotel_search .table {
	background-color:#FFF;
	color:#333;
}

.hr_img {
	padding:2px;
	background-color:#FFF;
	float:left;
	margin-top:5px;
}

.hotel_results_gray, .hotel_results_white {
	border-top:#999 solid 1px;
	padding:3px 7px;
	overflow:hidden;
}

.hotel_results_gray {
	background-color:#e8e8e8;
}

.hotel_results_white {
	background-color:#FFF;
}

.hr_desc {
	float:left;
	width:490px;
	padding-left:10px;
}

.hr_name {
	font-weight:normal;
	font-size:20px;
}

.hr_price {
	color:#900;
	font-weight:normal;
	font-size:18px;
}

.hr_p {
	font-size:11px;
	line-height:20px;
	margin:0;
	padding:0;
}

/************* hotel main ****************/

#hotel_wrap {
	clear:both;
	overflow:hidden;
	padding:3px;
}

.hotel_list {
	overflow:hidden;
	padding-top:10px;    
    width:523px;
}

.hotel_list_wide{
    width:615px;
}

.hotel_list_wide2{
    width:610px;
}



@-moz-document url-prefix() {
  .hotel_list_wide{
     width:615px;
  }
    .hotel_list_wide2{
    width:610px;
    }
}

.hotel_list li {
	padding:5px 20px;
	float:left;
	list-style:none;
	margin-left:0px;
	border:#ccc solid 1px;
	border-right:none;
	border-bottom:none;
}

.bg_tab{
	background:#fff url(../images/bg_tab.jpg) repeat-x bottom;
}

#hotel_list_last{
	border-right:#ccc solid 1px;	
}

.hotel_list li a {

}
.hotel_list li img{
	margin-bottom:-5px;
	padding-right:5px;
}

.hotel_list li.hotel_list_sel a {
	color:#333;
}

.hotel_list li.hotel_list_sel {
	background-color:#FFF;
	border-bottom:#fff solid 1px;
	background:none;
}

#hotel_body_wrap {
	background-color:#FFF;
	overflow:hidden;
	padding:8px;
	border:#CCC solid 1px;
	border-top:#E0E0E0 solid 1px;	
}

#hotel_body_wrap h1 {
	margin-bottom:10px;
	font-size:22px;
	margin-top:10px;
}

.hm_img_big {
	float:left;
	background-color:#CCC;
	padding:5px;
}

#hm_img_wrap {
	overflow:hidden;
}

#slideshow {
	float:left;
	width:490px;
	overflow:hidden;
	height:370px;
}

#slideshow img {
	background-color:#CCC;
	padding:5px;
}

#hm_img_small {
	float:left;
	margin-left:9px;
	display:inline;
}

#hm_img_small li {
	margin:0;
	list-style:none;
	margin-bottom:10px;
}

#hm_img_small img{
	padding:5px;
	background-color:#ccc;
}

#hm_img_small li .no_border img{
	padding:0px 5px;
	background-color:#fff;
	border:#000;
}

#hm_img_small li p{
	margin:0;
	padding:5px 0px;	
}

#hm_desc {
	clear:both;
	padding:10px;
}

.hm_desc_list {
	float:left;
	width:200px;
	padding-right:10px;
}

.hm_desc_list li {
	list-style:none;
	margin:0;
	color:#003E59;
}

.pager {
	padding-bottom:5px;
	text-align:center;
}

/*********** map ***************/

#map_img {
	padding:7px;
	background-color:#CCC;
	float:left;
	margin-right:10px;
}

.submit a , .buchen a , .buchen a:visited{
	color:#FFF;

}

/*************** price *************/

#hotel_price_th_blue, #hotel_price_th_gray {
	font-weight:bold;
	text-align:center;
	color:#FFF;
	padding:5px;
}

#hotel_price_th_blue {
	background-color:#34689A;
}

#hotel_price_th_gray {
	background-color:#666;
}

.tbl_lgray, .tbl_dgray {
	border-collapse:collapse;
}

.tbl_lgray td, .tbl_dgray td {
	padding:8px;
}

/****************** wordpress  spcecific *****************/

#nav .current_page_item {
	background:url(../images/navbg.jpg) left -17px repeat-x;
}

#nav ul li.current_page_item a {
	color:#069;
}

/****************** jquery  spcecific *****************/

#hylyt {
	background-color:#F00;
	color:#FFF;
}

#viewer {
	height:170px;
	width:686px;
	clear:both;
	overflow:hidden;
	border:3px solid #e5e5e5;
	margin-bottom:10px;
	background-color:#f1f1f1;
}

#hotel_flash2 #viewer{
	padding-left:10px;
	width:678px;
}

#hotel_flash2 #viewer{
	background: url(../images/barrom.jpg) right 40px no-repeat;	
}

#viewerFrame {
	width:690px;
	clear:both;
	padding:0;
}

#viewer img {
	width:140px;
	height:120px;
	margin:0px;
	display:inline;
	border:0;
}

#viewer a {
	display:block;
	float:left;
	width:160px;
	height:170px;
}


.hotel_flash{
	padding:10px 5px;
}

#hotel_flash2 .hotel_flash{
	padding:10px 0px;
}

#s2{
margin-left:8px;
}

#s2 img{
	padding:5px;
	background-color:#CCC;
}

#bbuchen{
	margin-top:-38px;
	padding-bottom:10px;
}


#loading
{
	position:absolute;
	top:0px;
	right:0px;
	background-color:#069;
	color:#fff;
	font-size:14px;
	font-familly:Arial;
	padding:2px;
	display:none;
}

/*************** info and services ****************/

.info_wrap{
	border-bottom:#CCC solid 1px;
	overflow:hidden;
	padding:10px;
	clear:both;
	width:670px;
}

.info{
	float:left;
	width:150px;
}

.info img{
	padding:3px;
	background-color:#CCC;
}

.info_img p{
	padding-left:5px;
}

.info ul li{
	background:url(../images/list_info.jpg) left center no-repeat;
	list-style:none;
	padding-left:10px;
}



/**************** newsletter *************/
#newsletter{
	padding-top:10px;
	padding-bottom:10px;
}

/*************** uber unds ***************/

.post h2{
	font-size:18px;
	color:#069;
	margin-bottom:10px;
}

#uberuns{
	overflow:hidden;
	padding-bottom:15px;
	padding-top:15px;
	background:url(../images/bg_uber.jpg) left top no-repeat;
	width:690px;
}

#uberuns ul{
	float:left;
	width:300px;
	list-style:none;
	font-size:11px;
	font-weight:bold;
}

.post p{
	margin-bottom:20px;
}

#page-12 p{
	margin-bottom:0px;
}

.post ul li{
	margin-left:30px;
}

#page-12 ul li{
	margin-left:10px;
}

#uu{
	float:left;
}

#uu p{
	margin-bottom:0;
}

.post h3{
	font-size:12px;
	color:#069;
	font-weight:bold;
}

#diff{
	list-style:none;
	font-size:11px;
	line-height:20px;
	background-color:#E5E5E5;
	padding-right:5px;
}

#diff li{
	margin-left:10px;
	padding-left:15px;
	background:url(../images/icon/icon_diff_li.jpg) left 10px no-repeat;
}

.btns{
	background-color:#366A9B;
	border:#FFF solid 1px;
	color:#FFF;
	padding:3px;
}

.grey{
	background-color:#e8e8e8;
}


/*** maps **/

.h_header , .h_header2{
	padding:10px;
	cursor:pointer;
	background:url(../images/bg_oeffnen.jpg) no-repeat 600px center ;
}

.border{
	border:#ccc solid 1px;
}

.hsearch{
	background:url(../images/bg_hsearch1.jpg) repeat-x top;
}

.hhsearch1{
	background:url(../images/bg_hsearch.jpg) left 25px repeat-x;
}

.hotel_search .col2s{
	padding-bottom:15px;
}

.h_header{
}

#hotel_maps{
	clear:both;
}

.selected_h3{
	background: url(../images/bg_close.jpg) no-repeat 600px center;
}

.bg_suchen{
	background:#25557B url(../images/bg_suchen.jpg) repeat-x;
}

.h_header2{
}

.submitie{
	padding-left:10px;
	padding-right:10px;	
	*overflow:visible;
}

.col2b1{
	width:400px;
}

.sel123{
	margin-right:117px;
	*margin-right:110px;	
}

/*\*/
html>body*.sel123 {margin-right:103px;}
/**/

.red{
	color:#FF0000;
	font-weight:bold;
}

.divider{
	overflow:hidden;
	background:url(../images/bg_dot.jpg) bottom repeat-x;
	padding:20px 35px 20px 20px;
}

.dleft{	
	float:left;
	width:305px;
	padding-left:20px;
}

.il{
	padding-right:20px;
	padding-bottom:15px;
	width:300px;

}

.ir{
	padding-left:20px;
	padding-bottom:15px;
	width:320px;	
}

.dright{
	float:left;
	width:305px;
	padding-left:20px;

}

.dright img , .dleft img{
	padding-bottom:15px;
	width:305px;
}

.bttm{
	overflow:hidden;
	padding-top:15px;
}

.bottom_uber{
	clear:both;
	color:#366A9B;
	padding:30px;
	background-color:#E5E5E5;
	margin-bottom:20px;
}

.bottom_uber h2, .divider h3{
	margin:0;
	padding:0;
}

.tbl_dgray td{
	color:#333;
}

.icons{
	margin-bottom:-1px;
}


.bg_suchen2{
	padding:5px;
	font-size:12px;
	background:url(../images/bg_suchen.jpg) repeat-x;	
}

.bg_suchen2 a{
	color:#FFF;
}

#a,#a li{
	padding-top:10px;
}

#a li{background:url(../images/navbg.jpg) left -20px repeat-x;}

#b{
	background:url(../images/bg_tab.jpg) repeat-x bottom;
}

#b li{
	background: url(../images/navbg.jpg) left -17px repeat-x;
}

#b li.hotel_list_sel{
	background-color:#FFF;
}

/*** multiple search ***/

#ms_wrap{
	overflow:hidden;
}

#multiple_search li{
	display:inline;
	margin:0;
	padding:0;
	width:137px;
	float:left;
	padding-bottom:5px;
	cursor:pointer;
	margin-right:2px;
}

#multiple_search{
	width:558px;
	overflow:hidden;
	float:left;
}

#multiple_search li img , #multiple_results li img{
	margin-bottom:-30px;
}

#multiple_search li p{
	background:url(../images/a.png) center right no-repeat;
}

#multiple_results li p{
	background:url(../images/b.png) center right no-repeat;
}

.ms_text{
	background:url(../images/bg_ms.png) repeat;
	position:relative;
	width:135px;
	padding:5px 0;
	color:#039;
	font-weight:bold;	
	text-align:center;	
}

#multiple_results{
	float:left;
	width:135px;
	margin:0;
	padding:0;
}

#multiple_results li{
	height:110px;
	width:135px;
	background-color:#CCC;
	border-bottom:#FFF solid 5px;	
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	cursor:pointer;
}

#ms_r{
	background-color:#FFF;
	font-size:22px;
	text-align:center;
	padding-top:20px;
	height:90px;
	width:135px;
	float:left;
}

#multiple_results li.ms_r p{
	padding-bottom:10px;
}

#ms_title{
	padding:5px;
	color:#35699b;
}

.ms_right{
	float:right;
	padding-right:20px;
}

#ms_content{
	display:none;
}

.zero{
	margin:0;
	padding:0;
}

#similar{
	border:#CCC solid 1px;
	overflow:hidden;
	padding-bottom:15px;
	height:230px;
	width:630px;
}

.similar{
	float:left;
	width:210px;
	background-color:#FFFFFF;
}

#similar img , .similar_pics img{
	padding:5px;
	background-color:#CCC;
}

#info_details{
    padding:0 15px;
}

#info_details h1{
    font-size:20px;
}

#info_img{
    padding-bottom:15px;
}

#info_img li{
    display:inline;
    padding:0;
    margin:0;
}

h4.sidebar2{
  font-size:14px;
  margin: 0;
  background:none;  
}

.sb2{
    background: url('../images/sidebar2.gif') right 300px  no-repeat;
}

#ppops{
    position:absolute;
    margin:0 auto;
    width:600px;
    background-color:#fff;
    border:#ccc solid 10px;
    padding:15px;
    -moz-border-radius: 15px;
    border-radius: 15px;  
    displat:none;  
}

#ppops_close{
    cursor:pointer;
    color:blue;
    font-weight: bold;
}

.holrating{
    width:120px;
    height:17px;
    background: url('../images/suns_inactive.gif') no-repeat;
    float:right;
}

.hol2rating{
    height:17px;
    background: url('../images/suns_active.gif') no-repeat;
    float:left;    
}


/***** floating box ********/
#floating_box {
    position: absolute;
    background-color: #fff;
    z-index: 10;
    border:#ccc solid 1px;
    padding:0px 5px;
    top:250px;
    font-weight:bold;
    width:66px;
    background-color:#f4f4f4;
}

#mail_me2{
    background-color:#fff; 
    border: 1px solid #ccc; 
    display: none; 
    padding: 10px; 
	margin:auto;
    width: 500px; 
    position: absolute; 
    top: 150px;
	margin-left:200px;
	z-index:99;
}

#weather{
    clear:both;
    text-align:center;
    padding-top:20px;
}

.bold{
	font-weight:bold;	
}

.red_promo{
	border:#D30000 solid 1px;
	color:#D30000;
	padding:0px 10px;
	font-weight:bold;
}

#easyTooltip{
	padding:5px;
	background:#FFF;
	color:#006699;
	font-weight:bold;
	border-radius:5px;
}

#social_links{
	padding-right:5px;
}

#social_links img,#social_links iframe #root{
	margin-bottom:-5px;
}

#gplus{
	margin-top:4px;
	position:absolute;
}

#social_mail{
	padding-left:28px;
}

.fill{
	background-color:#90C018;
	height: 12px;
}

.wrapfill{
	height: 12px;
    width: 97px;
	background-color:#E9E9E9;
	float:left;
	margin-right:3px;
}

.tripclass{
	font-size:11px;
	table-border:collapse;
}
