		/*** SI DATE SELECTOR STARTPAGE ***/	
		
			#col2 .tb_travel_from {
				font-weight: bold;
			}
			
			#col2 .tb_fields {
				margin: 0 0 8px 0;
			}

		/*** SELECT FIELDS DATE ***/
			
			#col2 .tx_powermail_pi1_fieldwrap_html_18 { }
			
			#col2 .tx_powermail_pi1_fieldwrap_html_10,
			#col2 .tx_powermail_pi1_fieldwrap_html_17,
			#col2 .tx_powermail_pi1_fieldwrap_html_19 {
				clear: none;
				float: left;
			}
			
			#col2 .tx_powermail_pi1_fieldwrap_html_10 label,
			#col2 .tx_powermail_pi1_fieldwrap_html_17 label,
			#col2 .tx_powermail_pi1_fieldwrap_html_19 label {
				display: none;
			}
			
			#col2 .tx_powermail_pi1_fieldwrap_html_23 {
				clear: both;
			}
			
			#col2 .tx_powermail_pi1_fieldwrap_html_11 {
				clear: both;

			}
			
			#col2 .tx_powermail_pi1_fieldwrap_html_20,
			#col2 .tx_powermail_pi1_fieldwrap_html_21,
			#col2 .tx_powermail_pi1_fieldwrap_html_22 {
				clear: none;
				float: left;
			}
			
			#col2 .tx_powermail_pi1_fieldwrap_html_20 label,
			#col2 .tx_powermail_pi1_fieldwrap_html_21 label,
			#col2 .tx_powermail_pi1_fieldwrap_html_22 label {
				display: none;
			}
			
			#col2 .tx_powermail_pi1_fieldwrap_html_18,
			#col2 .tx_powermail_pi1_fieldwrap_html_11 {
				width: 180px;
			}
			
			#col2 .tx_powermail_pi1_fieldwrap_html select {

				font-size: 10px;
				margin: 0 2px 3px 0;
				border: 1px solid #cccccc;
			}
			
			#col2 .tx_powermail_submit {
				float: right;
				margin: 10px 0 0 0;
				font-size: 13px;
			}

/****
	GENERAL SCREEN CSS FILE
		****/

html {
	margin: 0;
	padding: 0;
}
	
body {
	height: 100%;
	margin: 0;
	padding: 0;
	
	background: #ffffff;
	
	font-family: Trebuchet MS;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;		
	color: #333333;
	text-align: center;
}

p {
	margin: 0 0 8px 0; 
	padding: 0;
}

h1,h2,h3,h4,h5,h6 { margin: 0; padding: 0;  font-family: Trebuchet MS; }

h1 {
	font-size: 16px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 13px;
}

h4 {
	font-size: 11px;
}

a {
	color: #214f2c;
	text-decoration: none;
}


a:hover {
	color: #bda55a;
}

p.align-right { text-align: right; }
p.align-center { text-align: center; }
p.align-left { text-align: left; }

/****
	PSEUDO
		****/
		
		#top {
			position: absolute;
			top: 0; left: 0;
			width: 100%; height: 385px;
			background: url(../img/top_home.png) repeat-x;
		}
		
		#end {
			
			position: relative;
			width: 100%; height: 108px;
			margin: -108px 0 0 0;
			background: url(../img/end.png) repeat-x;
			z-index: 1;
		}

/****
	CONTAINTER
		****/


		#container {
			position: relative;
			top: 0; left: 0;
			width: 960px; height: 100%;
			padding: 0;
			margin: 0 auto;
			text-align: left;
			z-index: 2;
		}		
		
/****
	HEADER
		****/
		
		#header {
			position: relative;
			top: 0; left: 0;
			width: 100%; height: 134px;
			margin: 0 0 0 0;
		}
		
		#header h1 {
			position: absolute;
			top: 0; left: 0;
			margin: 7px 0 0 60px;
			width: 125px; height: 97px;
			
		}
		
		#header h1 a {
			position: absolute;
			width: 100%; height: 100%;
			background: url(../img/header_h1.png) no-repeat;
			text-indent: -999999%;
			white-space: nowrap;
			overflow: hidden;
		}
		
/****
	JUMP
		****/

		#jump {
			display: none;
		}
		
/****
	PATH
		****/
		
		#path {
			display: none;
		}

