/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #b4b48e; color: #fff; text-shadow: none; }
::selection { background: #b4b48e; color: #fff; text-shadow: none; }

a { color: #ec703a; }
a:visited { color: #ec703a; }
a:hover { color: #ec703a; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/*
    // ========================================== \\
   ||                                              ||
   ||               DYNWEB styles                  ||
   ||                                              ||
    \\ ========================================== //
*/

/* --- DEFAULTS start --- */
body.hp h1 a	{
	cursor: default;
	}

.dwir a	{
	width: 100px; /* define your own W&H and BG image */
	height: 100px;
	display: block;
	position: relative;
	overflow: hidden;
	}
.dwir a span	{
	width: 100px; /* define your own W&H and BG image */
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	display: block;
	overflow: hidden;
	}

/* --- DEFAULTS end --- */

/*
Layout
-------
aside + gap + content = sum
276 + 46 + 620 = 942
-------
 */

body	{
	background: #fff;
	font-family: Arial, sans-serif;
	}

#container	{
	background: #fff;
	padding-top: 38px;
	}

.gradient	{
	background: url('../img/end-grad.png') repeat-x;
	width: 100%;
	height: 50px;
	position: fixed;
	top: 32px;
	left: 0;
	z-index: 11;
	}

.langmenu {
	background: #b4b48e;
	width: 100%;
	height: 32px;
	color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 21;
	}

.langmenu p	{
	padding: 0;
	margin: 9px 0 0 0;
	width: 942px;
	text-align: right;
	font-family: 'Arial Black', 'Gadget CE', sans-serif;
	font-size: 12px;
	}

.langmenu p a	{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	}

.langmenu p a:hover	{
	text-decoration: underline;
	}

aside	{
	margin-bottom: 50px;
	width: 276px;
	float: left;
	}

header	{
	padding: 15px 35px 0 35px;
	width: 872px;
	height: 190px;
	position: relative;
	}

h1	{
	padding: 0;
	margin: 0;
	width: 525px;
	height: 90px;
	display: block;
	}

h1.dwir a	{
	width: 525px;
	height: 90px;
	outline: none;
	}

h1.dwir a span	{
	background-image: url('../img/logo.png');
	width: 525px;
	height: 90px;
	}

h2.logoern	{
	padding: 0;
	margin: 0;
	width: 127px;
	height: 31px;
	display: block;
	position: absolute;
	top: 20px;
	right: 0;
	}

h2.logoern a	{
	width: 127px;
	height: 31px;
	outline: none;
	}

h2.logoern a span	{
	background-image: url('../img/logo-ern-color.png');
	width: 127px;
	height: 31px;
	}

/* Top submenu */
div.submenu	{
	padding: 0 0 5px 0;
	margin-top: -25px;
	border-bottom: 1px solid #b4b48e;
	height: 19px;
	font-size: 14px;
	font-family: Georgia, 'New York CE', utopia, serif;
	position: relative;
	z-index: 20;
	}

div.submenu ul	{
	padding: 0;
	margin: 0;
	float: right;
	}

.ie7 div.submenu ul	{
	margin-top: -1.5em;
	float: right;
	}

div.submenu ul li	{
	padding: 0;
	margin: 0;
	display: inline;
	}

div.submenu ul li a	{
	background: url('../img/bull.png') 10px 70% no-repeat;
	padding-left: 25px;
	font-weight: normal;
	text-decoration: none;
	}

div.submenu ul li a:hover	{
	color: #b4b48e;
	}

/* Left aside menu */
.menu ul	{
	padding: 0 0 0 25px;
	margin: 0;
	list-style: none;
	}

.menu ul li a	{
	background-color: #fff;
	background-position: 23px center;
	background-repeat: no-repeat;
	padding: 12px 12px 12px 75px;
	margin-top: -1px; /* to avoid double border */
	border-top: 1px solid #b4b48e;
	border-bottom: 1px solid #b4b48e;
	height: 36px;
	font-size: 85%;
	color: #ec703a;
	text-decoration: none;
	line-height: 140%;
	display: block;
	position: relative;
	}

.menu ul li a strong	{
	color: #a94c2c;
	font-size: 125%;
	}

.menu ul li a span	{
	background: none;
	width: 7px;
	height: 60px;
	display: block;
	position: absolute;
	right: -14px;
	top: 0;
	z-index: 10;
	}

.menu-item1	{
	background-image: url('../img/ico-ppl.png');
	}
.menu-item2	{
	background-image: url('../img/ico-abc.png');
	}
.menu-item3	{
	background-image: url('../img/ico-world.png');
	}
.menu-item4	{
	background-image: url('../img/ico-compass.png');
	}
.menu-item5	{
	background-image: url('../img/ico-pl.png');
	}
.menu-item6	{
	background-image: url('../img/ico-graph.png');
	}
.menu-item7	{
	background-image: url('../img/ico-clip.png');
	}

.menu ul li a:hover span,
.menu ul li a.active span	{
	background: url('../img/arr.png') right center no-repeat;
	}

.menu ul li a:hover, .menu ul li a.active	{
	background-color: #ecece2;
	}

.tipNaVylet {
	margin: -1px 0 15px 25px;
	background: #dadac6;
	}

.tipNaVylet h3	{
	color: #fff;
	margin: 0;
	padding: 17px 17px 17px 75px;
	font-size: 110%;
	background: #ec703a url('../img/ico-search.png') 20px 50% no-repeat;
	position: relative;
	}

.tipNaVylet h3 span	{
	display: block;
	position: absolute;
	left: 0;
	bottom: -7px;
	z-index: 10;
	width: 60px;
	height: 7px;
	background: url('../img/arr-dn.png') no-repeat;
	}	

.tipNaVylet p	{
	margin: 0;
	padding: 18px 14px 12px 14px;
	color: #a94c2c;
	}

.tipNaVylet p.infoText	{
	padding: 0px;
	font-size: 90%;
	line-height: 145%;
	}

.tipNaVylet p.infoText a	{
	color: #a94c2c;
	}

.tipNaVylet h4	{
	font-weight: bold;
	margin: 0 14px;
	padding: 0;
	}

.tipNaVylet h4 a	{
	text-decoration: none;
	color: #a94c2c;
	}



#main	{
	margin-left: 46px;
	min-height: 360px;
	float: left;
	}

#content	{
	padding-bottom: 35px;
	margin: 0;
	width: 620px;
	line-height: 1.4;
	}

.perex	{
	padding: 0;
	margin-top: 10px;
	font-size: 14px;
	font-family: sans-serif;
	color: #a94c2c;
	}

.poll	{
	position: relative;
}

.poll h2	{
	color: #fff;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	top: 0;
	left: 55px;
	z-index: 50;
}

.poll h3	{
	color: #fff;
	margin: 0;
	padding: 13px 15px 13px 53px;
	font-size: 110%;
	background: #ec703a url('../img/ico-poll.png') 15px center no-repeat;
	position: relative;
	text-align: right;
}
.poll h3 span	{
	display: block;
	position: absolute;
	left: 0;
	bottom: -7px;
	z-index: 10;
	width: 60px;
	height: 7px;
	background: url('../img/arr-dn.png') no-repeat;
}
.poll ul {
	background: #dadac6;
	margin: 0 0 15px 0;
	padding: 18px 0 10px 0;
	list-style: none;
}
.poll ul li	{
	clear: both;
}
.poll ul li a	{
	display: block;
	background: url('../img/bull.png') 0 4px no-repeat;
	padding-left: 13px;
	margin-left: 19px;
	color: #a94c2c;
	text-decoration: none;
	height: 19px;
}
.poll .choiceText	{
	display: block;
	float: left;
	width: 49px;
	padding: 0;
}
.pollBar	{
	display: block;
	height: 9px;
	float: left;
	margin: 4px 0 2px 0;
}
#pollBar1	{
	background: #c88b77;
}	
#pollBar2	{
	background: #c88b77;
}	
#pollBar3	{
	background: #c88b77;
}
.numberOfVotes	{
	color: #a94c2c;
	padding: 0 6px;
	display: block;
	float: left;
}

