/* CSS Document */ 

body { 
background : rgb(255,255,255);
text-align: center;
font-family : Verdana, Times New Roman;
color : black;
}
#obal { 
position : relative;
width : 800px;
background : rgb(0,0,0);
padding : 1px 1px 1px 1px;
}
#lista { 
position : relative;
width : 800px;
font-family : Verdana, Times New Roman;
text-align : center;
font-size : 11px;
background : rgb(0,0,0);
padding: 15px 0px 15px 0px;
}
#hlavicka {
width : 800px;
position : relative;
background : rgb(255,255,204);
background-image : url(images/logo.jpg);
background-position : center top;
background-repeat : no-repeat;
}
#menu
{
position : relative;
width : 708px;
display:block; 
height:120px;
min-height:120px;
margin : 0px 0px 0px 0px;
padding : 12px 0px 8px 0px;
}
#menu ul 
{
position : relative;
width : 708px;
margin:0; 
padding:0; 
list-style-type:none; 
}
#menu li 
{ 
display:block; 
float:left; 
margin-right:1px; 
width:115px; 
border:1px solid rgb(51,153,51); 
}
#menu li.list1t 
{ 
background:rgb(51,153,51) url("images/pict1_bw.jpg") no-repeat; 
}
#menu li.list2t 
{ 
background:rgb(51,153,51) url("images/pict2_bw.jpg") no-repeat; 
}
#menu li.list3t 
{ 
background:rgb(51,153,51) url("images/pict3_bw.jpg") no-repeat; 
}
#menu li.list4t 
{ 
background:rgb(51,153,51) url("images/pict4_bw.jpg") no-repeat;
}
#menu li.list5t 
{ 
background:rgb(51,153,51) url("images/pict5_bw.jpg") no-repeat;
}
#menu li.list6t 
{ 
background:rgb(51,153,51) url("images/pict6_bw.jpg") no-repeat;
}
#menu a 
{ 
display:block; 
width:115px; 
padding-top:90px; 
padding-bottom:5px; 
text-decoration:none; 
text-align:center;
font-weight : bold;
color:#fff; 
font-size : 15px;
font-family : Verdana, Times New Roman;
}
#menu a#polozka1t 
{ 
background:transparent url("images/pict1.jpg") -115px -86px no-repeat; 
}
#menu a#polozka2t 
{ 
background:transparent url("images/pict2.jpg") -115px -86px no-repeat; 
}
#menu a#polozka3t 
{ 
background:transparent url("images/pict3.jpg") -115px -86px no-repeat; 
}
#menu a#polozka4t 
{ 
background:transparent url("images/pict4.jpg") -115px -86px no-repeat; 
}
#menu a#polozka5t 
{ 
background:transparent url("images/pict5.jpg") -115px -86px no-repeat; 
}
#menu a#polozka6t 
{ 
background:transparent url("images/pict6.jpg") -115px -86px no-repeat; 
}
#menu a#polozka1t:hover 
{ 
background-position:top right; z-index:50; color:#ff2; 
}
#menu a#polozka2t:hover 
{ 
background-position:top right; z-index:50; color:#ff2; 
}
#menu a#polozka3t:hover 
{ 
background-position:top right; z-index:50; color:#ff2; 
}
#menu a#polozka4t:hover 
{ 
background-position:top right; z-index:50; color:#ff2; 
}
#menu a#polozka5t:hover 
{ 
background-position:top right; z-index:50; color:#ff2; 
}
#menu a#polozka6t:hover 
{ 
background-position:top right; z-index:50; color:#ff2; 
}
#obsah { 
position : relative;
width : 800px;
height : auto;
background : rgb(255,255,204);
overflow : auto;
margin : 0px 0px 0px 0px;
}
#obsah p { 
margin : 10px 25px 5px 25px;
text-align : justify;
font-size : 13px;
}
p { 
margin : 10px 20px 10px 20px;
font-size : 13px;
}
ul { 
margin : 10px 20px 10px 20px;
}
table p {
margin : 0px;
padding : 3px 3px 3px 3px;
font-size : 13px;
}
h1 { 
margin : 0px;
padding : 10px 9px 6px 9px;
font-size : 17px;
text-align : center;
color : rgb(153,51,0);
}
h2 { 
margin : 0px;
padding : 10px 9px 6px 9px;
font-size : 14px;
text-align : center;
color : rgb(205,133,63);
}
h3 { 
margin : 0px;
padding : 10px 9px 6px 9px;
font-size : 12px;
text-align : center;
}
h4 { 
margin : 0px;
padding : 3px 9px 3px 9px;
font-size : 12px;
text-align : center;
}
h5 { 
margin : 0px;
padding : 12px 9px 12px 9px;
font-size : 12px;
font-weight : normal;
text-align : center;
}
h6 { 
margin : 0px;
padding : 10px 25px 0px 25px;
font-size : 14px;
text-align : left;
color : rgb(205,133,63);
}
li {
list-style-image: url("images/odrazka.gif");
}
#paticka { 
position : relative;
width : 800px;
font-family : Verdana, Times New Roman;
text-align : center;
font-size : 11px;
background : rgb(0,0,0);
padding: 15px 0px 15px 0px;
}
a        {text-decoration: none}
a:link   {color: green}
a:visited {color: green}
a:active {color: black}
a:hover  {color: red; text-decoration: underline}
