*{
	margin: 0;
	padding: 0;
}
img{
	border: 0;
}
@font-face {
	font-family: 'Elektra';
	src: url('etelkatext-webfont.eot');
	src: url('EtelkaText.otf') format('opentype'), url('etelkatext-webfont.woff') format('woff'), url('etelkatext-webfont.ttf') format('truetype'), url('etelkatext-webfont.svg#webfont') format('svg');
}
body{
	color: #FFF;
	font-family: Tahoma;
	font-size: 10pt;
	background-color: #1b3006;
	background-image: url(/img/bg.png);
	background-position: center;
	background-repeat: repeat-y;
}
a{
	color: #ffc000;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
a:visited{
	color: #ff6c00;
}
p{
	padding: 7px 0px;
}
table{
	margin-bottom: 30px;
}
table thead td{
	background-color: #9fc436;
	color: #192f02;
	border: 1px solid #a5c843;
	font-weight: bold;
}
table tbody td{
	background-color: #305e00;
	color: #FFF;
	border: 1px solid #3e6911;
	font-size: 9pt;
}
table td{
	padding: 15px 10px;
}
table caption{
	color: #9fc436;
	font-size: 12pt;
	padding: 30px 0px 18px 0px;
	text-align: left;
}

#main_box{
	max-width: 1026px;
	min-width: 982px;
	margin: auto;
	_width:981px;
	_margin-left:auto;
}
#top_box{
	height: 643px;
	min-width: 982px;
	background-image: url(/img/top_bg.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	position: relative;
}
#top_inner_box{
	height: 306px;
	min-width: 982px;
	background-image: url(/img/top_in_bg.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	position: relative;
}
#logo{
	position: absolute;
	left: 72px;
	top: 40px;
}
#logo ul li{
	list-style: none;
	float: left;
	position: relative;
	left: 155px;
	margin-right: 12px;
}
#logo ul li a{
	width: 25px;
	height: 25px;
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
}
a#home{
	background-image: url(/img/serv_home.png);
}
a#mail{
	background-image: url(/img/serv_mail.png);
}
a#map{
	background-image: url(/img/serv_map.png);
}
a#home:hover{
	background-image: url(/img/serv_home_h.png);
}
a#mail:hover{
	background-image: url(/img/serv_mail_h.png);
}
a#map:hover{
	background-image: url(/img/serv_map_h.png);
}
#telefon{
	position: absolute;
	top: 108px;
	right: 65px;
}
#content_box{
	width: 982px;
	position: relative;
	margin: auto;
	left: 1px;
}
#main_page_bg{
	background-image: url(/img/bar_bg.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	width: 982px;
	height: 101px;
	position: absolute;
	left:0;
	z-index: -1;
}
#left_side{
	float: left;
	width: 276px;
	margin: 0px 0px 0px 50px;
	_margin: 0px;
	_padding-left:70px;
}
#content_main{
	margin: 0px 44px 0px 346px;	
}
#menu_main{
	background-image: url(/img/menu_bg.png);
	background-position:center center;
	background-repeat: no-repeat;
	height: 100px;
	width: 900px;
	margin: auto;
	text-align: center;
	position: relative;
	top: 315px;
}
#menu_main a{
	color: #406402;
	font-size: 20pt;
	font-weight: normal;
	font-family: Georgia;
	display: inline-block;
	vertical-align: middle;
	padding: 3px 4px 5px 4px;
	margin: 0px 10px 0px 10px;
	position: relative;
}
span.left, span.right{
	width: 6px;
	height: 37px;
	position: absolute;
	top: 0px;
	z-index: 10;
	background-repeat: no-repeat;
	background-position: top left;
}
span.left{
	left: -6px;
}
span.right{
	right: -6px;
}
#menu_main a:hover{
	color: #FFF;
	background-image: url(/img/a_bg.png);
	background-repeat: repeat-x;
	background-position: top left;
	text-decoration: none;
}
#menu_main a:hover span.left{
	background-image: url(/img/a_bg_l.png);
}
#menu_main a:hover span.right{
	background-image: url(/img/a_bg_r.png);
}
h1{
	font-size: 22pt; 
	/* font-size: 21pt; */
	padding: 25px 0px 20px 0px;
	font-family: 'Elektra', Tahoma;
	font-weight: normal;
	z-index: 10;
}
h2{
	width: 932px;
	background-color: #192f02;
	padding: 0px 0px 5px 50px;
	position: relative;
	right: 50px;
	font-size: 14pt;
	font-family: Tahoma;
	font-weight: normal;
}
h3{
	font-size: 12pt;
	font-family: Tahoma;
	font-weight: normal;
	padding-bottom: 5px;
	color: #9fc436;
}

#left_side h1.content_h1{
	color: #f0ffbe;
	/*text-shadow: 0px 0px 30px #FFF; */
}
#content_main h1.content_h1{
	color: #fff;
	padding-left: 12px;
	/* padding-left: 25px; */
	/*text-shadow: 0px 0px 30px #FFF;*/
}
#content_left, #content{
	margin: 36px 0px 0px 0px;
}
#content{
	border-left: 1px solid #3c5027;
	padding: 9px 0px 9px 25px;
	position: relative;
}
#content_inner{
	padding: 0px 50px 0px 50px;
}