.news ul	{
	padding: 0;
	margin: 0;
	position: relative;
	}

.news .lang-filter span.arr	{
	background: url('../img/arr-dn-fff.png') 0 0 no-repeat;
	padding: 0;
	margin: 0;
	width: 57px;
	height: 8px;
	display: block;
	position: absolute;
	bottom: -8px;
	left: 25px;
	}

ul.lang-filter	{
	padding: 9px 0 9px 10px;
	margin: 0;
	border: 1px solid #b4b48e;
	border-radius: 10px;
	}

ul.lang-filter li	{
	margin-right: 27px;
	display: block;
	float: left;
	}

ul.lang-filter li:last-child	{
	margin-right: 0;
	}

ul.lang-filter li a	{
	background: url('../img/ico-cal.png') 10px 50% no-repeat;
	padding: 14px 10px 14px 40px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	display: block;
	float: left;
	}

ul.lang-filter li.cs a	{
	background-image: url('../img/flag-cz.png');
	}

ul.lang-filter li.de a	{
	background-image: url('../img/flag-de.png');
	}

ul.lang-filter li.pl a	{
	background-image: url('../img/flag-pl.png');
	}

ul.lang-filter li a.active, ul.lang-filter li a:hover	{
	background-color: #ecece2;
	}

ul.news-list	{
	margin-top: 20px;
	}

