/* CSS Document */

*{margin: 0;
padding: 0;}

body { background-color: black; text-align: center;  }

#podklad { position: relative; width: 1006px; top: 0px; height: 100%;
          background-color: rgb(176,198,90); background-repeat: repeat; 
          background-attachment: scroll;
          font-family:Verdana, Arial, Helvetica, sans-serif; }

h1 {color: black }
h2 {color: black }
h5 {font-style: italic; font-style: small }

ol li  { margin-left: 35px}
ul li {list-style: disc; margin-left: 15px}

#hlavicka {position: absolute; width: 1000px; top: 2px; left: 2px; height: 151px; 
          background-image: url(images/hlavicka.jpg);
          background-repeat: no-repeat;}

#stred   {position: absolute; width: 700px; left: 150px; top: 155px; padding: 0 30 0 30;
          background-color: white;  background-image: url(images/ca.jpg);
          background-repeat:no-repeat; background-position: 100px 145px ;
          text-align: justify; font-size: 85%; }   
         
#stred a:link    { color: darkgreen;  }
#stred a:visited { color: black;  }
#stred a:hover   { color: maroon; }
#stred p    {text-indent: 30px; margin-left: 0px;}

#levy    { position: absolute; width: 150px; top: 155px; left: 0px; 
           color: darkgreen; border-style: none; }
#levy a:link    { color: darkgreen; font-size: 12px }
#levy a:visited { color: black ; font-size: 12px }
#levy a:hover   { color: maroon; font-size: 12px}

#pravy   { position: absolute; top: 155px; left: 850px; width: 150px;
           color: black; border-style: none; overflow: hidden;}
#pravy a:link    { color: darkgreen; font-size: 12px }
#pravy a:visited { color: black; font-size: 12px }
#pravy a:hover   { color: maroon; font-size: 12px}

#patka       { width: 100%; background-color: DimGray; color: white; border-style: none;  }        


div          { padding: 8px; }
* {-moz-box-sizing: border-box; box-sizing: border-box;} /* pocitani marginu a paddingu jako v Exploreru */


