/* CSS Document */


  /* nastaveni pozadi v pripade, ze se nenacte obrazkove */
body {
background-color: #FFFFD9;

} 

td {
  text-align: center;
}
.plna {
width:25px; height:30px; 
background-color: #ff2f2f; 
border:1px solid black; 
text-align:center
 
}

.volna {
width:25px; height:30px; 
background-color: #50e01f; 
border:1px solid black; 
text-align:center
 
}
 
/* pro optimalizaci rozliseni */
 
 

.hlavni {
width:1010px;
height:626px;
position:absolute; 
top:50%; 
left:50%;
margin:-323px 0px 0px -505px;

}

.800 {
position:absolute; 

margin: 50px 0px 0px 110px;

}
/* obrazkove pozadi */
.pozadi {
background-position: center center;
background-attachment: scroll;
background-repeat: no-repeat; 
}

/* MENU */
.menu {
cursor: hand; cursor: pointer;    /* rucka nad odkazem */
}

/* zrusi ohraniceni okolo obrazku s odkazy */
a img {border-width: 0px;}

/* barevne ozaneceni odkazu */
a:link   {color: #396B3A;}
a:active {color: #396B3A;}
a:hover  {color: black;}

/* scrolovaci obsah */

.ubytovani, .tipy, .rezervace, .kontakt  { 
        top:178;
        left:330; /* 310 */
        width: 645px; height: 415px;
        background-position: 50% 50%;
        position: absolute; 
        line-height: 130%; font-size: 100%;
        overflow: auto; 
        scrollbar-base-color: rgb(207,207,207);   /* barva scrollbaru*/
        scrollbar-track-color: rgb(255,255,255);  /* barva cesty scrollbaru*/
        color:black;
        clip: rect(0px auto auto auto);
        }
        
.kontakt {text-align: center;}

h3 {font-style: italic;}

.okraj {border-width: 1px; border-style: solid; border-color: black }


/*
.kontakt {position: absolute; top: 150px; left: 500px;}
/* .tipy  { 
        top:100;
        left:310;
        width: 600px; height: 420px;
        background-position: 50% 50%;
        position: absolute; 
        line-height: 130%; font-size: 100%;
        overflow: auto; 
        scrollbar-base-color: rgb(207,207,207);   /* barva scrollbaru*/
  /*      scrollbar-track-color: rgb(255,255,255);  /* barva cesty scrollbaru*/ /*
        color: #396B3A;
        font-weight: bold;
        clip: rect(0px auto auto auto);
        }
 
.rezervace  { 
        top:100;
        left:310;
        width: 600px; height: 420px;
        background-position: 50% 50%;
        position: absolute; 
        line-height: 130%; font-size: 100%;
        overflow: auto; 
        scrollbar-base-color: rgb(207,207,207);   /* barva scrollbaru*/
    /*    scrollbar-track-color: rgb(255,255,255);  /* barva cesty scrollbaru*/ /*
        color: #396B3A;
        font-weight: bold;
        clip: rect(0px auto auto auto);
        }
 
 .kontakt  { 
        top:100;
        left:310;
        width: 600px; height: 420px;
        background-position: 50% 50%;
        position: absolute; 
        line-height: 130%; font-size: 100%;
        overflow: auto; 
        scrollbar-base-color: rgb(207,207,207);   /* barva scrollbaru*/
     /*   scrollbar-track-color: rgb(255,255,255);  /* barva cesty scrollbaru*/ /*
        color: #396B3A;
        font-weight: bold;
        clip: rect(0px auto auto auto);
        }
 
