@charset "utf-8";
/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
/**/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}
/**/

body {
	font: 70% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

/* target: Safari 
@media screen and (-webkit-min-device-pixel-ratio:0) {
	body { 
		font: 10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	}
}
/* */
#container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	padding: 0 3px 0 3px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin-bottom: 3px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	width: 760px;
	height: 229px;
	background:url(images/header_bg.jpg) no-repeat;
}

#menu {
	margin: 0;
	margin-bottom: 3px;
	list-style-type: none;
	width: 760px;
	height: 61px;
	background:url(images/main_menu_bg.png) no-repeat;
}

#menu li {
	float: left;
	display: inline;
	width: 151px;
	height: 61px;
	margin-right: 1px;
	font-size: 1em;
	text-align: center;
}

#menu li a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	width: 151px;
	height: 48px;
	padding-top: 13px;
	text-decoration: none;
	color: #fff;
	letter-spacing: -0.06em;
}

#menu li a strong {
	font-weight: normal;
	font-size: 1.5em;
	color: #555555;
}

#menu li a:hover {
	background:url(images/main_menu_hl.png) center center no-repeat;
}

#contentContainer {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	padding-bottom: 1em;	
}

#featured {
	width: 746px;
	overflow: hidden;
	margin-bottom: 3px;
	list-style-type: none;
	background-color: #e3e3e3;
	height: 137px;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 14px;
}

#featured li {
	position: relative;
	width: 168px;
	margin-right: 20px;
	display: inline;
	float: left;
}

#featured li.last {
	margin-right: 0px;
}

#featured li a {
	color: #3d3d3d;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 168px;
}

#featured li a img {
	border: 1px solid #878787;
}

#featured li a em {
	position: absolute;
	font-size: 0.95em;
	color: #fff;
	background-color: #878787;
	right: 26px;
	bottom: 33px !important;
	bottom: 32px;
	padding: 0.1em;
	cursor: pointer;
}

#featured li a span {
	overflow: hidden;
	text-align: right;
	margin-top: 3px;
	background: url(images/featured_subtitle.png) no-repeat;
	display: block;
	width: 163px;
	height: 28px;
	padding-top: 1px;
	padding-right: 5px;
	font-size: 1em;
	line-height: 1.15em !important;
	line-height: 1.2em;
	cursor: pointer;
}

#featured li a span strong {
	float: left;
	margin-left: 5px;
	margin-top: 1px;
	color: #fff;
	letter-spacing: -0.04em;
	font-size: 1.2em;
}

#sidebar1 {
	float: right;
	/*margin-right: 20px !important;
	margin-right: 10px;*/
	margin-top: 0.5em;
	width: 192px;
	background-color: #e3e3e3;
	padding-top: 15px;
	padding-bottom: 15px;
}

#sidebar1 h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 10px;
	color: #004a96;
	margin-bottom: 0.5em;
}

#sidebar1 p {
	margin-left: 20px;
	margin-right: 10px;
}

#sidebar1 img.border {
	margin-left: 20px;
}

#sidebar1 strong {
	font-weight: bold;
}

#sidebar1 em {
	float: right;
	margin-right: 10px;
	font-weight: bold;
	color: #004a96;
}

#sidebar1 a {
	color: #004a96;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #004a96;
}

#sidebar1 a:hover {
	border-bottom: none;
}

.sidebanner {
	background-color: #fff;
	padding-top: 0.5em;
	margin-top: 15px;
	margin-bottom: -15px;
}

.sidebanner a {
	border: none !important;
}

#mainContent {
	margin-right: 237px;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	padding-top: 1em;
}

#mainContent ul {
	margin-left: 1.5em;
}

#mainContent ul li {
	line-height: 1.7em;
	padding-left: 8px;
	background: url(images/bullet.png) left 0.6em no-repeat;
}

#mainContent ul li p {
	margin: 0;
	padding: 0;
}

#mainContent a {
	color: #004a96;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #004a96;
}

#mainContent a:hover {
	border-bottom: none;
}

#mainContent h2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #004a96;
	margin-bottom: 0.5em;
}

#mainContent h3 {
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: bold;
	color: #8fc400;
}

#mainContent h4 {
	font-size: 1.2em;
	font-weight: bold;
	color: #7d7d7d;
}

#mainContent h5 {
	font-size: 1.2em;
	font-weight: bold;
	color: #6692c0;
}
	
#mainContent .underline {
	border-bottom: 1px dotted #8b8b8b;
	padding-bottom: 1px;
}