ul.news-list li	{
	padding: 0;
	margin: 0;
	display: block;
	}

ul.news-list li	{
	margin: 0;
	font-size: 12px;
	display: block;
	}

ul.news-list li b	{
	background: url('../img/flag-cz.png') center left no-repeat;
	padding-left: 30px;
	color: #a94c2c;
	font-family: Georgia, 'New York CE', utopia, serif;
	font-size: 18px;
	font-weight: normal;
	}

.news ul li.de a b	{
	background-image: url('../img/flag-de.png');
	}

.news ul li.pl a b	{
	background-image: url('../img/flag-pl.png');
	}

ul.news-list li span.date	{
	margin: .25em 0;
	font-weight: bold;
	display: block;
	}

ul.news-list li a	{
	padding: 10px;
	color: #000;
	text-decoration: none;
	display: block;
	}

ul.news-list li a:hover	{
	background: #ecece2;
	}

.news-detail	{
	padding: 0;
	}

.news-detail h2	{
	padding: .4em 14px;
	margin: 0;
	}

.news-detail p.options 	{
	padding: 5px 0 0 14px;
	margin: 0 0 18px 0;
	border-top: 1px solid #b4b48e;
	font-weight: bold;
	}

.news-detail p.options span 	{
	padding: 5px 120px 5px 13px;
	margin-top: -5px;
	border-left: 1px solid #b4b48e;
	display:block;
	float: right;
	}

.news-detail p.options span img	{
	margin-right: 15px;
	}

table.info-portals	{
	margin-top: 20px;
	width: 100%;
	}

table.info-portals tr	{
	border-bottom: 1px solid #939598;
	}

table.info-portals tr:first-child	{
	border: none;
	}

table.info-portals tr:nth-child(2) td{ /* MSIE7+8 don't get this, can be solved with selectivizr.com */
	padding-top: 25px;
	}

table.info-portals tr:nth-child(2) td:first-child	{ /* MSIE7+8 don't get this, can be solved with selectivizr.com */
	background: url('../img/arr-dn.png') 0 0 no-repeat;
	padding-top: 25px;
	}

table.info-portals th	{
	background: #dce8f0;
	padding: 10px 10px 10px 13px;;
	text-align: left;
	font-weight: bold;
	}

table.info-portals td	{
	padding: 10px 10px 10px 10px;;
	color: #e92387;
	font-weight: bold;
	}

table.info-portals td a	{
	text-decoration: none;
	font-weight: normal;
	}

table.info-portals td a:hover	{
	text-decoration: underline;
	}


.db-items-detail h2	{
	margin: 8px;
	}

.db-items-detail h3.trip	{
	padding: 20px;
	border: 1px solid #b4b48e;
	border-radius: 10px;
	color: #ec703a;
	font-weight: normal;
	position: relative;
	}

.ie7 .db-items-detail h3.trip	{
	z-index: 100;
	}

.db-items-detail h3.trip span	{
	margin-right: 15px;
	color: #000;
	font-weight: bold;
	float: left;
	display: block;
	height: 3em;
	}

.db-items-detail h3.trip span.arr	{
	background: url('../img/arr-dn-fff.png') no-repeat;
	width: 57px;
	height: 8px;
	display: block;
	position: absolute;
	left: 30px;
	bottom: -8px;
	z-index: 10;
	}

.ie7 .db-items-detail h3.trip span.arr	{
	bottom: -6px !important;
	}

.photo-gallery	{
	background: #000;
	padding: 20px;
	margin-bottom: 30px;
	position: relative;
	border-radius: 10px;
	}

.photo-gallery ul	{
	padding: 0;
	margin: 15px 0;
	list-style-type: none;
	}

