body 
{
	margin: 0;
	padding: 0;
	background: #ffffff;
	text-align: center;
	background-color: #62696D;
	font: 11px Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;

} 

table{
	border-color: #ffffff;
	border-style: solid;
	border-width: 1px;
}


td, tr{
	vertical-align: top;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #eeeeee;
	padding: 2px;
	border-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	color: #909090;
}



h1{
	font: 15px Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #F28827;
}


h2{
	font: 13px Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #F28827;
}

h3{
	font: 11px Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3C81A8;
}

ul.odrazky{
	list-style-type: square;
	color: #3C81A8;
margin-left:20px;

	
	
}

#hlavicka 
{
padding-top:10px;
margin-left:10px;
margin-right:10px;  
background-image: url(images/hornilista.gif);
background-repeat: no-repeat;
width:746px;
height: 64px;


} 

#obsah 
{ 
width: 764px; 
margin:0px auto;

background-color: #ffffff; 
text-align:left; 
} 

#levypanel 
{ 

float: left; 
width: 215px;



} 

#levypanel-obsah 
{
margin-left:10px;
margin-top: 1px;
background-color:#B0BE29;
width: 213px;	
border-left: 0px;
	border-left-style: solid;
	border-left-color: #D4D0C8;	
	
	

	} 
	
	

#levypanel-sponzori
{
margin-left:10px;
margin-top: 10px;

	
	} 	
	
	
	
	
#levypanel-novinky
{
margin-left:10px;
margin-top: 30px;
border: 1px;
	border-style: solid;
	border-color: #D4D0C8;
	
	padding: 0px ;
	background: #EEEEEE;
	
	} 
	
	
#levypanel-novinky a:link        { text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif;  color:#3664A0;   }
#levypanel-novinky a:visited     {  text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif;  color: #3664A0;  }
#levypanel-novinky a:hover     {  text-decoration: underline; font-family: Verdana, Arial, Helvetica, sans-serif;  color: #3664A0;}
	
	
	
	
	
	
	
	
.novinky{  
color: #ffffff;
background:url(images/novinky.gif); background-repeat:repeat-x;

font-weight: bold;

padding: 4px;
text-align: center;
}
	

#hlavnipanel 
{ 
margin-left:237px;

padding:0;
 
width:516px;
} 



.hlavnifoto{ 

padding-left:0px;
width:515px;



 
} 

.hlavnitext{
	margin-top: 1px;
	
	padding: 10px;
	color: #909090;
	min-height: 800px;
height:auto;
}
/* for Internet Explorer */
/*\*/
* html .hlavnitext {
height: 800px;
}
/**/


