@import url(cssstyledcontent.css);
@import url(tx_srfeuserregister_htmlmail_xhtml.css);
@import url(tx_ppjourneybooking.css);
@import url(mailform.css);

html,body {
	height:100%;
	margin:0px auto;
	padding:0;
	z-index:0;

}

* html div.wrapper_all{
	height:100%;
}


body{
	margin:0px auto;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	line-height:15px;
	color:#000;
	background:url(../site_img/BG_wrap_main_inner.png) repeat-y;
	overflow:-moz-scrollbars-vertical;
}



/*****************************************************/
#clearfooter{
	clear:both;
	height:0px;
	display:block;
	width:100%;
}

div>p {margin:0}

p {margin:0}

img{
	border:0;
	margin:0;
	padding:0;
}



a{
	text-decoration:none;
	color:#F68B0E;
}

.clearing{
	clear:both;
	height:0px;
	visibility:hidden;
	
	}

input, select{
border:1px solid #000000;
font-size:11px;
}
/*****************************************************/

.wrapper_all{
	margin:0px auto;
	padding:0px;
	position:absolute;
	top:0px;
	height:auto;
	min-height:100%;
	width:100%;
	z-index:0;
	background:url(../site_img/BG_body.jpg) repeat-x transparent;

}

	.wrapper_centering{
		width:937px;
	height:100%;
	min-height:100%;
		float:left;
		position:absolute;
		margin-bottom:-30px;
	}
		
		.head{
		width:937px;
		height:98px;
		
		}
		.META{
			float:left;
			padding-right:30px;
			height:16px;
			width:650px;

		}
		.META a{
			height:16px;
			margin-top:48px;
			font-size:11px;
			padding-left:5px;
			color:#000;
		}
		
		.LOGO{
			width:410px;
			height:94px;
			float:left;
			margin-top:-13px;
		}
			
		.HEAD_IMG{
			width:281px;
			float:left;
			height:63px;
			padding-top:18px;
		}

		.HEAD_RIGHT{
			width:193px;
			float:right;
			height:63px;
			margin-top:-10px;
		}
		
		.HEAD_RIGHT img{
			position:absolute;
		}

		.MENU{
		}
		
		#MENU {
		float:left;
		text-align:center;
		font-size:14px;
		line-height:14px;
		margin-left:-3px;
		margin-top:17px;
		  }
		#MENU ul {
		  margin:0;
		  padding:5px 0px 0px 2px;
		  list-style:none;
		  }
		#MENU li {
		  float:left;
		  background:url("../site_img/left.gif") no-repeat left top;
		  margin:0;
		  padding:0 0 0 7px;
		  }
		#MENU a {
		  float:left;
		  display:block;
		  background:url("../site_img/right.gif") no-repeat right top;
  		  padding:10px 30px 14px 9px;
		  text-decoration:none;
		  font-weight:bold;
		  color:#403f40;
		  }
		/* Commented Backslash Hack
		   hides rule from IE5-Mac \*/
		#MENU a {float:none;}
		/* End IE5-Mac hack */
		#MENU a:hover {
		  color:#403f40;
		  }
		#MENU #current {
		background-image:url("../site_img/left_on.gif");
		margin-top:-4px;
		  }
		#MENU #current a {
		  background-image:url("../site_img/right_on.gif");
		  color:#403f40;
		  padding:15px 30px 9px 9px;
		  }
		  

		.wrapper_main{
			width:952px;
			background:url(../site_img/BG_wrap_main_inner.png) repeat-y;
			float:left;
			}
			
			.wrapper_inner{
			width:952px;

			background:url(../site_img/BG_wrap_main.png) left 0px  no-repeat transparent;
			padding-top:25px;
			margin-top:-4px;
			float:left;
			position:relative;

			}
			
		.col_left{
			width:190px;
			height:100%;
			float:left;
			padding-bottom:200px;
			}
		
			.MENU_LEFT{
			font-size:11px;
			width:160px;
			float:left;
			}
				
				.MENU_LEFT ul{
					margin:0px 0px 0px 0px;
					padding:0px;
					list-style:none;
					padding-bottom:0px;

				}
				
				.MENU_LEFT li{
					padding:0;
					margin:0;
					display:inline;

				}
				
				.MENU_LEFT a{
					width:130px;
					display:block;
					padding:4px 0px 4px 30px;
					color:#666;
					text-decoration:none;
					background:url(../site_img/NAV_POINTER_NO.gif) 10px center no-repeat;
					border-bottom:1px dotted #000;

				}
				
				.MENU_LEFT .ACT a{
					color:#3c6fb0;
					text-decoration:none;
					padding:4px 0px 4px 30px;
					background:url(../site_img/NAV_POINTER_ACT.gif) 11px center no-repeat;
					
				}
				.MENU_LEFT ul.LEV_1{

				}
				
					.MENU_LEFT li.ACT{
					}

					.MENU_LEFT li.ACTIFSUB a{
						background:url(../site_img/NAV_POINTER_ACT.gif) 10px center no-repeat;
						border:none;
						}
				
				.MENU_LEFT ul.LEV_2{
					margin:0px 0px 0px 0px;
					padding:0;
					border-bottom:1px dotted #000;
					}
			
					.MENU_LEFT ul.LEV_2 li{
						margin:0;
						padding:0;

					}
					
					.MENU_LEFT .LEV_2 a{
						padding-left:50px;
						width:110px;
						background:url(../site_img/NAV_ARROW.gif) 35px center no-repeat;
						border:none;
					}
					
					.MENU_LEFT .LEV_2 .ACT a{
						color:#2457c0;
						background:url(../site_img/NAV_ARROW.gif) 35px center no-repeat;
					}
					.MENU_LEFT .LEV_2 .CUR a{
						color:#2457c0;
						background:url(../site_img/NAV_ARROW.gif) 35px center no-repeat;
					}
				
				.MENU_LEFT ul.LEV_3{
					margin:0px 0px 0px 0px;
					padding:0;
					font-size:10px;
					border:none;
				
					}
					.MENU_LEFT ul.LEV_3 li{
					}
					
					.MENU_LEFT .LEV_3 a{
						padding-left:50px;
						width:110px;
						font-weight:normal;
						background:url(../site_img/NAV_SUB_SUB_POINTER.gif) 40px center no-repeat;
					}
					.MENU_LEFT .LEV_3 .ACT a{
						color:#3c6fb0;
						background:url(../site_img/NAV_SUB_SUB_POINTER.gif) 40px center no-repeat;
					}
					.MENU_LEFT .LEV_3 .CUR a{
						color:#3c6fb0;
						background:url(../site_img/NAV_SUB_SUB_POINTER.gif) 40px center no-repeat;
						background-color:#FFFFFF;
					}

				.TRENN{
				position:relative;
				float:left;
				height:5px;
				width:160px;
				border-top:1px dotted #000;
				line-height:1px;
				margin:5px 0px 0px 0px;
				}
				
				.col_left .TRENN, .col_right .TRENN{
					display:none;
				}
				
				.CONTACT{
				width:170px;
				float:left;
				}

					.CONTACT p.bodytext{
						padding-left:20px;
					}
					
					.CONTACT .CONTENT_ELEMENT{
						padding-bottom:20px;
					}	
					
					.CONTACT .csc-textpic-imagewrap{
						padding-left:8px;
					}
					
				.NEWSLETTER, .NEWS, .COUNTER{
				width:170px;
				float:left;
				}
					
					.NEWSLETTER label, .NEWSLETTER input{
						margin-left:20px;
					}
					
					.NEWSLETTER .tx-your-extension-id-pi1-captcha_response label{
						display:block;
					}
					
					.NEWSLETTER .tx-sremailsubscribe-pi1-notice, .NEWSLETTER .tx-srfreecap-pi2-cant-read{
						display:block;
						padding-left:20px;
						font-size:10px;
					}
					
					.NEWSLETTER .tx-sremailsubscribe-pi1-error{
						font-size:12px;
						color:#f00;
						padding-left:20px;
					}
					
					.NEWSLETTER .tx-sremailsubscribe-pi1-click-to-edit{
						padding-left:20px;
						display:block;
					}
					
					.NEWSLETTER .tx-sremailsubscribe-pi1 p, .NEWSLETTER .tx-sremailsubscribe-pi1 h4{
						padding-left:20px;
					}
				
				.news-latest-item{
				float:right;
				font-size:12px;
				}
				
					.NEWS p.bodytext, .COUNTER{
						padding-left:20px;
					}
					
				.news-latest-item img{
				float:left;
				display:inline;
				margin:0;
				padding:0px 5px 1px 0px;
				}
				
				.news-latest-morelink{
				float:right;
				}
				.wrap_counter{
				float:left;
				}
				
				.COUNTER .DESC{
				font-weight:bold;
				float:left;
				padding-right:10px;
				padding-bottom:3px;
				width:100%;
				}
				.col_left h2{
				margin:0px 0px 0px 0px;
				padding:10px 5px 10px 20px;
				width:170px;
				font-size:12px;
				position:relative;
				color:#fff;
				background:url(../site_img/HEADER_BACK.gif) center no-repeat;
				}

				.col_right h2{
				margin:0px 0px 0px 0px;
				padding:10px 5px 10px 10px;
				width:170px;
				font-size:12px;
				position:relative;
				color:#fff;
				background:url(../site_img/HEADER_BACK.gif) center no-repeat;
				}

				.wrapper_content{
				float:left;
				width:500px;
				}
				
					.CONTENT{
					float:left;
					min-height:100%;
					height:auto;
					position:relative;
					width:500px;
					padding-bottom:30px;
					line-height:1.4em;
					}
					.CONTENT .CONTENT_ELEMENT{
					padding:5px 10px 10px 10px
					}
					.CONTENT h1{
					font-size:20px;
					padding-bottom:10px;
					line-height:28px;
					color:#0860F6;
					}	
					.CONTENT h1 a{
					font-size:20px;
					padding-bottom:10px;
					line-height:28px;
					color:#0860F6;
					}					
					.CONTENT h2{
					font-size:16pt;
					padding-bottom:10px;
					}	
					.CONTENT h3{
					font-size:13pt;
					padding-bottom:10px;
					}	
					.CONTENT ul{
					padding:0px 0px 0px 0px;
					margin:0px 0px 0px 20px;
					}
					
					.csc-frame-rulerAfter{
					padding-top:10px;
					border-bottom:1px dotted #000;
					}
					
				.col_right{
				float:right;
				width:200px;
				height:100%;
				padding-right:20px;
				position:relative;
				}
					
					.SEARCH{
					float:left;
					}
					
						.tx-macinasearchbox-pi1 .wrapper_search_field{
							padding-left:10px;
						}
					
					.FINDER{
					float:left;
					padding-top:20px;
					padding-left:3px;
					}
					
					
					.FINDER .CONTENT_ELEMENT{
						float:left;
						padding:0 0 20px 0 !important;
					}

					
					.PREVIEW{
					float:left;
					}
					

					
		.wrapper_footer{
		
			width:500px;
			height:60px;
			float:left;
			
		}
				.FOOTER{
				height:20px;
				bottom:0px;
				position:relative;
				color:#000;
				font-size:10px;
				border-top:1px dotted #000;
				width:500px;
				} 