.photo-gallery ul li	{
	padding: 0;
	margin: 0 5px 0 0;
	float: left;
	}

.photo-gallery ul li:last-child	{
	margin: 0 0 0 1px; /* to fit the width of the big img */
	}

.photo-gallery span.arr	{
	background: url('../img/arr-dn-000.png') no-repeat;
	width: 60px;
	height: 7px;
	display: block;
	position: absolute;
	left: 30px;
	bottom: -7px;
	z-index: 10;
	}

.db-item-desc h3	{
	background-color: #e9e8dc;
	background-position: 15px 50%;
	background-repeat: no-repeat;
	padding: 15px 55px;
	margin: 0;
	font-weight: normal;
	}

.db-item-desc h3.druh-vyletu	{
	background-image: url('../img/ico-walker.png');
	}

.db-item-desc h3.zajimavosti	{
	background-image: url('../img/ico-crown.png');
	}

.db-item-desc h3.dalsi-informace	{
	background-image: url('../img/ico-info.png');
	}

.db-item-desc h3.popis-trasy	{
	background-image: url('../img/ico-sun.png');
	}

.db-item-desc table	{
	width: 100%;
	margin-bottom: 1.5em;
	font-size: 13px;
	}

.db-item-desc table th, .db-item-desc table td	{
	padding: 8px 3px;
	text-align: left;
	}

.db-item-desc table tr	{
	border-bottom: 1px solid #b4b48e;
	}

.db-item-desc table tr:last-child	{
	border-bottom: none;
	}

.db-item-desc table th	{
	padding: 8px 0 8px 10px;
	width: 196px;
	font-weight: bold;
	color: #ec703a;
	}

.db-item-desc table th.doprava	{
	background: url('../img/ico-transport.png') 150px 50% no-repeat;
	}

.db-item-desc table th.parkovani	{
	background: url('../img/ico-parking.png') 145px 50% no-repeat;
	}

.db-item-desc table th.stravovani	{
	background: url('../img/ico-cutlery.png') 150px 50% no-repeat;
	}

.db-item-desc .txt	{
	padding-bottom: .5em;
	margin-top: -.5em;
	border-bottom: 1px solid #b4b48e;
	}

.db-item-desc .txt p	{
	padding: 0 10px;
	}


.wrapper_form h3	{
	color: #a94c2c;
	margin: 10px 0;
	padding: 0;
	font-size: 240%;
	font-family: Georgia, 'New York CE', utopia, serif;
	font-weight: normal;	
}
.form_head_text	{
	padding: 16px 0 26px 0;
	margin: 0; 
	color: #666;
}
.blue_round	{
	display: block;
	padding: 0;
	border: none;
}
.relative_div	{
	margin-bottom: 15px;
	border: 1px solid #b4b48e;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	position: relative;	
}
.fulltext_search .relative_div	{
	padding: 77px 33px 33px 33px;
}
.relative_div span.arr_bottom	{
	position: absolute;
	left: 30px;
	bottom: -8px;
	z-index: 10;
	width: 60px;
	height: 8px;
	background: url('../img/arr-dn-fff.png') no-repeat;
}
.blue_round legend	{
	color: #8b8b8b;
	position: absolute;
	top: 17px;
	left: 17px;
	padding: 6px 0 0 56px;
	height: 39px;
}

.blue_round legend strong	{
	color: #a94c2c;
	font-size: 120%;
}

