/* CSS Document */
*, body, html {font-family: 'Verdana CE', 'Arial CE', 'Lucida Grande CE', 'Helvetica CE', Verdana, Arial, lucida, sans-serif;}
body {background: #dbdbdb; margin: 0; padding: 0}
#stred {position: relative; width: 900px;  margin-left: auto; margin-right: auto; background: orange url('../imgs/bg.gif') repeat-y }

hr.hidden {display: none;}

h1 {height: 200px; margin: 0}
h1 span {position: absolute; left: 0; top: 0; width: 900px; height: 200px; background: url('../imgs/logo.jpg') no-repeat; }
#min-height {position: relative; float:left; width: 1px; height: 400px}
#vrchni-pruh, #spodni-pruh {position: relative; height: 27px; background-color: #003a99; width: 100%; color: white; clear: both}

#main-in {float: left; width: 745px}
#main {width: 590px;  float: right; } 
#menu {width: 150px; margin-left: -1px; float: left; }
#pravy-pruh {width: 150px; float: right; }

#menu ul {margin: 0; padding: 0; list-style: none; font-weight: bolder;  }
#menu ul li a {display: block; width: 150px; background: url('../imgs/menu-li.gif') no-repeat; height: 30px; margin-bottom: 3px;  text-decoration: none; color: #003a99}
#menu ul li a span {padding-top:5px; display: block; text-align: center;}

#menu ul ul {
		margin-left:140px;
    margin-top: -30px;
	}
	
#menu ul ul li {
		float:left; 
		padding:6px;
		width:100px;
    	
	}
	
	
	
#menu	ul li:hover ul, #menu ul li.hover ul{
		visibility:visible;
	}
	

#menu ul li li {
		float:none;
		border:none;
		padding:0;
	}
		
#menu	ul   li {
		behavior: url(hover.htc); /* Protože IE nedodržuje CSS standarty, aby bylo řešení funkční, použijeme tento *.htc soubor */
	}

#menu	ul ul a {
		border-bottom:none;
		padding-left:2px;
	}
	
#menu	ul ul a:hover {
	  color:blue;
		
		
	}
	
#menu	ul ul {
		position:absolute;
		visibility:hidden;
		
		
	}


/* Style */
#main {font-size: 0.8em;}
#main p {text-align: justify; padding: 0 15px 0 15px }

#stred table td {border-style: 1px solid; background-color: rgb(211,221,237)}
#stred table th {background-color: rgb(176,194,223)}
#stred table {border-collapse: collapse;}
#stred table h3 {background-color: rgb(255,204,0); margin: 0; padding: 3px}
#stred table .odd td {background-color: rgb(226,233,243) }
