body{
    background: url("../img/design/bg.png") repeat-x;
    background-color: #37773B;
    /*background-color: #367639;*/
}

/* TEXTS */
h1{
    margin-top: 20px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-right: 6px;
    color: white;
    vertical-align: middle;
}

h2{
    margin-top: 20px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-right: 6px;
    color: white;
    vertical-align: middle;
    text-transform: uppercase;
}

h3{
    margin-top: 20px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-right: 6px;
    color: white;
}

/* DIVS */
div.top{
    border: 1px solid #335835;
    background-color: #416444;
    height: 145px;
    width: 650px;
    margin: 10px;
    margin-left: 10px;
    margin-right: 0px;
}

div.topest{
    width: 980px;
    border: 0px solid red;
}

div.hlavni{
    width: 860px;
    background-color: #833C23;
    border: 1px solid #C19E91;
    overflow: auto;
}

div.hlavni_long{
    width: 860px;
    background-color: #833C23;
    border: 1px solid #C19E91;
    height: 2760px;
    _height: 2720px;
    overflow: auto;
}

div.menu{
    width: 860px;
    height: 60px;
}

/* IMAGES */
img.nahled{
    border: 2px solid white;
}

/* TABLES */

/* HLAVNI MENU */



/* HORIZONTAL MENU */

#nav > li{
    background: url("../img/design/butt_bg.png") repeat-x;
    margin-left: 4px;
    margin-right: 4px;
    border: 1px solid white;
    width: 120px;
    height: 48px;
}


/* tady budou muset asi byt obrazky */
#nav > li > a{
    font-family: "Arial black";
    font-size: 14px;
    height: 40px;
    /*border: 1px solid red;*/
    vertical-align: middle;
    width: 110px;
}

#nav, #nav ul { /* all lists */
                padding: 0;
                margin: 0;
                list-style: none;
                line-height: 1;
}

#nav a {
    display: block;
    color: white;
    text-decoration: none;
    font-size: 12px;
    width: 10em;
    margin-top: 2px;
    margin-bottom: 4px;
}

#nav a:hover{
    color: #95AD96;
}

#nav li { /* all list items */
          float: left;
          width: 10em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
             margin-top: 6px;
             margin-left: -1px;
             position: absolute;
             border: 1px solid white;
             background: url("../img/design/menu_bg.png") repeat-x;
             background-color: #37763B;
             width: 10em;
             left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
             z-index:5;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
                                       left: auto;
}

#content {
    clear: left;
    color: #ccc;
}

#nav li ul a{
    margin-top: 6px;
    margin-bottom: 6px;
}

/* tlacitka */
.tl1{
    background: url("../img/design/btn_onas.png") repeat-x;
    background-position: -3px 0px;
}

.tl2{
    background: url("../img/design/btn_tenisskoly.png") repeat-x;
    background-position: -3px 0px;
}

.tl3{
    background: url("../img/design/btn_nabizime.png") repeat-x;
    background-position: -3px 0px;
}

.tl4{
    background: url("../img/design/btn_obsazenost.png") repeat-x;
    background-position: -3px 0px;
}

.tl5{
    background: url("../img/design/btn_partneri.png") repeat-x;
    background-position: -3px 0px;
}

.tl6{
    background: url("../img/design/btn_kontakt.png") repeat-x;
    background-position: -3px 0px;
}




.tl1:hover{
    background: url("../img/design/btn_onas_hover.png") repeat-x;
    background-position: -3px -1px;
}

.tl2:hover{
    background: url("../img/design/btn_tenisskoly_hover.png") repeat-x;
    background-position: -3px 0px;
}

.tl3:hover{
    background: url("../img/design/btn_nabizime_hover.png") repeat-x;
    background-position: -3px 0px;
}

.tl4:hover{
    background: url("../img/design/btn_obsazenost_hover.png") repeat-x;
    background-position: -3px 0px;
}