/**********************************/
/*********** SITE-MAP *************/
/**********************************/

div.sitemap_main{
text-align:right;

}


div.sitemap_main a{
}

div.sitemap_main a:hover{
}



div.sitemap_head{
	text-align:left;
	padding:5px;
	border:solid 1px #CDCDCD;
	background:#EFEFEF;
}

div.sitemap_col_odd{
	text-align:left;
}

div.sitemap_col_even{
	text-align:left;

}


div.sitemap_item_1{

}

div.sitemap_item_2{

}

div.sitemap_item_3{

}

div.sitemap_item_4{

}

div.sitemap_0{
	text-align:left;
	width:100%;
	font-size:11px;
	margin-top:4px;
	padding:5px 10px 5px 0px;
	color:#000000;
	float:right;

}

div.sitemap_0 a{
	padding:0px 10px;
	font-size:11px;
	background:#fff;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

div.sitemap_0 a:hover{
	text-decoration:none;
	color:#0000ff;

}

div.sitemap_1{
	padding:5px 0px 5px 0px;
	width:90%;
	float:right;
	font-size:11px;
}
div.sitemap_1 a{
	padding-left:7px;
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}

div.sitemap_1 a:hover{
	padding-left:7px;
	text-decoration:none;
	color:#0000ff;
}


div.sitemap_2{
	padding:5px 0px 0px 0px;
	width:80%;
	float:right;
	font-size:11px;
}
div.sitemap_2 a{
	padding-left:7px;
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}

div.sitemap_2 a:hover{
	padding-left:7px;
	color:#0000ff;
	text-decoration:none;
}



div.sitemap_3{
	width:70%;
	float:right;
	font-size:11px;
}
div.sitemap_3 a{
	padding-left:15px;
	color:#000000;
	text-decoration:none;
}
div.sitemap_3 a:hover{
	padding-left:15px;
	color:#0000ff;
	text-decoration:none;
}

/* default styles for extension "tx_indexedsearch" */
		.tx-indexedsearch .tx-indexedsearch-browsebox LI { display:inline; margin-right:5px; }
		.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
		.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
		.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
		.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
		.tx-indexedsearch .tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
		.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr { font-style:italic; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color:red; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#eeeeee; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { background:#cccccc; vertical-align:middle; }
		.tx-indexedsearch .tx-indexedsearch-res .noResume { color:#666666; }
		.tx-indexedsearch .tx-indexedsearch-category { background:#cccccc; font-size:16px; font-weight:bold; }

		/* Additional styles, needed for the tableless template_css.tmpl (styles don't conflict with the original template) */
		.tx-indexedsearch .res-tmpl-css { clear:both; margin-bottom:1em; }
		.tx-indexedsearch .searchbox-tmpl-css LABEL { margin-right:1em; width:10em; float:left; }
		.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css { letter-spacing:0; font-weight:normal; margin-top:-1.2em; float:right; }
		.tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd { float:left; }
		.tx-indexedsearch .info-tmpl-css dd.item-mtime { float:none; }
		.tx-indexedsearch .info-tmpl-css dd.item-path { float:none; }


.tx-guestbook-list-header{
background:#FF8516;
font-weight:bold;
}


.tx-guestbook-list-header a{
color:#000;
text-decoration:underline;
}

.tx-guestbook-list-row{
padding-bottom:20px;
}



.SEARCH_FIELD{
	border:2px solid #fafafa;
	border-top:2px solid #848484;
	border-left:2px solid #848484;
	height:15px;
	width:120px;
	color:#6A6A6A;
	font-size:13px;
}
.SEARCH_BUTTON{
	width:21px;
	height:21px;
	border:none;	
	padding-left:10px;
}


.wrapper_search_header_text{
	float:left;
	width:40px;
}

.SEARCH_FIELD{
	width:120px;
}
.wrapper_search_field{
	float:left;
	width:120px;

}	

.wrapper_search_button{
	width:30px;
	float:left;
border:none;
}

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