/* CSS Document */

.menu {
width:797px; 
height:30px;
text-align:left;
font-size:0.85em;
padding-bottom:0px;
background-color:#638cde;

}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:150px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:150px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:11px;
text-decoration:none; 
color:#fff; 
width:139px; 
height:30px; 
border:1px solid #fff; 
border-width:0px 1px 1px 0; 
background:#638cde; 
padding-left:10px; 
line-height:29px;
}
/* a hack so that IE5.5 faulty box model is corrected c7d9ec*/
* html .menu a, * html .menu a:visited {
width:150px;
w\idth:139px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#949e7c;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#c9ba65;
}
.menu ul ul :hover > a.drop {
background:#c9ba65;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#c7d9ec;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#81a304;
}
.menu ul ul ul :hover > a {
background:#81a304;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:31px;
left:0; 
width:150px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:31px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:150px; 
top:0;
width:150px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#c7d9ec; 
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:129px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:150px;
w\idth:129px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:#81a304;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background:#81a304;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}


#CelaStr{
	
	min-width:805px;
	max-width:805px;
	width: 805px;
	height: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	
}

#CenterUp{
	width: 800px;
	height: 115px;
	float: center;
	background-image:url(xxXrosa.jpg)
}
#CenterDown{
	margin:2px;
	margin-top:1px;
	width: 400px;
	height: 30px;
	}

#Down{
	margin:2px;
	margin-top:25px;
	width: 590px;
	border-right: 1px solid #000000;
	padding-right:20px;
	padding-top:45px;
	float:left;
	font-size:0.85em;
}
#Down a{
	color:#5519a0; 
	text-decoration:none;
}

#Down a:hover{
	
	text-decoration:underline;
}

#Bottom{
	width:805px;
	height:100px;
	border-top: 1px solid #000000;
	margin-top:20px;
	float:left;
}

#Nadpis a{
	color:#000000; 
	text-decoration:none;
}

#Nadpis a:hover{
	color:#000000; 
	text-decoration:underline;
}
#Nadpis img {
	float:left;
	margin-right:30px
}
#DownLeft{
	margin-left:10px;
	width:175px;
	height: 300px;
	float: right;
}
#DownLeft a{
	color:#5519a0; 
	text-decoration:none;
}

#DownLeft a:hover{
	
	text-decoration:underline;
}


.resetovac
{
	border:  0px none;
	margin:  0px;
	padding: 0px;
	float: none;
	clear: both;
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

p.thumbnails {
  width: 150px; 
  height: 185px;
  margin: 1em; 
  padding: 3px; 
  float: left;
  font-family: verdana;
  font-size: 10px; 
  color: #000000;
  text-align: center;
  background-color: #e0e4ef; 
  border: 1px solid #8398d5;
  }
p.thumbnails a {color: #000; font-weight: bold; text-decoration: none; }
p.thumbnails a img {border: 5px solid #e0e4ef; }
p.thumbnails a:hover img {border: 5px solid #ffffff;  }

.styl2 {font-size: 13px; }
.styl3 {
	color: #0033CC;
	font-weight: bold;
}
.styl5 {color: #0033CC}