/* CSS Document */


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">


body {background-color: black; color: #800000}



#flashcontent  { position: absolute; width: 774px; height: 690px; _height: 600px; top: 170px; left: 310px; background-image: url('obr/podklad.jpg'); 
background-repeat: no-repeat }
#hlavicka    { position: absolute; width: ; top: 20px; left: 10px; height: 60px; }
#levy        { position: absolute; width: 300px; height: 600x; top: 170px; left: 10px; }


#levy        { background-color: #dcdcdc; color: #800000; border-style: none; border-width: medium; }
#levy h3     { color: black; }
#levy a:link { color: #800000; }
#levy a:visited { color: gray; }
#levy a:hover { color: gray; }




#hlavicka     { background-color: orange; color: #dcdcdc; border-style: none; border-width: 
               medium; }


div          { padding: 4px; _padding: 6px; }
* {-moz-box-sizing: border-box; box-sizing: border-box;} /* pocitani marginu a paddingu jako v Exploreru */