.ico_number1	{
	background: url('../img/no1.png') left center no-repeat;
}
.ico_number2	{
	background: url('../img/no2.png') left center no-repeat;
}
.ico_number3	{
	background: url('../img/no3.png') left center no-repeat;
}
.fulltext_search fieldset p	{
	clear: both;
	padding: 0 0 0 40px;
	margin: 0;
}
.fulltext_search fieldset input#search_keyword	{
	width: 350px;
	height: 25px;
	padding: 5px;
	border: 1px solid #999;
	margin-right: 12px;
}
.form_button_submit	{
	background: #00677a;
	margin: 0;
	color: #fff;
	height: 37px;
	border: 3px solid #90cee3;
	padding: 0 13px;
	font-weight: bold;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
button.form_button_submit::-moz-focus-inner {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.criteria_search label	{
	display: block;
	float: left;
	margin: 0;
	margin-right: 17px;
	display: block;
	width: 80px;
	font-weight: normal;
	color: #8b8b8b;
}
.criteria_search select	{
	border: 1px solid #999;
	margin: 0;
	width: 306px;
}	
.area_search div.relative_div	{
	padding: 67px 33px 16px 33px;
} 
.criteria_search div.relative_div	{
	padding: 67px 33px 33PX 33px;
}
.criteria_search button.form_button_submit	{
	margin: 3px 17px;
}


footer	{
	background: #c8c8b1;
	color: #fff;
	}

footer a,
footer a:visited	{
	color: #fff;
	text-decoration: none;
	display: block;
	float: left;
	border-right: 1px solid #fff; 
	}

footer h4	{
	padding: 10px 37px;
	margin: 0;
	background: #b4b48e;
	color: #fff;
	}

.icons	{
	padding: 9px 0;
	}

.icons ul	{
	padding: 9px 0;
	margin: 0 0 0 37px;
	list-style-type: none;
	}

.copyright	{
	background: #fff;
	color: #b4b48e;
	}

.copyright ul	{
	padding: 26px 0;
	margin: 0 0 0 37px;
	list-style-type: none;
	}

.icons ul li,
.copyright ul li	{
	padding: 0 15px 0 0;
	display: inline;
	}

.icons ul a:hover img	{
	background: #b4b48e;
	}

.icons ul li:last-child a	{
	border: none;
	}


/* Typo */
h2	{
	margin-top: 10px;
	margin-bottom: -.2em;
	color: #a94c2c;
	font-family: Georgia, 'New York CE', utopia, serif;
	font-size: 30px;
	font-weight: normal;
	}

.hlight	{	/* brown */
	color: #e82487;
	}

.hlight2	{	/* orange */
	color: #ec703a;
	}

.button	{
	background: #ec703a;
	padding: 7px 13px;
	margin: 10px 0;
	border: 2px solid #b4b48e;
	color: #fff !important;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	border-radius: 5px;
	}

.button:hover	{
	background: #a94c2c;
	color: #fff;
	}

/* FORM */
label	{
	padding-bottom: .25em;
	margin-top: 1em;
	width: 260px;
	font-weight: bold;
	display: block;
	}

input, select, textarea	{
	padding: 2px 3px;
	width: 250px;
	}

select	{
	width: 260px;
	}

.flong	{
	width: 430px;
	}

label.flong	{
	width: 435px;
	}

.required:after	{ /* not working in MSIE7 */
	content:"* Povinná položka";
	font-weight: normal;
	font-size: 10px;
	float: right;
	}

form#contact-form	{
	background: url('../img/pencil.png') 350px 0 no-repeat;
	margin-top: 35px;
	}

.roundedborder	{
	padding: 0;
	border: none;
	display: block;
	}

.relative_div	{
	margin-bottom: 15px;
	border: 1px solid #b4b48e;
	border-radius: 8px;
	position: relative;
	}

.periscope .relative_div	{
	padding: 15px 45px 15px 75px;
	}

.relative_div span.arr_bottom	{
	background: url('../img/arr-dn-fff.png') no-repeat;
	width: 60px;
	height: 8px;
	position: absolute;
	left: 30px;
	bottom: -8px;
	z-index: 10;
	}

.roundedborder legend	{
	padding: 6px 0 0 56px;
	height: 39px;
	position: absolute;
	top: 17px;
	left: 17px;
	}

form.periscope h3	{
	background: url('../img/no1.png') center left no-repeat;
	padding: 15px 0 15px 60px;
	margin: 0 0 0 -55px;
	font-size: 16px;
	color: #a94c2c;
	}

form.periscope label	{
	width: 9em;
	display: inline-block;
	font-weight: normal;
	}

form.periscope input	{
	border: 1px solid #abadb3;
	}

form#marketplace-step2 h3	{
	background: url('../img/no2.png') center left no-repeat;
	}

form#marketplace-step2 table	{
	width: 100%;
	margin-bottom: 15px;
	}

form#marketplace-step2 table th	{
	background: #b4b48e;
	padding: 5px 8px;
	border: 1px solid #fff;
	border-top: 1px solid #b4b48e;
	color: #fff;
	text-align: left;
	font-weight: normal;
	}

form#marketplace-step2 table th:first-child	{
	border-left: 1px solid #b4b48e;
	}

form#marketplace-step2 table th:last-child	{
	border-right: 1px solid #b4b48e;
	}