#content_inner p.news img {
padding-bottom:10px;
padding-right:10px;
float:left;
}

#content_left{
	padding: 9px 0px 9px 0px;
}
ul.gray_list li{
	list-style-image: url(/img/gray_arr.gif);
	margin-bottom: 20px;
	font-weight: bold;
}
ul.gray_list li a{
	color: #FFF;
}
ul.green_list li{
	list-style-image: url(/img/green_arr.gif);
	margin-bottom: 10px;
}
ul.white_list li{
	list-style-image: url(/img/white_arr.gif);
	margin-bottom: 5px;
	list-style-position: inside;
	//list-style-position: outside;
	//list-style-image: url(/img/white_arr_ie.gif);
}
ul.white_list{
	padding-top: 15px;
}
#con_border_t{
	background-image: url(/img/con_border_t.png);
	height: 69px;
	width: 1px;
	position: absolute;
	top: 0px;
	left: -1px;
	_display:none;
}
#con_border_b{
	background-image: url(/img/con_border_b.png);
	height: 69px;
	width: 1px;
	position: absolute;
	bottom: 0px;
	left: -1px;
	_display:none;
}
#footer{
	width: 968px;
	height: 190px;
	margin: auto;
	margin-top: 25px;
	padding-top: 38px;
	padding-left: 60px;
	background-image: url(/img/footer_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	clear: both;
	color: #292929;
	font-size: 8pt;
}
#footer a{
	color: #247e24;
	margin-right: 10px;
}
.spec_link{
	padding: 18px 0px 15px 0px;
}
#footer a.spec{
	color: #292929;
	margin: 0;
	font-size:7.5pt;
	padding-left: 7px;
	background-image: url(/img/green_arr_down.png);
	background-position: left center;
	background-repeat: no-repeat;
	text-decoration: none;
	border-bottom: 1px dotted #949494;
}
#footer a.spec:hover{
	border-bottom: 0px;
}
#f_left{
	float: left;
	width: 371px;
	margin: 10px 0px 0px 14px;
	padding: 15px 25px 15px 0px;
	border-right: 2px dotted #d1d1d1;
	height: 93px;
}
#f_center{
	float: left;
	width: 300px;
	margin: 10px 0px 0px 0px;
	padding: 15px 25px 15px 25px;
	border-right: 2px dotted #d1d1d1;
	height: 93px;
}
#f_right{
	float: left;
	width: 109px;
	margin: 10px 14px 0px 0px;
	padding: 15px 0px 15px 25px;
	height: 93px;
	color: #848484;
	text-align:center;
}
#f_right a{
	display: block;
	margin: 10px 0px 20px 0px;
}
.green_list.left{
	float: left;width: 265px;
}
.green_list.right{
	margin-left: 295px;
}
a.mail{
	color: #247e24;
}
#search_form{
	margin-top: 40px;
}
#search_form input[type='text']{
	height: 19px;
	width: 175px;
	padding-right: 10px;
	padding-left: 5px;
	background-image: url(/img/search_bg.png);
	background-position: top left;
	background-repeat: no-repeat 
}
#search_form input{
	border: 0px;
}
#search_form input[type='image']{
	margin-left: 5px;
}
span.line{
	border-left:1px dotted #d1d1d1;
	width:1px;
	height:1em;
	padding-right:5px;
	margin-left:5px;
}
#menu_add{
	line-height: 1.6em;
}
blockquote{
	background-image: url(/img/ql.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin: 18px 0px 18px 0px;
}
blockquote p{
	color: #9fc436;
	padding: 0px 40px 0px 40px;
	position: relative;
	background-image: url(/img/qr.png);
	background-position: right top;
	background-repeat: no-repeat;
}
/*

blockquote:before{
	content: url(/img/ql.png);;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 22px;
	height: 16px;
}
blockquote:after{
	content: url(/img/qr.png);
	position: absolute;
	right: 0;
	top: 0;
	width: 22px;
	height: 16px;
}*/
ol {
list-style-type: none; 
//list-style-type: decimal;
//list-style-position: inside;
counter-reset: item; 
padding-top: 15px;
}
ol li{
	margin-bottom: 5px;
}
ol li:before {
content: counter(item) " "; 
counter-increment: item; 
color: #9fc436;
}
form.imho div{
	width: 480px;
}
form.imho textarea{
	border: 1px solid #192f02;
	padding: 5px 0px 5px 5px;
	width: 475px;
}
form.imho input[type="submit"]{
	border: 0px;
	background-color: #213809;
	color: #FFF;
	font-size: 25px;
	cursor: pointer;
	display: block;
	width: 100%;
	text-align: right;
	padding: 5px 0px;
	font-family: 'Elektra';
	/*text-shadow: 0px 0px 20px #5d9c19;*/
}
img.left{
	float: left;
	padding: 5px 20px 14px 0px;
}
img.right{
	float: right;
	padding: 5px 0px 14px 20px;
}
#menu_inner{
	padding-top: 9px;
	height: 110px;
	text-align: center;
	background-image: url(/img/inner_page_bg.png);
	background-position:top center;
	background-repeat: no-repeat;
	position: relative;
	top: 1px;
	right: 1px;
}
#menu_inner a{
	color: #FFF;
	font-size: 20pt;
	font-weight: normal;
	font-family: Georgia;
	display: inline-block;
	vertical-align: middle;
	padding: 3px 4px 3px 4px;
	margin: 0px 10px 0px 10px;
	position: relative;
}
#menu_inner a:hover{
	color: #406402;
	background-color: #FFF;
	text-decoration: none;
}
#menu_inner a:hover span.left{
	background-image: url(/img/a_in_bg_l.png);
}
#menu_inner a:hover span.right{
	background-image: url(/img/a_in_bg_r.png);
}
#path{
	margin-top: 10px;
	color: #9fc436;
	clear: both;
	position: relative;
	left: -24px;
}
#path li:first-child{
	list-style-image: none;
	list-style-type: none;
}
#path li{
	float: left;
	list-style-image: url(/img/path_arr.gif);
	list-style-position: outside;
	margin-left: 25px;
}
#path a.home{
	float: left;
}
#path a{
	text-decoration: none;
	color: #9fc436;
	border-bottom: 1px solid #9fc436;
}
#path a.home{
	border-bottom:1px solid #FFF;
	margin-left: 0px;
}
#path a:hover{
	border-color: #213809;
}