/****
	CONTENT 
		****/
		
		#content {
			width: 100%; height: auto;
		}
			
		/*** COL1 ***/
			
			#col1 {
				position: relative;
				width: 204px; height: 184px;
				padding: 20px;
				background: url(../img/col1_home.png) no-repeat;
			}
			
			#col1 h4 {
				font-family: Georgia;
				color: #bda55a;
				text-transform: uppercase;
				margin: 0 0 20px 0;
				font-weight: normal;
				font-size: 15px;
			}
			
			
			#col1 p {
				color: #ffffff;
				font-family: Georgia;
				font-size: 15px;
				line-height: 20px;
			}
			
			
		/*** COL2 ***/
		
			#col2 {
				position: relative;
				width: 100%; height: 204px;
				margin: 12px 0 0 0;
				background: url(../img/col2_home.png) repeat-y;
				line-height: 18px;
			}
			
			#col2 h4 {
				display: none;
			}
			
			#col2 .teaser {
				float: left;
				width: 220px; height: auto;
				padding: 0 10px;
			}
			
			#col2 .teaser .csc-textpic-text a {
				display: block;
				padding: 3px 0;
				float: right;
				width: 171px; height: 24px;
				text-align: center;


				background: url(../img/button_home.png)  no-repeat;
				
				font-family: Georgia;
				font-weight: normal;
				font-size: 13px;
				color: #4d4014;
			}

			#col2 .teaser .tx_powermail_pi1_fieldwrap_html label {
				font-weight: bold;
			}
			
			#col2 .teaser .tx_powermail_pi1_fieldwrap_html .powermail_mandatory {
				display: none;
			}
			
			#col2 .teaser .tx_powermail_pi1_fieldwrap_html .date2cal_img_help {
				display: none;
			}
			
			#col2 .teaser .submitbutton_home {
				border: 0;
				width: 171px; height: 24px;
				background: url(../img/button_home.png) no-repeat;
				font-family: Georgia;
				font-weight: normal;
				font-size: 13px;
				color: #4d4014;
			}
			
			#col2 .teaser input {
				font-size: 10px;
			}
			
			#col2 .teaser_bookcs {
				padding: 60px 10px 0 10px !important;
				background: url(../../user_upload/Teaser/Rezervace.jpg) no-repeat right top;
			}
			
			#col2 .teaser_bookde {
				padding: 60px 10px 0 10px;
				background: url(../../user_upload/Teaser/reservierung.png) no-repeat right top;
			}
			
			#col2 .teaser_booken {
				padding: 60px 10px 0 10px;
				background: url(../../user_upload/Teaser/reservation.jpg) no-repeat right top;
			}
			
			#col2 .teaser_latestnews{
				padding: 60px 10px 0 10px;
				background: url(../../user_upload/Teaser/topaktuell.png) no-repeat right top;
			}
		
		
		/*** COL3 ***/
		
			#col3 {
				position: absolute;
				top: 0; left: 0;
				margin: 134px 0 0 716px;
				width: 204px; height: 184px;
				padding: 20px;
				background: url(../img/col3_home.png) no-repeat;
			}
			
			#col3 h4 {
				font-family: Georgia;
				color: #bda55a;
				text-transform: uppercase;
				margin: 0 0 20px 0;
				font-size: 15px;
				font-weight: normal;
			}
			
			#col3 p {
				margin: 0 0 2px 0;
				font-size: 15px;
				line-height: 20px;
			}

			#col3 a {
				font-family: Georgia;
				color: #ffffff;
				background: url(../img/col3_a.png) no-repeat left center;
				padding-left: 25px;
			}	
			
			#col3 a:hover {
				color: #bda55a;
			}
			
		/*** MEDIA ***/

			
			#media {
				position: absolute;
				top: 0; left: 0;
				width: 472px; height: 222px;
				overflow: hidden;
				margin: 134px 0 0 244px;
				
			}
		
