/* CSS Document */
body {
font-family: Verdana; 
font-size: 11px; 
margin: auto; 
padding: 0px 0; 
min-width: 1000px;
text-align: center;
background-color: #f3f3f3;

}

#cele {
width: 650px;  
text-align: left;
border: 0px solid #000;
margin: auto; 
}

#ln {
margin-top: 20px;
width: 450px;  
height: 150px;
background-image: url('images/ln.png');
float: left;
}

#pn {
margin-top:20px;
width: 195px;
width="200px";
height: 150px;
background-image: url('images/pn.png');
border-left: 5px solid #fff;
float: left;
}

#stred {
width: 650px;
height: 240px;
height="250px";
background-image: url('images/stred.png');
border-top: 5px solid #fff;
border-bottom: 5px solid #fff;
float: left;
}

#dole {
width: 650px;
height: 150px;
background-image: url('images/dole.png');
float: left;
}


h1 {
color: white;
font-size: 22px;
margin-top:30px;
margin-left:45px;
margin-bottom:0px;
}

h2 {
color: black;
font-weight: bold;
font-size: 16px;
margin-top:3px;
margin-top:13px;
margin-left:47px;
margin-bottom:0px;
}


a{
color: red;
text-decoration: none;
font-weight: bold;
} 

a:link {color:DodgerBlue}
a:active {color:DodgerBlue}
a:visited {color:dd7000}
a:hover{color:orange;}

IMG{
BORDER-TOP: #ffffff 0px solid;
BORDER-LEFT: #ffffff 0px solid; 
BORDER-BOTTOM: #ffffff 0px solid; 
BORDER-RIGHT: #ffffff 0px solid;
}
/* stylopis pro JS menu */

.lions_menu 
{
  border-color: #BACEEB; border-style:solid; border-width: 0px 0px 1px 0px; /* #BACEEB*/
  background-color: #0060A5;
  position: absolute; left:0px; top:0px; 
  visibility: hidden;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 11px;

}

.lions_plain:link, .lions_plain:visited
{
  background-color:#0060A5;
  border-color: #BACEEB; border-style:solid; border-width:1px 1px 0px 1px;
  padding:4px 0px 2px 0px;
  cursor: pointer;
  cursor:hand;
  display:block;

  text-decoration:none;  
  text-align: left;
  text-indent: 10px;
  color: #FFFFFF;
  height: 19px;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 17px;

}

.lions_plain:hover
{
  background-color:#5894CF;
  border-color: #BACEEB; border-style:solid; border-width:1px 1px 0px 1px;
  padding:4px 0px 2px 0px;
  cursor: pointer;
  cursor:hand;
  display:block;

  text-decoration:none;  
  text-align: left;
  text-indent: 10px;
  vertical-align: middle;	
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 11px;
  color: #FFFFFF;
  height: 19px;

}

td.menu_it
{
color: Chocolate;
font-family: Arial, Helvetica, sans-serif; 
font-size: 11px;

font-weight: bolder;
border-right: solid white 1px;
text-align: center;
vertical-align: middle;
}

td.menu_item
{
  background-color:#0A50A1;

  border-right: solid #BACEEB 1px; 
/*  border-bottom: solid #0A50A1 1px; */

  width: 178px;
  height: 19px;
  text-align: center;
  vertical-align: middle;	
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 11px;
  color: #FFFFFF;

  cursor: pointer;
  cursor: hand;
}
