/***************************************************
	Copyright (C) 2006 Jakub Slováček
	http://slovacek.eu/
	
	CSS for screen, projection and TV
***************************************************/

body {
		margin: 0 0 0 0;
		padding: 10px;
		font-family: "Segoe UI", Tahoma, Verdana, Arial, Helvetica, sans-serif;
		text-align: center;
		font-size: 11px;
		color: #000000;
		background-color: #001459;
		/*background-image: url(../images/bg.png);*/
}

/* Layout */
div#bg-top {
		background:url(../images/bg-top.png);
		height: 226px;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		z-index: -1;
}
div#page {
		width: 765px;
		margin: 0 auto;
		border: 1px solid #C4D8EB;
		text-align: left;
		background: #FFFFFF;
}
div#header {
		background: url(../images/header-full.png);
		background-repeat: no-repeat;
		height: 196px;
		text-align: right;
		font-size: 20px;
		width: 765px;
}
div#main {
		clear:both;
		background: #FFFFFF;
		width: 765px;
}
div#footer {
		border-top: 1px solid #0B1559;
		background: #FFFFFF;
		clear:both;
		text-align:center;
		padding-top:5px;
}
div#left {
		width: 258px;
}
div#right {
		float:right;
		width: 507px;
		font-size: 9pt;
}
div#print-button {
		margin-left: 700px;
		margin-top: -30px;
		margin-bottom: 10px;
}
h1#print-handheld {
		display: none;
}
.tree-navigation {
		font-size: 9px;
		margin-bottom: 10px;
		color: #686868;
}
.tree-navigation a {
		color: #686868;
}

/* Menu */
div#menu {

}
div#menu ul {
		list-style: none;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
}
div#menu ul li {
		width: 258px;
		font-weight: bold;
		line-height: 18px;
		list-style: none;
		display: block;
}
div#menu ul li a {
		font-weight: bold;
		display: block;
		text-decoration: none;
		padding: 3px 0 2px 10px;
		margin: 0;
		color: #FFFFFF;
		background-color:#9E9E9E;
		background: url(../images/menu-bg.png);
		text-align: left;
}
div#menu ul li a:hover {
		color: #999999;
		background-color:#D3D3D3;
		background: url(../images/menu-bg-hover.png);
		/*text-align: right;*/
		padding-right: 10px;
		padding-top: 3px;
}
div#menu ul li a.selected {
		color: #000000;
		background-color:#D3D3D3;
		background: url(../images/menu-bg-hover.png);
		text-align: right;
		padding-right: 10px;
		padding-top: 3px;
}


/* Základní nastavení */
h1, h2 {
		padding: 0 0 0 0;
		margin: 0 0 10px 0;
		background-color:#FFFFFF;
		color: #002462;
		font: normal 18px Tahoma,sans-serif;
}
h1 small, h3 small {
		font: bold 14px Tahoma,sans-serif;
		background-color:#FFFFFF;
		color: #000000;
}
h4 {
		font: bold 12px Tahoma,sans-serif;
}
p {
		margin:0 0 12px 0;
		padding:0;
}
a {
		color: #002A5A;
		background-color:#FFFFFF;
		text-decoration: underline;
}
a:hover {
		text-decoration: none;
}
table {
		font-size: 8pt;
}

/* Levy panel */
#box-our-destionation {
		
}
#box-language-select {
		/*background: #ffffff;
		color: #000000;
		padding:20px 0 20px 20px;
		border-right:1px dotted #336699;
		border-bottom:1px dotted #336699;*/
		position: absolute;
		margin-left: 650px;
		margin-top: 10px;
}
#box-language-select img {
	margin-bottom: -2px;
}
#box-contact {
		background: #ffffff;
		color: #000000;
		padding: 40px 20px 40px 20px;
		border-right:1px dotted #336699;
}
#box-search {
		background: #002A5A;
		color: #FFFFFF;
		padding:20px;
}
#box-copyright {
		background: #003F84;
		color: #FFFFFF;
		padding:20px;
}
#box-copyright a {
		background: #003F84;
		color: #FFFFFF;
}
#lang-select-handheld {
		display: none;
}
#h3-handheld {
		display: none;
}

/* Formulare */
input, textarea, select {
		border: 1px solid #AED4FF;
		font: normal 11px Tahoma,sans-serif;
}
input, select {
		width: 350px;
}
input.submit {
		font-weight: bold;
		background-color: #004593;
		color: #FFFFFF;
}
select {
		background-color: #004593;
		color: #FFFFFF;
}
#box-search input {
		width: 140px;
}
#box-search input.submit {
		width: 60px;
		margin-left: 10px;
		background-color: #62973B;
		border-color: #AAE451;
}

/* Index (homepage) */
#welcome {
		border-bottom:1px dotted #336699;
		padding-bottom: 20px;
}
#welcome ul {
		margin-left: 185px;
}
#welcome ul li {
		list-style-type: square;
}
#rightbox {
		float: right;
		background: #D4EBB5;
		width:160px;
		margin: -2px 0 0 0;
		padding: 10px;
		color: #000000;
}
#rightbox a {
		background: #D4EBB5;
		color: #002A5A;
}
#rightbox hr {
		border-right: none;
		border-left: none;
		border-top: 1px dashed #AACB7F;
		border-bottom: 1px dotted #C2D9A3;
		margin: 10px;
}
#keynotes {
		border-bottom:1px dotted #336699;
		padding: 20px;
		width:260px;
}
#news {
		border-bottom:1px dotted #336699;
		padding: 20px 20px 0px 20px;
		width:260px;
}

/* Fotogalerie */
.album a {
		float: left;
		text-align: center;
		margin: 0 10px 0px 10px;
}

.album a img {
		background-color: #FFF;
		padding: 16px;
		border: 1px solid #DDD;
}

a:hover img.sgThumbnailAlbum, a:hover img.sgThumbGallery {
		border: 1px solid #BBB;
}

/* OSTATNÍ */
table.trucks {
		border:1px solid #CCCCCC;
}
table.trucks td.header {
		background: #E6E6E6;
		padding-bottom: 3px;
		font-weight: bold;
}
table.trucks td {
		padding: 3px;
		border-bottom:1px solid #E6E6E6;
}
div.sitemap li, div.price-calc li {
		padding-top: 2px;
		padding-bottom: 2px;
}
div.sitemap ul.u1 {
		list-style-image: url('../images/li-square.png');
		list-style-type: none;
}
div.sitemap ul.u2 {
		list-style-image: url('../images/li-disk.png');
		list-style-type: none;
}
div.sitemap ul.u3 {
		list-style-image: url('../images/li-circle.png');
		list-style-type: none;
}
div.price-calc ul {
		list-style-image: url('../images/li-square.png');
		list-style-type: none;
		font: bold 16px arial;
}
