body{
	font-family: Verdana, Tahoma, Arial,sans-serif;
	color: #333333;
/*	line-height: 1.166; */
	margin: 0px;
	padding: 0px;
/*	border: 1px solid #cccccc; */
	text-align: justify;
	width: 100%;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
 font-weight: bold;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
 padding-left: 15px;
}



ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#allbody{
	width: 100%;
	text-align: center;
	background-color: #85b4e8;
}
#mainbody{
	width: 1000px;
	margin: 0 auto;
}

#masthead{
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
        background-color:#3984c8;
/*        height: 130px; */
        text-align:left;
}

#mainBlock{
    overflow: hidden;
	width:100%;
    background-image: url(images/bg_main.jpg);
    background-repeat: repeat-x;
    background-color: #92bcea;	
}

#navBar{
	float: left;
	width: 220px;
	margin: 0px 0px -30000px 0px;
	padding: 0px 0px 30000px 0px;
	background-color:#003399;
/*	border-right: 1px solid #cccccc; */
	border-bottom: 1px solid #cccccc; 
	background-image: url(images/bg_navbar.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 100%;
}

#rightColumn{
	float:right;
	width: 190px;
/*	border-left: 1px solid #cccccc; */
	border-bottom: 1px solid #cccccc;
	padding-right: 0px;
	background-color: #3782c6;
	background-image: url(images/bg_rightbar.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -30000px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 30000px;
	padding-left: 0px;
}

#content{
	float: left;
 	width: 566px; 
	padding: 10px;
	text-align: justify;
	font-size: 12px;
/*  height: 100%;  */


}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
padding: 0px 0px 5px 10px;
border-bottom: 1px solid #CCC;
color: #cccccc;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 75%;
/*	color: #cccccc; */
    color: #000000;
	padding: 10px 10px 10px 10px;
	text-align:center;
	background-color:#3782C6; /*3984c8; */
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}

#siteInfo a{
    color: #000000;
	text-decoration: underline;
}	

/************* #search styles ***************/

#search{
	padding-top: 10px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}
#search input{
  background-color: #B2DCFF;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block; color:#FFFFFF;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
/* #navBar li {border-bottom: 1px solid #EEE;} */

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc; 
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	/*	border-top: 1px solid #cccccc; */
	padding: 5px 0px 5px 10px;
	color:#000000;
	text-align: left;
}

#sectionLinks li a:hover{
	background-color: #BED2FC;
	color: #333333;
}

/**************************************/

#contacts {
	font-size: 12px;
	color:#85B4E8;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#contacts a{
	color:#CCCCCC;
}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

#weather {
	font-size: 80%;
	color:#85B4E8;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
	
}


/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}


#langlinks {
	top: 0px;
	width: 100%;
/*	float: right; */
  text-align: center;
  padding-bottom: 10px;
  padding-top: 10px;  
  border-bottom: 1px solid #cccccc;
  
}

#toollinks {
  padding-top: 10px;
  padding-left: 10px;
  text-align: left;


}

/****  Booking  ******/

#bookingBox {
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-right: 0px;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}

#bookingMask h3{
	font-family: Verdana, Tahoma, Arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #85B4E8;
	margin-bottom: 10px;
}

#bookingMask input, #bookingMask select {
	background-color: #B2DCFF;
    color: #003399;
}

#bookingMask {
	position: relative;
}

#bookingMask select {
	border: 1px solid #827c77;
}

#bookingMask label{
 font-family: Verdana, Tahoma, Arial,sans-serif;
 font-size: 11px;
 font-weight: normal;
 color: #85B4E8;
 text-align: left;
}

#personnel_count {
	padding-top: 8px;
	padding-bottom: 8px;
}

.form_submit {
  width: 210px;
  text-align: right;
}

/****  ***/

#imagesBox {
  padding: 10px;
	border-bottom: 1px solid #cccccc;  
}

#imagesBox h3{
	font-family: Arial, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 20px;
}

/* Images data view */

#images-view .thumb{
/*	background: #dddddd; */
	padding: 5px;
}
#images-view .thumb img{
	height: 100px;
	width: 140px;
}
#images-view .thumb-wrap{
/*	float: left; */
	margin: 1px;
	margin-right: 0;
	padding: 2px;
}
#images-view .thumb-wrap span{
	display: block;
	overflow: hidden;
	text-align: center;
}