form#marketplace-step2 table td	{
	padding: 5px 8px;
	border: 1px solid #b4b48e;
	}

.arrlink	{
	background: #f2f2eb url('../img/bg-abc.png') 25px 224px no-repeat;
	border: 1px solid #b4b48e;
	padding: 17px;
	margin: 20px 10px;
	width: 264px;
	height: 250px;
	text-decoration: none;
	display: block;
	float: left;
	position: relative;
	border-radius: 10px;
	}

.arrlink:hover	{
	background: #e9e9dc url('../img/bg-abc.png') 25px 224px no-repeat;
	}

.arrlink span.h	{
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 45px;
	margin: 0;
	color: #ec703a;
	font-weight: bold;
	font-size: 110%;
	display: block;
	}

.arrlink.db-cz	{
	margin-left: 0;
	}

.arrlink.db-de	{
	margin-left: 0;
	}

.arrlink.db-universal	{
	margin-left: 0;
	}

.arrlink.db-pl	{
	margin-right: 0;
	}
.arrlink.db-universal span.h	{
	background-image: url('../img/flag-universal.png');
	}

.arrlink.db-cz span.h	{
	background-image: url('../img/flag-cz-big.png');
	}

.arrlink.db-de span.h	{
	background-image: url('../img/flag-de-big.png');
	}

.arrlink.db-pl span.h	{
	background-image: url('../img/flag-pl-big.png');
	}

.arrlink span.p	{
	color: #000;
	}

.arrlink span.arr	{
	background: url('../img/arr-dn-champ.png') 0 0 no-repeat;
	padding: 0;
	margin: 0;
	width: 57px;
	height: 8px;
	display: block;
	position: absolute;
	bottom: -8px;
	left: 25px;
	}

.arrlink:hover span.arr	{
	background: url('../img/arr-dn-champ2.png') 0 0 no-repeat;
	}

.contact-db-cat h3	{
	border: 1px solid #b4b48e;
	padding: 17px;
	margin: 20px 0;
	color: #ec703a;
	border-radius: 10px;
	position: relative;
	}

.contact-db-cat h3 img	{
	margin-right: 15px;
	vertical-align: middle;
	}

.contact-db-cat h3 span.arr	{
	background: url('../img/arr-dn-fff.png') 0 0 no-repeat;
	padding: 0;
	margin: 0;
	width: 57px;
	height: 8px;
	display: block;
	position: absolute;
	bottom: -8px;
	left: 25px;
	}


.contact-db-cat ul	{
	padding: 0;
	margin: 0;
	list-style-type: none;
	}

.contact-db-cat ul li	{
	padding: 0;
	margin: 0;
	margin-top: -1px;
	border: 1px solid #b4b48e;
	border-left: none;
	border-right: none;
	display: block;
	}

.contact-db-cat ul li a	{
	padding: 8px;
	margin: 0;
	color: #ec703a;
	font-weight: bold;
	font-size: 115%;
	line-height: 100%;
	text-decoration: none;
	display: block;
	}

.ie7 .contact-db-cat ul li a	{
	width: 604px;
	}

.contact-db-cat ul li a:hover	{
	background: #f2f2eb url('../img/arr-item-h.png') 595px 50% no-repeat;
	}

.contact-db-cat ul li a span	{
	color: #000;
	font-weight: normal;
	font-size: 70%;
	}

.contact-item	{
	padding: 15px 10px;
	margin-top: -1px;
	border: 1px solid #b4b48e;
	border-left: none;
	border-right: none;
	}

.contact-item h4	{
	padding: 0;
	margin: 0 0 10px 0;
	color: #a94c2c;
	font-size: 110%;
	}

.contact-db-cat ul li span.desc	{
	margin: 1em 100px .8em 0;
	display: block;
	font-size: 90%;
	}

.found-trips h3	{
	background: url('../img/ico-search2.png') 20px 50% no-repeat;
	border: 1px solid #b4b48e;
	/* padding: 17px; */
	padding: 30px 17px;
	padding-left: 60px;
	margin: 20px 0;
	color: #ec703a;
	border-radius: 10px;
	position: relative;
	}

.found-trips h3 span.arr	{
	background: url('../img/arr-dn-fff.png') 0 0 no-repeat;
	padding: 0;
	margin: 0;
	width: 57px;
	height: 8px;
	display: block;
	position: absolute;
	bottom: -8px;
	left: 25px;
	}