.newsItem {
margin-bottom:10px;
}

.newsItem img {
float:left;
margin-right:10px;
}

.clear {
clear:both;
}
.banner_list {

}
.banner {
    color:#fcb514;
    font-family:Georgia;
    font-style:italic;
    font-size:11px;
      margin-bottom: 20px;
}
.banner p {
    padding:0;
}
/* FEEDBACK FORM */

.tourFormWrap {
    display:none;
}
#showForm {

}
.tourForm {
background:url("/img/form_bckg.png") no-repeat scroll 0 0 transparent;
height:295px;
width:457px;
padding-left:21px;
padding-right:21px;
padding-top:8px;
position:relative;
}

.tourForm a#close {
float:right;
padding-right:24px;
}
.tourForm h3 {
color:white;
font-size:16px;
text-align:center;
font-weight:bold;
}
.tourForm input {
height:23px;
}
.tourForm input, .tourForm textarea {
border:none;
}
.tourForm input.block {
	display:block;
	margin-bottom:11px;
	width:431px;
}


.tourForm #send_btn, .tourForm #sendPostForm  {
	bottom:15px;
	display:block;
	position:absolute;
	right:31px;
}
.tourForm textarea {
	background:url("/img/textarea_bckg.gif") repeat-y;
	height:72px;
	line-height:1.8;
	width:431px;
	padding-top:3px;
}

.tourForm input.date {

}
#date_selection {
margin-bottom:2px;
}
#date_selection a {
display:block;
float:left;
height:28px;
padding-top:2px;
width:45px;
}
#date_selection input.date {
height:18px;
width:64px;
border-bottom:1px dashed #a49215;
}

#calendar_finish {
background-position:16px -2px;
margin-left:8px;
margin-right:7px;
}
#form_hr {
margin-bottom:7px;
padding:0;
}
.tourForm p {
margin-bottom:10px;
padding:0;
}

.tourForm input.error, .tourForm input.highlight  {
    background-color:#48642B;
}
label.error {
    display:none;
}
em.error {
    position:absolute;
    color:#9FC436;
font-size:20px;
font-weight:bold;
left:3px;
}
#date_selection .active input {
background-color:#48642b;
color:#ffc000;

}

div.date_wrap {
background-color:white;
float:left;
height:22px;
text-align:center;
width:75px;
}
div.date_wrap.active {
background-color:#48642B;
}

a.calendar_open {
text-decoration:none;
color:#ffffff;
background:url("/img/calendar.png") no-repeat scroll 7px -2px transparent;
}

.tourForm p.required {
bottom:10px;
color:#9FC436;
font-size:11px;
left:25px;
position:absolute;
}

#tourSelect {
position:absolute;
right:51px;
top:45px;
}

#successNotify {
background:none repeat scroll 0 0 #305E00;
display:none;
font-family:Tahoma,Geneva,sans-serif;
font-size:14px;
height:75px;
left:99px;
margin:0 auto;
padding-top:18px;
position:absolute;
text-align:center;
top:85px;
width:231px;
z-index:150;
}

#successNotify a {
 text-decoration:none;
    border-bottom:1px dashed #FF6C00;
}
a.tourFormShow {
    text-decoration:none;
    border-bottom:1px dashed #FFC000;
}

input#tour_title {
    width:401px;
}

#newTourForm {
    margin:0 auto;
}
