@media screen {

    html {
	overflow-y: scroll;
    }

    body {
	margin: 5px 0 20px 0;
    }

    /* Rozlozeni prvku na obrazovce */
    div.page {
	width: 980px;
	margin: auto;
    }

    div.header {
	height: 160px;
	background-image: url("img/hlavicka.jpg");
    }

    div.header_pro_cleny {
	height: 160px;
	background-image: url("img/hlavicka_pro_cleny.jpg");
    }

    div.hmenu_shadow {
	height: 23px;
	background-color: #999999;
	margin-bottom: 10px;
    }

    div.hmenu {
	position: relative;
	top: -2px;
	left: 2px;
	width: 936px;
	height: 20px;
	overflow: visible;
	text-align: center;
	background: #fffe98;
	padding: 3px 20px 0 20px;
    }

    div.vmenu {
	float: left;
	width: 160px;
	overflow: hidden;
	background-image: url("img/gradient.png");
	background-repeat: repeat-x;
	padding: 5px;
	margin-right: 10px;
    }

    div.main {
	overflow: hidden;
	border-left: solid 2px #878787;
	padding-left: 10px;
    }

    select option.nodata {
	color: grey;
    }

    h1.form {
	font-size: 16px;
	color: #185028;
	font-weight: bold;
    }

    h3.form {
	font-size: 16px;
	color: #185028;
	font-weight: bold;
	text-align:left;
	margin: 5px 0 5px 15px;
    }

    a.form {
	text-decoration: none;
	color: blue;
    }

}

@media print {
    div.header, div.hmenu_shadow, div.hmenu_shadow, div.vmenu, form.jenobrazovka {
	display: none;
    }

    table {
	border-collapse: collapse;
	border-spacing: 0;
    }

    table, th, td {
	border: 1px solid black;
    }

    select option.nodata {
	color: grey;
    }

    h1.form {
	font-size: 16px;
	color: #185028;
	font-weight: bold;
    }

    h3.form {
	font-size: 16px;
	color: #185028;
	font-weight: bold;
	text-align:left;
	margin: 5px 0 5px 15px;
    }

    a.form {
	text-decoration: none;
	color: black;
    }

}

/* Obtekane obrazky */
img.left, img.left_noclean {
    float: left;
    border: 0;
    padding: 0;
    margin: 15px 15px 15px 0;
    border-collapse: collapse;
}

img.left, img.right {
    clear: both;
}

img.right, img.right_noclean {
    float: right;
    border: 0;
    padding: 0;
    margin: 15px 0 15px 15px;
    border-collapse: collapse;
}


/* horizontalni menu */
ul.horizontal_menu a {
    color: black;
    text-decoration:none;
    margin: 0 20px 0 0;
}

.horizontal_menu {
    display: inline;
    padding: 0;
    list-style: none;
    white-space: nowrap;
    font-weight: bold;
    font-size: 15px;
    height: 23px;
    margin: 3px 0 0 0;
}

.horizontal_menu>li {
    display: inline-block;
    background: #fffe98;
}

ul.horizontal_menu>li ul {
    text-align: left;
    padding: 0;
    list-style: none;
}

.horizontal_menu ul {
    z-index: 10;
    position: absolute;
    display: none;
    border-top: none;
    margin-top: -1px;
    letter-spacing: normal;
    padding: 0;
    list-style: none;
}

.horizontal_menu li:hover ul {
    display: block;
}

.horizontal_menu li:hover a.horizontal {
    background: yellow;
}