/*
.menu_1 {
  padding-top: 10px;
}
*/
#menu_1 a{
  color: red;
  padding-left: 30px;
}
/*
#menu_1 li {
  color: red;
  padding-left: 30px;
  border: 0px;
}
*/
.menu1-level1-no a{
  background-image: url(./images/arr_menu1.gif);
  background-repeat: no-repeat;
  background-position-y: center;
}
.menu1-level1-act a{
  background-image: url(./images/arr_menu2.gif);
  background-repeat: no-repeat;
  background-position-y: center;
}
menu1-level1-no li a{
  background-image: url(./images/arr_menu.gif);
  background-repeat: no-repeat;
}


.navigationTabs {
	height: 23px;
	line-height: 23px;
	border-bottom: 1px solid #ccc;
}
.navigationTabs li {
	float: left;
	height: 23px;
	line-height: 23px;
	padding-right: 3px;
}
.navigationTabs li a{
	float: left;
	dispaly: block;
	height: 23px;
	line-height: 23px;
	padding: 0 10px;
	overflow: hidden;
	color: #52697E;
	background-color: #eee;
	position: relative;
	text-decoration: none;
}
.navigationTabs li a:hover {
	background-color: #f0f0f0;
}
.navigationTabs li a.active {
	background-color: #fff;
	border: 1px solid #ccc;
	border-bottom: 0px solid;
}
.tabsContent {
	border: 1px solid #ccc;
	border-top: 0px solid;
	width: 698px;
	overflow: hidden;
}
.tab {
	padding: 16px;
	display: none;
}
.tab h2 {
	font-weight: bold;
	font-size: 16px;
}
.tab h3 {
	font-weight: bold;
	font-size: 14px;
	margin-top: 20px;
}
.tab p {
	margin-top: 16px;
	clear: both;
}
.tab ul {
	margin-top: 16px;
	list-style: disc;
}
.tab li {
	margin: 10px 0 0 35px;
}
.tab a {
	color: #8FB0CF;
}
.tab strong {
	font-weight: bold;
}
.tab pre {
	font-size: 11px;
	margin-top: 20px;
	width: 668px;
	overflow: auto;
	clear: both;
}
.tab table {
	width: 100%;
}
.tab table td {
	padding: 6px 10px 6px 0;
	vertical-align: top;
}
.tab dt {
	margin-top: 16px;
}

#colorSelector {
	position: relative;
	width: 36px;
	height: 36px;
	background: url(./calendar/images/select.png);
}
#colorSelector div {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 30px;
	height: 30px;
	background: url(./calendar/images/select.png) center;
}
#colorSelector2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 36px;
	height: 36px;
	background: url(./calendar/images/select2.png);
}
#colorSelector2 div {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 28px;
	height: 28px;
	background: url(./calendar/images/select2.png) center;
}
#colorpickerHolder2 {
	top: 32px;
	left: 0;
	width: 356px;
	height: 0;
	overflow: hidden;
	position: absolute;
}
#colorpickerHolder2 .colorpicker {
	background-image: url(./calendar/images/custom_background.png);
	position: absolute;
	bottom: 0;
	left: 0;
}
#colorpickerHolder2 .colorpicker_hue div {
	background-image: url(./calendar/images/custom_indic.gif);
}
#colorpickerHolder2 .colorpicker_hex {
	background-image: url(./calendar/images/custom_hex.png);
}
#colorpickerHolder2 .colorpicker_rgb_r {
	background-image: url(./calendar/images/custom_rgb_r.png);
}
#colorpickerHolder2 .colorpicker_rgb_g {
	background-image: url(./calendar/images/custom_rgb_g.png);
}
#colorpickerHolder2 .colorpicker_rgb_b {
	background-image: url(./calendar/images/custom_rgb_b.png);
}
#colorpickerHolder2 .colorpicker_hsb_s {
	background-image: url(./calendar/images/custom_hsb_s.png);
	display: none;
}
#colorpickerHolder2 .colorpicker_hsb_h {
	background-image: url(./calendar/images/custom_hsb_h.png);
	display: none;
}
#colorpickerHolder2 .colorpicker_hsb_b {
	background-image: url(./calendar/images/custom_hsb_b.png);
	display: none;
}
#colorpickerHolder2 .colorpicker_submit {
	background-image: url(./calendar/images/custom_submit.png);
}
#colorpickerHolder2 .colorpicker input {
	color: #778398;
}
#customWidget {
	position: relative;
	height: 36px;
}