/****
	SITEMETA
		****/
		
		
		
		/*** MENU ***/
		
			#menu {
				position: absolute;
				top: 0; left: 0;
				width: 736px; height: 24px;
				margin: 110px 0 0 244px;
			}
			
			#menu ul {
				list-style: none;
				margin: 0; 
				padding: 0;
			}
			
			#menu ul li {
				display: inline;
			}
			
			#menu ul li span {
				display: none;

			}
			
			#menu ul li ul li {
				display: block;
				float: left;
			}
			
			#menu ul li ul li a {
				display: block;
				width: 145px; height: 31px;
				padding: 5px 0 0 0;
				color: #ffffff;
				text-transform: uppercase;
				text-align: center;
				font-family: Georgia;
				font-weight: normal;
				font-size: 12px;
			}
			
			#menu ul li ul li a:hover {
				color: #4d4014;
				background: url(../img/menu_a_hover1.png) no-repeat;
			}
		
		/*** MENU3 ***/
		
			#menu3 {
				position: absolute;
				top: 0; left: 0;
				margin: 5px 0 0 244px;
				width: 600px; height: 20px;

				text-align: right;
			}
			
			#menu3 ul {
				list-style: none;
				margin: 0;
				padding: 0;
			}
			
			#menu3 ul li {
				display: inline;
			}
			
			#menu3 ul li span {
				display: none;
			}
			
			#menu3 ul li ul li {
				margin: 0 0 0 8px;
			}
			
			#menu3 ul li ul li a {
				padding-left: 18px;
				background: url(../img/menu3_a_home.png) no-repeat left center;
				color: #666666;
				font-size: 11px;
			}
			
		/*** SITELINKS ***/
		
			#sitelinks {
				position: absolute;
				margin: 40px 0 0 488px;
				width: 204px; height: 72px;
				padding: 0 20px 0 20px;
				border-left: 1px solid #c9c9c9;
				border-right: 1px solid #c9c9c9;
				z-index: 3;
			}
			
			#sitelinks ul {
				list-style: none;
				margin: 5px 0 0 0;
				padding: 0;
			}
			
			#sitelinks ul li {
				display: inline;
			}
			
			#sitelinks ul li span {
				display: none;
			}
			
			#sitelinks ul li ul li {
				display: block;
			}
			
			#sitelinks ul li ul li a {
				font-weight: normal;
				color: #666666;
				
			}
			
			
/****
	LANG
		****/
		
		#lang {
			position: absolute;
			top: 0; left: 0;
			margin: 8px 0 0 880px;
			width: 80px; height: 20px;
		}
		
		#lang ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
		


		#lang ul li {
			display: inline;
		}

		
		#lang ul li span {
			display: none;
		}
		
		#lang ul li ul li {
			display: block;
			float: left;
			margin-right: 6px;
		}
		
		#lang ul li ul li a {
			display: block;
			height: 11px;
			width: 16px;
			overflow: hidden;				
			text-indent: -999999%;
		}
		
		#lang ul li ul li a.de {
			background: url(../img/lang_de.png) no-repeat;
		}
		
		#lang ul li ul li.active a.de {
			background: url(../img/lang_de_active.png) no-repeat;
		}
		
		#lang ul li ul li a.cs {
			background: url(../img/lang_cz.png) no-repeat;
		}
		
		#lang ul li ul li.active a.cs {
			background: url(../img/lang_cz_active.png) no-repeat;
		}
		
		#lang ul li ul li a.en {
			background: url(../img/lang_en.png) no-repeat;
		}
		
		#lang ul li ul li.active a.en {
			background: url(../img/lang_en_active.png) no-repeat;
		}
/****
	FOOTER
		****/
		
		#footer {
			position: relative;
			clear: both;
			margin: 20px 0 0 0;
			width: 100%; height: 108px;
			z-index: 2;
			background: url(../img/footer_01.png) no-repeat 760px 25px;
		}
		
		#footer address {
			font-style: normal;
		}
		
		#footer address a {
			color: #666666;
		}
		
		
		#footer #address1 {
			float: left;
			width: 224px; height: 72px;
			margin: 20px 0 0 0;
			padding: 8px 20px 0 0;
		}
		
		#footer #address2 {
			float: left;
			width: 204px; height: 72px;
			padding: 8px 20px 0 20px;
			margin: 20px 0 0 0;
			border-left: 1px solid #c9c9c9;
		}
		
/****
	SOFTIMPACT
		****/
		
			#softimpact {
				float: right;
				width: 20px; height: 140px;				
				overflow: hidden;
				margin: -150px -30px 0 0;
				z-index: 2;
			}
			
			#softimpact span { display: none; }
			
			#softimpact a {
				display: block;
				height: 100%;
				width: 100%;
				overflow: hidden;
				white-space:nowrap;
				background: url(../img/softimpact.png);
				text-indent: -999999%;
			}


/****
	TT_NEWS
		****/
		
	/*** LATEST NEWS ***/
	
		.news-latest-title h3 a {
			color: #000000;
		}
		
		.news-latest-image { 
			display: none;
		}
		
		.news-latest-morelink {
			float: right;
			width: 171px; height: 24px;
			text-align: center;
			background: url(../img/button_home.png)  no-repeat;
		}
		
		.news-latest-morelink a {
			display: block;
			padding: 3px 0;
			
			font-family: Georgia;
			font-weight: normal;
			font-size: 13px;
			color: #4d4014;
			
			
		}
		
		.news-latest-morelink a:hover {
			color: #4d4014;
		}
