* {font-family: 'Verdana CE', Verdana, 'Arial CE', Arial, 'Lucida Grande CE', 'Helvetica CE', lucida, sans-serif;}

body {margin: 0 0 0 0;}

body, p {font-size: 90%; line-height: 160%; text-align: justify}

a:link, a:visited {color: #A2A2A2; text-decoration: none}

a:hover {font-weight: bold; color: #F8C23D}

a:active {}

/* vycentrování stránky */
#osa {position: absolute; left: 50%}
#obalka {position: relative; left: -50%; top: 100px; }


/* INDEX --------------------- */

#slunko {position: absolute; left: -168px; width: 355px; background-image: url(index/paprsky.gif)}
#menu {position: absolute; left: 240px; top: 15px}
#menu p {text-align: center; margin-top: 20px}
#message {position: absolute; left: 230px; top: 330px; width: 250px}
#message p {text-align: center}


/* STUDIO ---------------------- */

#studio {position: absolute; left: 500px; top: 30px; width: 230px; background-color: #000000}

#blacktext {color: #FFFFFF; font-size: 90%; line-height: 140%; padding: 0 15 0 15; text-align: left;}


/* CENÍK ---------------------- */

#oknocenik {position: absolute; left: 150px; top: 50px;
            width: 820px;
            height: 600px;           
            background-image: url(studio/tapeta-cenik.gif);
            }

#zahlavicenik {position: relative; left: 0px; top: 0px;
               width: 810px;
               height: 28px;
               padding: 6 0 0 10;
               color: white;
               background-color: #606E82;
               font: 100%  Tahoma, Verdana, sans-serif;
               font-weight: bolder;
               letter-spacing: 0.07em
               }

#cenik {position: relative; left: 35px; top: 30px;
        padding: 20px;
        width: 330px; 
        background-color: white;
        border: 6px solid black
        }
#cenik p {font-size: 70%; line-height: 130%; 
          text-align: justify;
          color: red}

#cenik td, th {font-size: 80%; line-height: 120%;}

#cenik a:hover {background-color: black}

#butoncenik {position: relative; left: 450px; top: -70px}