.tl5:hover{
    background: url("../img/design/btn_partneri_hover.png") repeat-x;
    background-position: -3px 0px;
}

.tl6:hover{
    background: url("../img/design/btn_kontakt_hover.png") repeat-x;
    background-position: -3px 0px;
}


/* TRENERI */
div.tr_1{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 30px;
    float: left;
    width: 190px;
    height: 240px;
    /*background-color: red;*/
    font-family: "Arial black";
    font-size: 12px;
    font-weight: bold;
}

div.tr_2{
    margin: 10px;
    float: left;
    width: 380px;
    height: 240px;
    /* background-color: green;*/
}

div.tr_3{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 30px;
    float: left;
    width: 210px;
    height: 240px;
    /* background-color: blue;*/
    font-family: "Arial black";
    font-size: 12px;
    font-weight: bold;
}

div.tr_hlavni{
    /*background-color: gray;*/
    height: 435px;
    width: 800px;
    margin-bottom: 30px;
}

hr{
    border: 0px solid white;
    border-bottom: 1px solid white;
    width: 80%;
}

hr.tr_cistic{
    clear: both;
    border: 0px solid white;
    border-bottom: 1px solid white;
    margin-bottom: 10px;
    width: 80%;
}


hr.cistic{
    clear: both;
}

hr.ce_cistic{
    clear: both;
    border: 0px solid white;
}


div.tr_1 a, div.tr_3 a{
    font-family: "Arial black";
    font-size: 12px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    margin-left: 4px;
    margin-right: 4px;
}

div.tr_1 a:hover, div.tr_3 a:hover{
    font-family: "Arial black";
    font-size: 12px;
    font-weight: bold;
    color: black;
    text-decoration: none;
    margin-left: 4px;
    margin-right: 4px;
}

div.tr_2 img{
    border: 2px solid white;
}

div.tr_1 img, div.tr_3 img{
    vertical-align: middle;
    margin: 3px;
    border: 1px solid white;
    width: 40px;
    height: 40px;
}

img.tr_im1{
    width: 142px;
    height: 212px;
    border: 2px solid white;
    margin: 1px;
    margin-right: 4px;
}

img.tr_im2{
    width: 45px;
    height: 67px;
    border: 2px solid white;
    margin: 1px;
}

table.tr_table p{
    margin-left: 50px;
    margin-top: 24px;
    margin-right: 50px;
    font-family: "Arial black";
    font-size: 12px;
    font-weight: bold;
    text-align: justify;
    color: white;
}

table.tr_table{
    margin-bottom: 10px;
}


.hlavni p{
    font-size: 12px;
    font-weight: bold;
    color: white;
    margin-top: 20px;
    margin-bottom: 20px;
}


/* SKOLICKA */
img.skolicka{
    border: 2px solid white;
    margin-bottom: 10px;
}

div.tp_1, div.tp_2, div.tp_3{
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 25px;
    float: left;
    width: 251px;
    height: 323px;
    font-family: "Arial black";
    font-size: 12px;
    font-weight: bold;
    border: 1px solid white;
    background: url("../img/design/pobytybg.jpg") repeat-x;
}

div.tp_1 img, div.tp_2 img, div.tp_3 img{
    border: 2px solid white;
}

div.tp_1 span, div.tp_2 span, div.tp_3 span{
    color: white;
    margin-left: 10px;
    margin-right: 10px;
    font-family: "Arial black";
    font-size: 12px;
    font-weight: bold;
}

/* TENISOVE POBYTY */
div.po_nav{
    float: left;
    margin: 30px;
    position:absolute;
    z-index: 0;
}

div.po_nav a, p.partneri a{
    font-family: "Arial black";
    font-size: 12px;
    font-weight: bold;
    color: white;
    text-decoration: underline;
}

div.po_nav a:hover, p.partneri a:hover{
    font-family: "Arial black";
    font-size: 12px;
    font-weight: bold;
    color: black;
    text-decoration: none;
}

