/*
Copyright 2010, JT WebDesign Studio - http://www.jtwds.cz/
*/



@media screen { /* MEDIA-SCREEN START */


/* Elements */

body {
	background-color: #eeeff3;
	padding: 0; margin: 0;
}

body, h1, h2, h3, h4, h5, h6, th, td, ul, ol {
	font: 11pt Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 150%;
	color: #262626;
}

h1, h2, h3, h4, h5, h6, div, tr, th, td, fieldset, legend, label, img, form {
	padding: 0; margin: 0;
	border: none;
}

table {
	border-collapse: collapse;
	width: 100%;
}

a {
	text-decoration: underline;
	color: #483d8b;
}

a:hover {
	text-decoration: none;
	color: #c93031;
}

h1 {
	font: bold 22pt Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #464646;
	margin-bottom: 25px;
}

h2 {
	font: bold 12pt Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #808080;
	background-color: #e6e8ed;
	padding-left: 1px;
	margin-top: 25px;
}

p, ul, ol, th, td {
	text-align: justify;
}

input, textarea, select {
	font-size: 1em;
}

ul.arrow {
	list-style: none;
	padding: 0;
	margin: 13px 0;
}

ul.arrow li {
	background: transparent url(/images/sipka-3.png) no-repeat 0 9px;
	padding-left: 15px;
}


/* Classes */

.a-left {
	text-align: left !important;
}

.a-center {
	text-align: center !important;
}

.a-right {
	text-align: right !important;
}

.a-justify {
	text-align: justify !important;
}

.f-strong {
	font-weight: bold !important;
}

.f-italic {
	font-style: italic !important;
}

.f-underline {
	text-decoration: underline !important;
}

.colgroup-2 .col-1 {
	float: left;
	width: 365px;
	margin-right: 10px;
	overflow: hidden;
}

.colgroup-2 .col-2 {
	float: left;
	width: 365px;
	overflow: hidden;
}

.fix {
	background-color: transparent;
	font: 1px/1px sans-serif;
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0;
}


/* ID's */

#global {
	width: 960px;
	margin: 20px;
}

#leftbox {
	width: 200px;
	overflow: hidden;
	float: left;
}

#logo {
	text-align: center;
	margin: 0;
}

#logo img {
	width: 180px;
	height: 149px;
}

#menu {
	border-top: 1px dotted #808080;
	list-style: none;
	margin: 30px 0;
	padding: 0;
}

#menu li {
	border-bottom: 1px dotted #808080;
	font-weight: bold;
	padding: 5px;
}

#menu li a {
	background: transparent url(/images/sipka-2.png) no-repeat left center;
	text-decoration: none;
	padding-left: 15px;
	color: #262626;
}

#menu li a.active {
	background: transparent url(/images/sipka-1.png) no-repeat left center;
	color: #c93031;
}

#menu li a:hover {
	background: transparent url(/images/sipka-1.png) no-repeat left center;
	text-decoration: underline;
	color: #c93031;
}

#travel {
	background: transparent url(/images/mapa-cr.gif) no-repeat center center;
	height: 188px;
}

#travel p {
	text-align: center;
	padding: 108px 25px 0 25px;
}

#travel a {
	font-weight: bold;
	color: #c93031;
}

#language {
	text-align: center;
	margin-top: 25px;
}

#content {
	width: 740px;
	margin-left: 20px;
	overflow: hidden;
	float: left;
}

#content p:first-child, #content h2:first-child {
	margin-top: 0;
}

#content p:last-child, #content h2:last-child {
	margin-bottom: 0;
}

#reservation-map {
	background: url(/images/mapa-evropa.jpg) no-repeat;
	width: 740px;
	height: 610px;
	position: relative;
	overflow: hidden;
}

#reservation-map iframe {
	background-color: #ffffff;
	border: 2px solid #ababab;
	position: absolute;
	top: 30px;
	left: 40px;
	width: 350px;
	height: 375px;
}

#reservation-map #flags {
	background: transparent url(/images/pozadi-vlajky.png);
	border: 2px solid #ababab;
	position: absolute;
	top: 30px;
	left: 430px;
	width: 250px;
	height: 355px;
	padding: 10px;
	overflow: hidden;
}

#reservation-map #flags img {
	width: 27px;
	height: 17px;
	margin-right: 5px;
}

#reservation-map #flags .col-1 {
	float: left;
	width: 120px;
	margin-right: 10px;
	overflow: hidden;
}

#reservation-map #flags .col-2 {
	float: left;
	width: 120px;
	overflow: hidden;
}

#reservation-map #help {
	background: transparent url(/images/pozadi-vlajky.png);
	border: 2px solid #ababab;
	position: absolute;
	top: 431px;
	left: 40px;
	width: 640px;
	padding: 10px;
	overflow: hidden;
}

#footer {
	border-top: 1px solid #c0c0c0;
	font-size: 10pt;
	color: #808080;
	text-align: right;
	padding-top: 5px;
	margin-top: 30px;
}

#footer a {
	text-decoration: none;
	color: #808080;
	cursor: text;
}


} /* MEDIA-SCREEN END */



@media print { /* MEDIA-PRINT START */


/* Elements */

body {
	font: 11pt Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
}

p, ul, ol, th, td {
	text-align: justify;
}

img {
	border: none;
}


/* Classes */

.fix {
	display: none;
}


/* ID's */

#logo img {
	width: 135px;
	height: 112px;
}

#menu, #travel, #language, #flags, #reservation-map iframe {
	display: none;
}


} /* MEDIA-PRINT END */