input.inputDate {
	border: 1px solid #999;
	padding: 4px;
	border-bottom-color: #ddd;
	border-right-color: #ddd;
	width: 65px;
}
#widget {
	position: relative;
}
#widgetField {
	width: 210px;
	height: 26px;
	background: url(./calendar/images/field-210-b.png);
	overflow: hidden;
	position: relative;
}
#widgetField a 	{
	display: block;
	position: absolute;
	width: 26px;
	height: 26px;
	top: 0;
	right: 0;
	text-decoration: none;
	text-indent: -3000px;
}
#widgetField span	{
	font-size: 11px;
	font-weight: normal;
	color: #000;
	position: absolute;
	top: 0;
	height: 26px;
	line-height: 26px;
	left: 0px;
	width: 180px;
	text-align: center;
}
#widgetCalendar {
	font-family: Verdana, Tahoma, Arial,sans-serif;
    font-size: 10px;
	position: absolute;
	top: 26px;
	left: 0;
	height: 0px;
	overflow: hidden;
	width: 588px;
/*	background: #3782C6; */
	background: #3782c6; 
}
#widgetCalendar .datepicker {
	font-family: Verdana, Tahoma, Arial,sans-serif;
    font-size: 10px;
	position: absolute;
	bottom: 0;
	top: auto;
}
#widgetCalendar .datepickerContainer,
#widgetCalendar .datepickerBorderT,
#widgetCalendar .datepickerBorderB,
#widgetCalendar .datepickerBorderL,
#widgetCalendar .datepickerBorderR,
#widgetCalendar .datepickerBorderTL,
#widgetCalendar .datepickerBorderTR,
#widgetCalendar .datepickerBorderBL,
#widgetCalendar .datepickerBorderBR {
	background: transparent !important;
}
#widgetCalendar .datepicker a:hover{
/*	color: #b6f063; */
  color: #FFFC70;
}

#news{
	padding-top: 4px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 4px;
	border-bottom: 1px solid #cccccc;

}

/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-list-container-new HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
	clear:right;
	height:1px;
/*	border:1px solid #F9FFE5; */

}
.news-latest-container-new HR.clearer {
	clear:left;
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {
/*	border:1px solid #333;
	background-color:#BBE53A; */
}

.news-latest-container-new H2, .news-latest-gotoarchive {
	color:#fff;
	padding:3px;
	margin:3px;
	font-size: 14px;
	font-weight: normal;
/*	border:1px solid #666;
	background-color:#769024; */
}

.news-latest-gotoarchive {
	font-weight:bold;
	margin-top:5px;
}
.news-latest-gotoarchive A:LINK, .news-latest-gotoarchive A:VISITED, .news-latest-gotoarchive A:HOVER {
	color:#fff;
}
.news-latest-gotoarchive A {
	color:#fff;
}
.news-latest-item-new {
	/* IE hack */
/*	height: 1%;
	line-height: 1.3; */
	/* IE hack end */
	width: 180px; 
	padding:3px;
	margin:3px;
        font-size: 12px;
        font-weight: normal;
        color:#ffffff;	
        text-align:justify;
/*	border:1px solid #666;
	background-color:#F9FFE5; */
}

.news-latest-item-new H3 A{
        color:#85B4E8;
        font-weight: bold;
        text-align:center;
}

.news-latest-item-new IMG {

	margin-bottom:5px;
	margin-right:5px;
/*	border:1px solid #666; */
	float:left;
}
.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
}
.news-latest-date-new, .news-latest-morelink, .news-latest-category {

	font-size:9px;
	
}

.news-latest-date-new {
        color:#85B4E8;
	width: 90px; 
	text-align:left;
	
}
.news-latest-morelink {
	height:12px;
	
}

.news-latest-morelink A {
	float:right;
	color:#85B4E8;
}


/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {

/*	border:1px solid #000;
	background-color:#BBE53A; */

}


.news-list-item {
	/* IE hack */
/*	height: 1%;
	line-height: 1.3;*/
	/* IE hack end */
	padding:3px;
	margin:3px;
/*	border:1px solid #666;
	background-color:#F9FFE5; */

	}