.found-trips table	{
	width: 100%;
	margin-bottom: 15px;
	}

.found-trips table tr:hover	{
	background: #f2f2eb;
	}

.found-trips table th	{
	background: #e8e8dc;
	padding: 10px 8px !important;
	border: 1px solid #fff;
	border-bottom-width: 2px !important;
	color: #4c4c4c;
	font-size: 110%;
	text-align: left;
	font-weight: normal;
	}

.found-trips table th:first-child	{
	border-left: 1px solid #fff;
	width: 190px;
	color: #ec703a;
	font-weight: bold;
	}

.found-trips table th:last-child	{
	border-right: 1px solid #fff;
	}


.found-trips table th, .found-trips table td	{
	padding: 5px 8px;
	border: 1px solid #b4b48e;
	vertical-align: middle;
	}

.found-trips table td:first-child	{
	border-left: 1px solid #fff;
	}

.found-trips table td:last-child	{
	border-right: 1px solid #fff;
	}

.found-trips table td strong	{
	font-size: 130%;
	text-align: center;
	display: block;
	}

.found-trips table td a	{
	font-weight: bold;
	text-decoration: none;
	display: block;
	}

.found-trips table td:last-child	{
	padding: 0;
	}

.found-trips table td:last-child a	{
	margin: 0 auto;
	width: 60px;
	height: 35px;
	position: relative;
	overflow: hidden;
	color: #fff;
	}

.found-trips table tr:hover td:last-child a	{
	color: #f2f2eb;
	}

.found-trips table td:last-child a span	{
	background: url('../img/arr-item.png') 50% 50% no-repeat;
	width: 60px;
	height: 35px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	}

.found-trips table tr:hover td:last-child a span	{
	background: url('../img/arr-item-h.png') center no-repeat;
	}

/* turistika */
.turistika_head_h3	{
	color: #00677a;
	margin: 0;
	padding: 0 0 19px 0;
	font-size: 180%;
	font-family: Georgia, 'New York CE', utopia, serif;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
}
.turistika_item_img	{
	width: 350px;
	float: left;
	padding: 0;
}
.turistika_item_img p {
	margin: 0;
	padding: 0;
}
.turistika_item_text	{
	float: left;
	width: 250px;
	padding: 0;
}
.turistika_item_text p	{
	padding: 15px;
	margin: 0;
	color: #666;
}
.turistika_item_gallery	{
	clear: both;
	padding: 8px 0;
}
.additional_info_h3	{
	margin: 0;
	padding: 15px;
   border-bottom: 1px solid #ccc;
	color: #666;
	position: relative;
	background: #ffffb7;
	font-size: 105%;	
}
.additional_info_h3	span	{
	position: absolute;
	left: 0;
	bottom: -7px;
	z-index: 10;
	width: 60px;
	height: 7px;
	background: url('../img/arr-dn.png') no-repeat;	
}
.additional_info	{
	width: 100%;
	border-collapse: collapse;
	margin-top: 18px;
}
.additional_info2	{
	width: 100%;
	font-size: 95%;
	font-family: 'Arial CE',Arial, Arial, Georgia, 'New York CE', utopia, serif;
}
.additional_info td	{
	font-size: 80%;
	font-family: 'Arial CE',Arial, Arial, Georgia, 'New York CE', utopia, serif;
}
.additional_info td.cell-1	{
	padding-left: 66px;
}
.additional_info td.cell-2	{
	color: #00677a;
	text-align: right;
	padding-right: 20px;	
}
.additional_info td.doprava	{
	background: url('../img/ico-rail.png') 21px center no-repeat;	
}
.additional_info td.vstupne	{
	background: url('../img/ico-ticket.png') 21px center no-repeat;	
}
.additional_info td.oteviraci-doba	{
	background: url('../img/ico-ohours.png') 21px center no-repeat;	
}
.additional_info td.region	{
	background: url('../img/ico-region.png') 21px center no-repeat;	
}

.vysledky-hledani	{
	font-size: 13px;
	font-family: 'Arial CE',Arial, Arial, Georgia, 'New York CE', utopia, serif;
}


/*
    // ========================================== \\
   ||                                              ||
   ||             DYNWEB styles end                ||
   ||                                              ||
    \\ ========================================== //
*/


/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* ==|== media queries ====================================================== */

@media only screen and (min-width: 480px) {


}

@media only screen and (min-width: 768px) {

}

/* ==|== print styles ======================================================= */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
