BODY
 {
 background-color: #FFFFFF;
 margin: 0px;
 font-family: Tahoma;
 color: #000000;
 font-size: 10px;
 }
IMG {border: none}
a IMG {border: none}
a:hover IMG {border: none}
/*layout*/
#obsah
 {
 width: 455px;
 height: 400px;
 background-image: url('img/bg_1.gif');
 background-repeat: no-repeat;
 }
#nadpis
 {
 width: 400px;
 height: 90px;
 display: block;
 text-align: center;
 padding: 20px 25px 10px 25px;
 font-size: 16px;
 font-weight: bold;
 color: #FF0000;
 }
#download
 {
 width: 150px;
 height: 150px;
 display: block;
 background-image: url('img/bg_2.gif');
 background-repeat: no-repeat;
 }
#menu
 {
 width: 150px;
 margin-top: 50px;
 }
.odrazka
 {
 width: 150px;
 height: 30px;
 display: block;
 text-align: center;
 font-size: 16px;
 font-weight: bold;
 color: #FF0000;
 padding-top: 3px;
 background-image: url('img/button.png');
 background-repeat: no-repeat;
 text-decoration: none;
 }
.button a
 {
 width: 150px;
 height: 30px;
 display: block;
 text-align: left;
 font-size: 16px;
 color: #FFFFFF;
 padding-left: 5px;
 padding-top: 3px;
 background-image: url('img/button.png');
 background-repeat: no-repeat;
 text-decoration: none;
 }
.button a:hover
 {
 width: 145px;
 height: 30px;
 display: block;
 text-align: left;
 font-size: 16px;
 color: #FF0000;
 padding-left: 5px;
 padding-top: 3px;
 background-image: url('img/button_over.png');
 background-repeat: no-repeat;
 text-decoration: none;
 }
.podnadpis
 {
 width: 390px;
 text-align: left;
 font-size: 12px;
 color: #FF0000;
 font-weight: bold;
 padding: 3px 25px 3px 35px;
 }
.cara
 {
 width: 400px;
 display: block;
 border-bottom: 1px dashed #FF0000;
 margin-bottom: 3px;
 }
.text
 {
 text-align: justify;
 font-size: 10px;
 color: #000000;
 padding: 0px 25px 3px 25px;
 }
a {color: #000000;}
a:hover {color: #FF0000;}