.news-search-form {
	padding:3px;
	margin-bottom:5px;
/*	border:1px solid #666;
	background-color:#F9FFE5; */

}
.news-search-emptyMsg{
	margin:0px;
}
.news-search-form FORM {
	margin:0px;
}
.news-list-container H3 {
	margin-bottom: 5px;
	padding: 2px;
/*	border-bottom: 1px solid #769024;
	background-color: #769024;*/
}
.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {
/*	color:#fff; */

	padding-left:2px;
}
.news-list-container H3 A {
/*	color:#fff; */


}
.news-list-container P {
	padding-left:3px;
}
.news-list-date {
	float: right;
	color: #3E551C;
	width: 180px;
	text-align: right;
	height: 20px;
	margin-top: -2px;
	margin-right: -2px;
	font-size: 9px;
	font-weight: normal;
/*	background-color: #F9FFE5; */
	}

.news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 9px;

	}

.news-list-container IMG {

	float: right;
	border:1px solid #666;
	margin-bottom:5px;
	margin-right:2px;
	margin-left:5px;
}
.news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}

.news-list-morelink,.news-list-category {
	font-size:9px;
	margin-left:3px;
}
.news-list-morelink  {
	margin-bottom:3px;
}
.news-list-browse {
	text-align: center;
}



	/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox {
	margin:3px;
	border:1px solid #666;
	padding:3px;
	background-color:#F9FFE5;
}
.tx-ttnews-browsebox TD {
	font-size: 10px;
}
.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
	font-weight: bold;
}
.tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P{
	margin:0px;
}

.tx-ttnews-browsebox-SCell {
	background-color: #BBE53A;
	border:1px solid #666;
}
.news-search-emptyMsg {
	font-size: 11px;
	margin-left: 10px;
}
	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	padding:5px;
	margin-bottom:5px;
/*	border:1px solid #666;
	background-color:#F9FFE5; */

}
.news-single-item H2 {
	font-size: 16px;
	font-weight:bold;
/*	color: #85A600; */
	margin-bottom: 0px;
}
.news-single-item H3 {
	margin-bottom: 15px;
}



.news-single-img {
	float: right;
	margin-left:5px;

}



.news-single-imgcaption {
	padding:3px;
	clear:both;
}

.news-single-category {

	float: right;
}
.news-single-backlink, .news-single-backlink a {
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.news-single-timedata {
	float: right;
}
.news-single-timedata, .news-single-author,.news-single-imgcaption {
	font-size: 9px;
}
.news-single-author {
	padding-bottom: 3px;
}
.news-single-additional-info {
/*	background-color: #BBE53A; */
/* 	clear: both; */
	margin-top: 15px;
/*	border: 1px solid #666; */
	padding:3px;
	padding-bottom:0px;

}
.news-single-related,.news-single-files,.news-single-links  {
/*	border: 1px solid #666; */
	margin:0px;
	margin-bottom: 3px;
	padding:3px;
/*	background-color:#F9FFE5; */
}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
	margin-left:20px;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
	font-size: 11px;
	margin-left:5px;
	width:90%;
}

/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
	margin-top:10px;
	padding:3px;
	border:1px solid #333;
	background-color:#BBE53A;
}
.news-amenu-container LI {
	padding-bottom:1px;
}
.news-amenu-container UL {
	padding:3px;
	margin-top:5px;
	margin-left:0px;
	margin-bottom:0px;
	border:1px solid #666;
	background-color:#F9FFE5;
	list-style-type: none;
}
.news-amenu-container H2 {
	color:#fff;
	padding:3px;
	border:1px solid #666;
	background-color:#769024;
}
.news-amenu-item-year {
	font-weight: bold;
	border: 1px solid #666;
	padding: 2px;
	background-color: #769024;
	color:#fff;
}

/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */


.news-catmenu  {
	padding:5px;
	margin:10px 0px 10px 10px;
	border:1px solid #666;
	background-color:#F9FFE5;
}
.news-catmenu-header  {
	font-size:11px;
	font-weight:bold;
}
.news-catmenu DIV {
	font-size:10px;
	white-space: nowrap;
}
.news-catmenu DIV img {
	margin:0px;
	padding:0px;
	vertical-align: middle;
}
.news-catmenu-ACT {
	font-weight:bold;
}

/*  Styles for catmenu mode "nestedWraps" */
.level0 {
	background-color:#fff;
}
.level1 {
	padding-left:10px;
	background-color:#eee;
}
.level2 {
	padding-left:10px;
	background-color:#ddd;
}
.level3 {
	padding-left:10px;
	background-color:#ccc;
}
.level4 {
	padding-left:10px;
	background-color:#bbb;
}
