/*Overall CSS for each Horizontal Accordion.
	Most settings should be kept as it.
	Customize each Accordion by styling each Accordion's ID attribute instead.
*/
body{ background:url(ana_zemin.gif) repeat-x top left #b8b8b8; font-family:Verdana, Geneva, sans-serif; font-size:12px; color:#999;}

a:link{ text-decoration:none; color:#666;}
a:visited{text-decoration:none; color:#666;}
a:hover{text-decoration:underline; color:#666;}

.haccordion{padding: 0;}

.haccordion ul{
margin: 0;
padding: 0;
list-style: none;
overflow: hidden; /*leave as is*/
}


.haccordion li{
margin: 0;
padding: 0;
display: block; /*leave as is*/
width: 100%; /*For users with JS disabled: Width of each content*/
height: 200px; /*For users with JS disabled: Height of each content*/
overflow: hidden; /*leave as is*/
float: left; /*leave as is*/
}

.haccordion li .hpanel{
width: 100%; /*For users with JS disabled: Width of each content*/
height: 200px;  /*For users with JS disabled: Height of each content*/
padding-top:150px;
}