.hlavnitext a:link        { text-decoration: none; font-family: Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;  color:#F6821F;   }
.hlavnitext a:visited     {  text-decoration: none; font-family: Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;  color:#F6821F;  }
.hlavnitext a:hover     {  text-decoration: underline; font-family: Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;  color: #3C81A8;}
	



#paticka 
{ 
padding-top: 10px;
margin-left:50px;
height: 60px; 
text-align: center; 
background: #F6821F;
width:766px;
 
color:#ffffff;

border-top: 4px;
	border-top-style: solid;
	border-top-color:#B0BE29;
 

LEFT: 50%;
	MARGIN: 0px 0px 0px -383px;
	
	POSITION: absolute;
	 	
 	
 



} 







#paticka  a:link        { text-decoration: none; font: 10px Verdana, Arial, Helvetica, sans-serif;  color:#ffffff; font-weight: bold;   }
#paticka  a:visited     {  text-decoration: none; font: 10px Verdana, Arial, Helvetica, sans-serif;  color:#ffffff; font-weight: bold; }
#paticka  a:hover     {  text-decoration: none; font: 10px Verdana, Arial, Helvetica, sans-serif;  color: #D4D0C8; font-weight: bold;}	




hr.cleaner 
{ 
clear:both; 
display: none; 
} 


.levyhorni{
	
	margin-top: 1px;
	
	height:180px;
	margin-left:10px;
	width:227px;
	
		
}



.menuhorizont{
	
	background:url(images/menu.gif); background-repeat:repeat-x;
	margin-top: 1px;
	font: 11px Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	width:514px;
	height:28px;
	
	
	
	
}





.menu {
 
  display:table;         /* ignored by IE */
  padding:0px; 
  list-style-type:none;
  white-space:nowrap;    /* keep text on one line */
   
 
  
  
  }
* html .menu {
  display:inline-block;  /* for IE only */
  width:1px;             /* IE will expand to fit menu width */
  padding:0 0px;         /* fix bug in IE for border spacing */
  }  
.menu li {
  display:table-cell;    /* ignored by IE */
  }
* html .menu li {
  display:inline;        /* for IE only */
  }
.menu a, .menu a:visited {
  display:block;         /* for all browsers except IE */
  padding:4px 12px;

  color:#fff; 
  background:url(images/menu.gif); background-repeat:repeat-x;
  border-right:2px solid #fff; /* add a 1px white border around items */ 
  text-decoration:none;
  }
* html .menu a, * html .menu a:visited {
  display:inline-block;  /* for IE only */ 
  margin:0 -2px;         /* to correct an IE border width bug */  
  }
.menu a:hover {
  color:#D4D0C8; 
  }

.lefted {margin:0 auto 0 0; }

.imgfloatleft 
{ 
float: left; 
margin: 0px 10px 0px 0px; 
border: 0px;
}

hr{  color: #F6821F;
background: #F6821F;
border-style: solid ;
border-color: #F6821F ;
border-width:  0px;
height: 1px; 


}


	fieldset 
{ 
width:385px;
border-color:#B0BE29; 
border-style:solid; 
border-width:1px 1px 1px 1px; 
padding:10px; 
} 





legend 
{ 
color: #ffffff; 
width: 250px; 
text-align:center; 
font: 13px Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
font-weight:bold; 
background: #F28827 ;
border-width: 1px;
border-style: solid;
border-color: #B0BE29;
height: 18px;
padding:2px 30px 2px 30px; 
} 



label 
{ 
float: left; 
width: 100px; 
padding-left:10px; 
font-weight:bold; 
} 


select
{ 
border: 1px solid #c7c7c7; 
width: 180px; 
height: 16px; 
color: #333333; 
margin-bottom: 18px; 
background: #eeeeee;
font: 10px Verdana, Arial, Helvetica, sans-serif;
} 


input 
{ 
border: 1px solid #B0BE29; 
width: 180px; 
height: 20px; 
color: #333333; 
padding: 3px;
margin-bottom: 10px; 
background: #eeeeee;
font: 11px Verdana, Arial, Helvetica, sans-serif;
} 



textarea 
{ 
border: 1px solid #B0BE29; 
 
height: 150px; 
margin-bottom: 8px; 
background: #eeeeee;
font: 11px Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
padding:3px;
} 


#submitbutton
{ 

width: 100px; 
background: #B0BE29;
height: 20px;
 color:white; 
 border: 0px solid #F28827; 
font: 11px Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
 font-weight:bold; 
} 

.copy{
	
	padding: 5px;
	font: 9px Trebuchet MS, Verdana,Arial, Helvetica, sans-serif;
	color:#ffffff;
	
	
	
	
}



	
.kontakt{
	position: relative;
	margin-top: 2px;
	float:right;
	color: #ffffff;
	font: 10px Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 185px;
	text-align: left;
	
	
}


.www{
	position: relative;
	margin-top: 3px;
	margin-left: 9px;

	float:left;
	
	width: 250px;
	
	
	
}



.databaze{
	
	padding-left:10px;
	text-align: center;
	
}





#dlmenu {height:45em;}
#menu {list-style-type:none; margin:0 0 10px; padding:0; position:absolute; width:213px; background:#B0BE29; z-index:100;}
#menu li {display:block; padding:0; margin:0; position:relative; z-index:100;}
#menu li a, #menu li a:visited {display:block; text-decoration:none;}
#menu li dd {display:none;}
#menu li:hover, #menu li a:hover {border:0;}
#menu li:hover dt a , #menu li a:hover dt a {background:#B0BE29 url(images/top2.gif) 2% center no-repeat; color:#ffffff; }
#menu li:hover dd, #menu li a:hover dd {display:block;}
#menu li:hover dl, #menu li a:hover dl {height:22em; background:#B0BE29 url(sub_grad.gif);}
#menu table {border-collapse:collapse; padding:0; margin:-3px; font-size:1em;}
#menu dl {width: 213px; margin: 0; background: #6f9c6f; cursor:pointer;}
#menu dt {margin:0; padding: 0; font-size: 1.1em; border-bottom:1px solid #FFFFFF;}
#menu dd {margin:0; padding:0; font-size: 1em; text-align:left; }
.gallery dt a, .gallery dt a:visited {display:block; color:#fff; padding:5px 5px 5px 40px; background:#F6821F url(images/top.gif) 2% center no-repeat;font-weight: bold;}
.gallery dd a, .gallery dd a:visited {color:#fff; min-height:1em; text-decoration:none; display:block; padding:4px 5px 4px 20px; background:#B0BE29 url(sub_grad.gif);}
* html .gallery dd a, * html .gallery dd a:visited {height:1em;}
.gallery dd a:hover {background:#F6821F; color:#fff;}	










ul#hlavniMenu 
{ 
text-align: left;
background-color:#F6821F; 

 
} 

ul#hlavniMenu,ul
{ 
padding:0; 
margin:0px; 
list-style-type:none; 

} 

ul#hlavniMenu ul 
{
	position: absolute;
	top: 2px;
	left: 213px;
	visibility: hidden;
	background-color:#F6821F;
	border-left: 1px solid;
	border-left-color:#ffffff;
	background-color:#ffffff; 
} 

ul#hlavniMenu li 
{
background:#F6821F;
position:relative; 
width:213px;
border-bottom: 1px solid;
border-bottom-color: #ffffff ;

font-weight: bold;
color: #ffffff;
height: 28px;
padding-top: 4px;
padding-left: 0px;  

	
	} 

ul#hlavniMenu a 
{
	color: #FFFFFF;
	display: block;
	font: 11px Trebuchet MS, verdana,sans-serif;
	text-decoration: none;
	display: block;
	width: 205px;
	padding-left: 4px;
	height: 24px;
	font-weight: bold;
	padding-top: 0px;


} 

ul#hlavniMenu a:hover, ul#hlavniMenu li:hover a, ul#hlavniMenu li.hover a 
{ 
background-color:#F6821F; 
color:#000000; 
font-weight: bold;

} 




ul#hlavniMenu a:hover, ul#hlavniMenu li:hover a, ul#hlavniMenu li.hover a 

{ 
background-color:#F6821F; 
color:#000000; 
font-weight: bold;
 
} 




ul#hlavniMenu li:hover ul a, ul#hlavniMenu li.hover ul a 
{ 
background-color:#B0BE29; 
color:white; 
height: 27px;
padding-top: 4px;
font-weight: normal;
width: 160px;
padding-left: 8px;


} 

ul#hlavniMenu li:hover ul a:hover, ul#hlavniMenu li.hover ul a:hover 
{ 
background-color:#F6821F; 
color:white; 
font-weight: normal;

} 

ul#hlavniMenu li:hover ul, ul#hlavniMenu li.hover ul 
{ 
visibility:visible; 
} 

ul#hlavniMenu li li 
{ 
border:none; 
padding:0; 
background-color:white; 
width:140px;

} 

ul#hlavniMenu li 
{ 
behavior: url(hover.htc); 
} 






