BODY {background-color: #CFCFCF; margin: 5px}
DIV, TD, TABLE, THEAD, TBODY, TFOOT, TR, TH {font-family: Tahoma;  color: #323232; font-size: 12px}
HR {margin: 0px}
/*layout*/
#page
 {
 width: 720px;
 height: 520px;
 background-image: url('bg.gif');
 background-repeat: no-repeat;
 }
#obsah
 {
 width: 690px;
 height: 520px;
 margin: 15px;
 display: block;
 }
#obsah .foto
 {
 text-align: center;
 }
#info
 {
 width: 191px;
 height: 25px;
 margin-left: 18px;
 display: block;
 }
#galerie
 {
 width: 191px;
 height: 25px;
 margin-right: 21px;
 display: block;
 }
/*texty*/
#sekce_nadpis
 {
 font-size: 20px;
 font-weight: bold;
 text-align: center;
 }
#pribeh
 {
 font-size: 11px;
 text-align: justify;
 }
#obsah .bottom_l
 {
 font-size: 11px;
 font-weight: bold;
 padding-top: 2px;
 }
#obsah .bottom_l a
 {
 color: #323232;
 padding-top: 2px;
 }
#obsah .bottom_l a:hover
 {
 color: black;
 padding-top: 2px;
 }

#obsah .bottom_r
 {
 text-align: right;
 font-size: 11px;
 font-weight: bold;
 padding-top: 2px;
 }
#obsah .bottom_r a
 {
 color: #323232;
 padding-top: 2px;
 }
#obsah .bottom_r a:hover
 {
 color: black;
 padding-top: 2px;
 }
/*obrazky*/
a IMG {border: 1px solid #646464;}
IMG:hover {border: 1px solid black;}
a:hover IMG {border: 1px solid black;}