div.po_nav a.textnone{
    text-decoration: none;
}


a.po_anchor{
    margin-top: 20px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-right: 6px;
    color: white;
    vertical-align: middle;
    text-transform: uppercase;
    text-decoration: none;
}

a.po_anchor:hover{
    color: black;
}


/* CENIK */

.no_border{
    border: 0px solid white;
}

div.ce_d1, div.ce_d3, div.ce_d5{
    margin-left: 5px;
    margin-bottom: 25px;
    float: left;
    width: 250px;
    font-family: "Arial black";
    font-size: 12px;
    font-weight: bold;
    border: 0px solid white;
    /*   background-color: red;*/
}

div.ce_d1{
    margin-left: 50px;
}

div.ce_d1 h2, div.ce_d3 h2, div.ce_d5 h2{
    margin: 0px;
}

div.ce_d3{
    border-left: 1px solid white;
    border-right: 1px solid white;
}

div.ce_large {
    height: 810px;
}

div.ce_large div{
    font-family: "Arial black";
    font-size: 10px;
    font-weight: bold;
    color: white;
    margin-left: 10px;
    margin-bottom: 10px;
}


table.cenik{
    border: 0px solid white;
    width: 90%;
}
table.cenik td, table.cenik th{
    font-family: "Arial black";
    font-size: 12px;
    font-weight: bold;
    color: white;
}

table.cenik th{
    text-transform:uppercase;
    padding-bottom: 10px;
}

table.cenik td.leva{
    text-align: left;
}

table.cenik td.prava{
    text-align: right;
}

table.w400{
    width: 300px;
    margin-top: 20px;
    margin-bottom: 20px;
}

table.w400 td{
    text-transform: uppercase;
}

.red{
    color: red;
}

/* PARTNERI */
div.par_a, div.par_b, div.par_c{
    width: 220px;
    height: 160px;
    /*background-color: red;*/
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
    font-family: "Arial black";
    font-size: 12px;
    font-weight: bold;
    color: white;
}

div.par_a{
    margin-left: 60px;
}


/* FOTOGALERIE */
div.fo_a, div.fo_b, div.fo_c{
    width: 220px;
    height: 220px;
    /*background-color: red;*/
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
    font-family: "Arial black";
    font-size: 12px;
    font-weight: bold;
    color: white;
}

div.fo_a{
    margin-left: 60px;
}

img.foto_nahled{
    border: 2px solid white;
    margin-top: 8px;
    margin-bottom: 10px;
}

a.foto{
    font-family: "Arial black";
    font-size: 12px;
    font-weight: bold;
    color: white;
    text-decoration:none;
}

a.foto:hover{
    color: black;
}



/** SLIDER **/
#container {
    background-color: #fff;
    width: 480px;
    margin: 15px auto;
    padding: 50px;
}

/* slider specific CSS */
.sliderGallery {
    background: url('../img/slider/productbrowser_background_20070622.jpg') no-repeat;
    overflow: hidden;
    position: relative;
    padding: 10px;
    height: 160px;
    width: 460px;
}

.sliderGallery UL {
    position: absolute;
    list-style: none;
    overflow: none;
    white-space: nowrap;
    padding: 0;
    margin: 0;
}

.sliderGallery UL LI {
    display: inline;
}

.slider {
    width: 442px;
    height: 17px;
    margin-top: 140px;
    margin-left: 5px;
    padding: 1px;
    position: absolute;
    background: url('../img/slider/productbrowser_scrollbar_20070622.png') no-repeat;
}

.handle {
    position: absolute;
    cursor: move;
    height: 17px;
    width: 181px;
    top: 0;
    background: url('../img/slider/productbrowser_scroller_20080115.png') no-repeat;
    z-index: 100;
}



.sliderGallery UL img{
    width: 120px;
    height: 120px;
    cursor: pointer;
}