#mainContent table {
	margin-bottom: 0.5em;
	font-size: 1em !important;
}

#mainContent table tr td, #mainContent table tr th {
	border-top: 1px dotted #d0d0d0;
	border-bottom: 1px dotted #d0d0d0;
	border-collapse: collapse;
}

#mainContent table tr th {
	font-weight: bold;
}


#mainContent table tr.first td {
	border-top: none;
}

#mainContent table td {
	padding: 3px;
	padding-left: 6px;
}

#mainContent table td.img {
	/* width: 22px;*/
	text-align: right;
	padding-left: 3px;
}

#mainContent table td.cena {
	text-align: right;
	font-weight: bold;
	color: #98c61d;
	width: 5em;
	border-left: 1px dotted #d0d0d0;
	padding-left: 0px:
}


#mainContent em {
	color: #98c61d;
	font-weight: bold;
}

#mainContent strong {
	font-weight: bold;
}

#mainContent input, textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 2px;
	border: 1px solid #98c61d;
	margin-top: 0.5em;
	width: 95%;
}

#mainContent select {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 2px;
	border: 1px solid #98c61d;
	margin-top: 0.5em;
	width: 95%;   
}

#mainContent textarea {
	height: 9em;
}

#mainContent .letalske_karte {
	width: 97%;
	margin-bottom: 0.5em;
}

#mainContent .letalske_karte tr td {
	border-top: 1px dotted #d0d0d0;
}

#mainContent .letalske_karte tr.first td {
	border-top: none;
}

#mainContent .letalske_karte td {
	padding: 3px;
	padding-left: 6px;
}

#mainContent .letalske_karte td.img {
	/* width: 22px;*/
	text-align: right;
	padding-left: 3px;
}

#mainContent .letalske_karte td.cena {
	text-align: right;
	font-weight: bold;
	color: #98c61d;
	width: 5em;
	border-left: 1px dotted #d0d0d0;
	padding-left: 0px;
}

.ao {
    overflow: auto;
}

.infoBlock img {
	float: left;
	background: #f2f2f2;
	padding: 2px;
	border: 1px solid #98c61d;
	margin-right: 0.7em;
}

.infoBlock br {
	font-size: 0.5em;
}

.infoBlock a {
	color: #004a96;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #004a96;
}

.infoBlock a:hover {
	border-bottom: none;
}

.grayBlock {
	position: relative;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	padding-left: 1em;
	padding-right: 1.5em;
	background-color: #d5d5d5;
}

.grayBlock img.stars {
	position: absolute;
	z-index: 1;
	right: -10px !important;
	right: 3px;
	top: -9px;
}

.grayBlock select {
	width: 97%;
}

#leftCol {
	width: 231px;
	padding-right: 14px;
	padding-bottom: 1em;
	float: left;
	background: url(images/dotted_bg.jpg) repeat-y right top;
	margin-right: 25px;
}

#leftCol.big {
	width: auto;
	padding-right: 0px;
	padding-bottom: 1em;
	float: none;
	background: none;
	margin-right: 0;
}

#mainContent.equal #leftCol {
	margin-right: 14px !important;
}

#rightCol {
	background: url(images/dotted_bg.jpg) repeat-y 244px top;
	padding-bottom: 1em;
	padding-left: 270px;
}

#rightCol.big {
	position: relative;
	background: url(images/dotted_bg.jpg) repeat-y 0px top;
	padding-left: 14px;
	width: 480px;
	margin-left: 270px;
	margin-right: 0px !important;
	margin-right: -245px;
	left: -26px !important;
	left: -29px;
}

#mainContent.equal #rightCol {
	padding-left: 259px !important;
}

/* target: IE7 only */
*+html #rightCol.big {
	margin-right: -245px !important;
	}

img.border {
	background: #f2f2f2;
	padding: 2px;
	border: 1px solid #98c61d;
	margin-right: 0.7em;
	margin-top: 0.5em;
}

#footer {
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
	background:#e3e3e3;
	color: #363636;
	margin-top: 1em;
}

#footer a {
	text-decoration: none;
	color: #363636;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p {
	font-weight: bold;
}

.floatleft {
	float: left;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

hr {
/*	clear: both; */
	/*clear: left;*/
    height: 1px;
    border-bottom: 1px dotted #d0d0d0;
	border-top: 1px solid #fff;
	border-right: 1px dotted #fff;
	border-left: 1px dotted #fff;
	color: #fff;
	background-color: #FFF;
    margin: 7px 0 !important;
	margin: 0;
}
