body
	{
    background-image:url(pozadi.jpg);
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-position: center top;
		margin: 0 0 0 0;
  }

#velikost_webu
	{
    top: 100px;
    margin-left: auto;
    margin-right: auto;
		width: 1000px;
/*
		border-color: red;
    border-style: solid;
*/
	}

#logo
  {
    top: 20px;
    position: relative;
    left: 613px;
    width:387px;
    height:200px;
/*
		border-color: red;
    border-style: solid;
*/
    background-image:url(logo.png);
    background-repeat:no-repeat;
  }


.nadpis_stranky  {color:black; font-weight:bold; font-size:22px;}

.navigacni_prvek  {color:black; font-weight:bold; font-size:13px;}
.navigacni_prvek a {text-decoration: none; color:navy; font-weight:bold; font-size:14px;}
.navigacni_prvek a:hover {text-decoration: none; color:#A5BAE0; font-weight:bold; font-size:14px;}

a, a:visited {color:#048; text-decoration:none;}
a:hover {text-decoration:underline;}

a img {border:0;}



#flyList { position:absolute; top: 20px;  background:url(pozadi_menu.png); width:620px; height: 200px;  background-repeat:no-repeat; /* background-color: red; */}
#menu {padding:0; top: 100px; margin:0; list-style:none; width:150px;}
#menu li.level1-li {float:left; height:25px; width:150px;}
#menu li.level1-li a.level1-a {display:block; height:25px; line-height:25px; padding-left:10px; text-decoration:none; font-size:11px; font-family:verdana, arial, sans-serif; color:#000; font-weight:bold; }
#menu li.sub a.level1-a {cursor: pointer; cursor: hand}

#menu li.sub a.level1-a {background: url(arrow.gif) no-repeat 135px center;cursor: pointer; cursor: hand}

#menu table {border-collapse:collapse; width:0; height:0; position:absolute; left:0; top:0;}

#menu div.listHolder {position:absolute; left:-9999px;  border-width:1px 1px 1px 0; background:#fff url(divider.gif); filter: alpha(opacity=80); opacity:0.95; font-family:verdana, arial, sans-serif; font-weight:bold;}
#menu div.col1 {width:2000px;}
#menu div.col2 {width:400px;}
#menu div.col3 {width:600px;}

#menu div.listCol {width:180px; float:left; padding:10px;}
#menu div.listCol ul {padding:0; margin:0; list-style:none;}
#menu div.listCol ul li {height:16px;}
#menu div.listCol ul li a {display:block; height:16px; line-height:16px; font-size:10px; text-decoration:none; color:#069; padding-left:15px; background: url(dot.gif) no-repeat 5px center;}
#menu div.listCol h5 {padding:5px 0 0 15px; margin:0; font-size:11px; line-height:20px; background:url(linedot.gif) repeat-x left bottom;}
#menu div.listHolder div.bottomLine {clear:both;}
#menu div.listHolder div.bottomLine p {padding:0 20px; margin:0; line-height:20px; background:#400  no-repeat 7px 7px; color:#fff; font-size:14px;}
#menu div.listHolder div.bottomLine p a {color:#8ff;}

#menu li a:hover {background-color:#fff; color:#000; filter: alpha(opacity=80); opacity:0.8;}
#menu li.level1-li:hover > a {background:#000; color:#fff; filter: alpha(opacity=80); opacity:0.8;}

#menu li.sub a:hover {border-right:0;}
#menu li.sub:hover > a {border-right:0;}

#menu :hover div.listHolder {left:150px; top:-1px;}

#menu div.listCol ul li a:hover {color:#069; text-decoration:underline;}
#menu div.listHolder div.bottomLine p a:hover {color:#8ff; text-decoration:none; background:transparent;}