.horizontal_menu ul li {
    padding: 3px 0;
    background-color: #fffe98;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

.horizontal_menu ul li.last_child {
    padding: 0;
    height: 40px;
    background: transparent;
    border: none;
}

.horizontal_menu ul li a {
    padding: 0px 8px;
    margin: 0px 2px;
    display: block;
}

.horizontal_menu ul li a:hover {
    background: #dbe1e9;
}

.horizontal_menu ul li:first-child {
    padding: 12px 0 3px 0;
}

.horizontal_menu_footer1 {
    height: 1px;
    margin: 0 1px;
    border-left: 1px solid black;
    border-right: 1px solid black;
    background-color: #fffe98;
}

.horizontal_menu_footer2 {
    height: 1px;
    margin: 0 2px;
    border-left: 2px solid black;
    border-right: 2px solid black;
    background-color: #fffe98;
}

.horizontal_menu_footer3 {
    height: 1px;
    margin: 0 4px;
    background-color: #fffe98;
    background-color: black;
}

/* vertikalni menu */
ul.vertical_menu a {
    color: black;
    text-decoration:none;
}

ul.vertical_menu>LI, ul.vertical_menu>LI>A  {
    display: block;
    width: 100%;
    padding: 1px 0;
}

ul.vertical_menu>LI>A:hover {
    background: #dbe1e9;
}

ul.vertical_menu {
    width: 100%;
    display:table;
    list-style:none;
    padding:0px;
    margin:2px 0px auto 0px;
    white-space:nowrap;
    font-weight:bold;
    font-size:80%;
}

.vmenu>h2 {
    margin: 0 0 20px 0;
    color: #4551ae;
}

.vertical_menu_mark {
    background: #e8e8e8;
}

/* Tabulky pouzivane pro vysledkove listiny */

table.results {
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;

    border: 1px solid black;
    width: 100%;
}

table.results tr td {
    padding: 1px 5px;
}

table.wide {
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    width: 100%;
}

td.refer, tr.refer {
    background: #b5b5b3;
    font-weight: bold;
}

td.infomark {
    background: #e6e2e6;
    border: 1px solid black;
}

/* Tabulka Letadla v hangaru */
table.planes {
    width: 100%;
    border-collapse: separate;
}

table.planes td {
    width: 50%;
    vertical-align: top;
    padding: 0 40px;
}
/* Ostatni */
div.clean {
    clear: both;
}

.table_center {
    margin-left: auto;
    margin-right: auto;
    border-spacing: 7px 0;
}

.table_rules {
    border: 1px solid black;
    border-collapse: collapse;
}

.table_rules td {
    border: 1px solid black;
    padding: 2px 10px;
}

.table_right {
    margin-left: auto;
    margin-right: 0;
    border-spacing: 7px 0;
}

.table_login {
    margin: auto;
    border-spacing: 7px 7px;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

h1, h2, h3 {
    text-align: center;
}

p {
    text-align: justify;
}

a img {
    border: 0;
    margin: 5px;
}

.link {
    float: right;
    text-align: right;
}

td.space {
    padding-top: 2.5em;
}

table.ostatni_sluzby {
    width: 100%;
    border-spacing: 15px 0;
    border: 3px solid gray;
    background: #a3ced9;
}

table.seskoky {
    width: 100%;
    border-spacing: 15px 0;
    text-align: center;
}

table.obrazek_tydne {
    width: 100%;
    border-spacing: 0;
    border: 1px solid #cbcbcb;
    background: #ececec;
    text-align: center;
}

table.meteogram {
    width: 100%;
    border-spacing: 0;
    border: 1px solid #a0a0a0;
    background: #ececec;
    text-align: center;
}

ul.nomark {
    list-style-type: none;
}

a.nohighlight {
    color: black;
    text-decoration: none;
}

p.error {
    color: red;
}

p.helpwanted {
    display: none;
}

a.nochange {
    color: blue;
    text-decoration: none;
}

table.links {
    border-spacing: 20px 0;
}

a.linksa {
    text-decoration: underline;
    color: blue;
    font-size: 110%;
}

a.linksb {
    text-decoration: none;
    color: black;
}

.rozpis_kluzaku {
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    width: 95%;
}

.rozpis_kluzaku i {
    color: gray;
}

.rozpis_kluzaku td {
    border: 1px solid #D3D3D3;
    padding: 1px 5px;
}

.rozpis_kluzaku th {
    border: 2px solid #D3D3D3;
}


.rozpis_kluzaku tbody.separator, tbody.separator td {
    border: 0;
    height: 10px;
}

.technicka_data {
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    text-align: right;
    font-size: 70%;
}

.technicka_data th {
    text-align: center;
}

.technicka_data td,th {
    border: 1px solid black;
    padding: 1px 2px;
}

p.small {
    font-size: 70%;
}

p.highlight {
    background: #D3D3D3;
}

p.datum {
    text-align: right;
    color: #736F6E;
    font-size: 75%;
}


.hotspot {
    color:#900;
    padding-bottom:1px;
    border-bottom:1px dotted #900;
    cursor:pointer
}

#tt {
    position:absolute;
    display:block;
    background:url(img/tt_left.gif) top left no-repeat;
}

#tttop {
    display:block;
    height:5px;
    margin-left:5px;
    background:url(img/tt_top.gif) top right no-repeat;
    overflow:hidden;
}

#ttcont {
    display:block;
    padding:2px 12px 3px 7px;
    margin-left:5px;
    background:#666;
    color:#FFF;
}

#ttbot {
    display:block;
    height:5px;
    margin-left:5px;
    background:url(img/tt_bottom.gif) top right no-repeat;
    overflow:hidden;
}

table.small2 {
    font-size: 60%;
}

table.small, div.small {
    font-size: 80%;
}

table.vertical_statistics {
    width: 100%;
    font-size: 80%;
}

table.vertical_statistics>caption {
    font-weight: bold;
    text-align: left;
    margin-left: 5px;
}

td.red_text {
    color: red;
}

a.nofocus:focus {
    outline: 0px;
}

table.webcam_archive {
    margin-left: auto;
    margin-right: auto;
    border-spacing: 30px 20px;
}

table.webcam_archive td {
    width: 60px;
    vertical-align: top;
    text-align: center;
    font-weight: bold;
    font-size: 120%;
}

table.webcam_archive table {
    border-collapse: collapse;
}

table.webcam_archive table td {
    border: 1px solid lightgrey;
    text-align: right;
    font-weight: normal;
    font-size: 80%;
}

table.webcam_archive table th {
    border: 1px solid lightgrey;
    background: lightgrey;
    text-align: right;
    font-size: 80%;
}

table.webcam_archive table caption {
    font-size: 90%;
}

#login {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    text-align: right
}

#login img {
    margin: 10px 10px 0 0;
}

#login>span {
    font-weight: bold;
    font-size: 150%;
    margin: 0 20px 0 0;
}

#login div {
    margin: 15px 10px 0 0;
}

#login div a {
    text-decoration:none;
    font-size: 120%;
    font-weight: bold;
    color: #000088;
}

span.menu_right_button {
    display: block;
    position: absolute;
    top: 3px;
    right: 5px;
    text-align: right;
}

span.menu_right_button a {
    color: black;
    text-decoration:none;
    display: inline;
    font-weight: bold;
    font-size: 15px;
}

a.nohighlight table tr td img, a.nohighlight caption img {
    margin: 0px;
}