
	/*****************************************************************/
	/* Base styles																	  */
	/*****************************************************************/
	
	*
	{
		outline:none;
		line-height:150%;
	}
	
	body
	{
		margin:0px;
		padding:0px;
		padding-bottom:20px;
		background:#252525 url('../image/pozadi-skladovani-zrnin-5.jpg') 0px 0px repeat-x;
		
		
	}
	
	body,input,textarea,a
	{
		color:#FFFFFF;
		font:13px Arial;
	}
	
	textarea
	{
		overflow:hidden;
	}
	
	textarea
	{
		resize:none;
	}
	
	a,textarea,input 
	{ 
		outline:none; 
	}
		
	.clear-fix
	{
		clear:both;
	}
	
	.overflow-fix
	{
		height:100%;
		overflow:hidden;
	}
	
	.float-left
	{
		float:left;
	}
	
	.float-right
	{
		float:right;
	}
	
	.box-center
	{
		margin-left:auto !important;
		margin-right:auto !important;
	}
	
	.top-0
	{
		margin-top:0px !important;
		padding-top:0px !important;
	}
	
	.margin0
	{
		margin:0px !important;
	}
		
	.padding0
	{
		padding:0px !important;
	}
	
	.text-right
	{
		text-align:right;
	}
	
	p
	{
		line-height:140%;
    font-size:90%;
    text-align: justify;
    margin:10px 15px 10px 0px;
	}
	
	a img
	{
		border:none;
	}
		
	a
	{	
		text-decoration:none !important;
	}
	
	a:hover
	{
		text-decoration:underline;
	}
	
	a.image-link
	{
		width:100%;
		height:100%;
		display:block;
		text-decoration:none;
	}
	
	/*****************************************************************/
	/*	Layouts																		  */
	/*****************************************************************/
	
	.layout-50 {}
  
  .layout-60 {}
	
	.layout-49 {}
	
	.layout-50-left 
	{ 
		clear:both;
		float:left;
    margin-top:10px; 
	}
	
	.layout-49-left 
	{ 
		clear:both;
		float:left;
    margin-top:40px; 
	}
	
	.layout-50-right 
	{ 
		float:left; 
	}
  
  	.layout-60-right 
	{ 
		float:left; 
	}
  
  	.layout-60-right 
	{ 
		width:52%; 
	}
	
	.layout-50-left,
	.layout-50-right 
	{ 
		width:48%; 
	}
	
	.layout-49-left{ 
		width:48%; 
	}
	
	.layout-6040 {}
	
	.layout-6040-left 
	{
		width:59%; 
		clear:both;
		float:left; 
	}
	
	.layout-6040-right 
	{ 
		width:39%;
		float:right; 
	}
	
	.layout-7030 {}
	
	.layout-7030-left 
	{
		width:60%; 
		clear:both;
		float:left; 
	}
	
	.layout-7030-right 
	{ 
		width:31%;
		float:right;
		
    
	}

	/*****************************************************************/
	/*	Headers																		  */
	/*****************************************************************/
	
	h1,h2,h3,h4,h5,h6
	{
		margin:0px;
		padding:0px;
		color:#FFB100;
		margin-top:10px;
		font-weight:normal;
		margin-bottom:10px;
		font-family: Helvetica, Arial,sans-serif;
	}
  
  h1{
	font-size:36px; 
	line-height:36px; 
	margin-bottom:15px;
}

.uvodka{

  				font-size:19px;
					margin-top:267px;
					margin-bottom:32px;
}
 
h2{
	font-size:20px; 
	line-height:20px; 
	margin-bottom:10px;
}
h3{
	font-size:16px; 
	margin-bottom:15px;
}
h4{
	font-size:18px; 
	line-height:16px; 
	margin-bottom:12px;
}
h5{
	font-size:14px; 
	margin-bottom: 10px; 
	padding:0px;
}
h6{
	font-size:12px; 
	margin-bottom: 10px; 
	padding:0px;
	letter-spacing: 1px;
}
	
	/*****************************************************************/
	/*	List																			  */
	/*****************************************************************/

	ul.no-list
	{
		margin:0px;
		padding:0px;
		list-style-type:none;		
	}
	
 	/*****************************************************************/	
	/*	Scrollbars																	  */
	/*****************************************************************/
	
	.jspVerticalBar
	{
		width:10px;
	}
	
	.jspDrag
	{
		background-color:#343434;
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		border-radius:10px;
	}
	
	.jspTrack
	{
		background-color:#252525;
	}
	
	.jspHover
	{
		background-color:#E0E0E0;
	}
	
	/*****************************************************************/
	/* Qtip																			  */
	/*****************************************************************/
	
	.ui-tooltip-error .ui-tooltip-content,
	.ui-tooltip-success .ui-tooltip-content 
	{
		border:none;
		color:#FFFFFF;
		font-size:13px;
	}
	
	.ui-tooltip-content
	{
		padding:10px 20px 10px 20px;
	}
	
	.ui-tooltip-error .ui-tooltip-content
	{
		background:#E9431C;
		text-shadow:0px 1px 0px #8C2811;
	}
	
	.ui-tooltip-success .ui-tooltip-content
	{
		background:#61911B;
		text-shadow:0px 1px 0px #3A5710;
	}
	
	/*****************************************************************/
	/* Captify																		  */
	/*****************************************************************/

	.caption-bottom
	{
		border:0 !important;
		padding-top:15px;
	}

	/*****************************************************************/
	/*	Form																			  */
	/*****************************************************************/
	
	form,
	input,
	textarea
	{
		margin:0px;
		padding:0px;
	}

	textarea,
	input[type="text"]
	{
		float:right;
		width:274px;
		border:none;
		padding:10px;
		background:none;
		border:solid 1px #343434;
	}
	
	textarea
	{
		height:140px;
	}
	
	.form-line
	{
		height:100%;
		overflow:hidden;
		margin-bottom:10px;
	}
	
	a.button
	{
		float:right;
		padding:8px 20px 8px 20px;
		border:solid 1px #343434;
	}
	
		a.button:hover
		{
			color:#D75902;
			border-color:#D75902;
			text-decoration:none;
		}

	/*****************************************************************/
	/*	Main																			  */
	/*****************************************************************/
	
	div.main
	{
		width:860px;
	}
	
	/*****************************************************************/
	/*	Header																		  */
	/*****************************************************************/
			
	div.header
	{
		top:-1px;
		height:100px;
		margin-top:0px;
		position:relative;
		
	}
			
		div.header h1
		{
			font-size:50px;
			margin-top:15px;
			font-weight:300;
			margin-bottom:0px;
			letter-spacing:-2px;
		}
		
		div.header h5
		{
			color:#969696;
			font-size:15px;
			margin-top:0px;
		}
		
		div.header ul.header-menu
		{
			float:right;
			margin-top:43px;
		}
		
			div.header ul.header-menu li
			{
				float:left;
				margin-left:20px;
				padding-left:20px;
				background-repeat:no-repeat;
				background-position:center left;
			}
      div.header ul.header-menu li.header-menu-camera   { background-image:url('../image/header_icon_camera.png');    }
			div.header ul.header-menu li.header-menu-download   { background-image:url('../image/header_icon_download.png');    }
			div.header ul.header-menu li.header-menu-mail { background-image:url('../image/header_icon_mail.png'); }
			div.header ul.header-menu li.header-menu-phone { background-image:url('../image/header_icon_phone.png'); }
			
	/*****************************************************************/
	/*	Content																		  */
	/*****************************************************************/
	
	div.content
	{
		height:500px;
	}
			
	/*****************************************************************/
	/*	Cascade																		  */
	/*****************************************************************/
			
	div.cascade
	{
		height:468px;
		position:relative;
		margin:0px 0px 30px 0px;
	}
	
		/**************************************************************/
		/*	Cascade / Box menu	 												  */
		/**************************************************************/
	
		div.cascade ul.cascade-menu
		{
			float:left;
			margin:0px;
			padding:0px;
			width:860px;
			list-style-type:none;
      background:url(../images/pozadi.png) repeat;
		}
		
			div.cascade ul.cascade-menu li
			{
 				z-index:1;
				width:200px;
				height:468px;
				cursor:pointer;
				position:absolute;
				text-align:center;
				background-position:0px 0px;
				background-repeat:no-repeat;	
			}
			
				div.cascade ul.cascade-menu li h1,
				div.cascade ul.cascade-menu li span
				{
					color:#FFFFFF;
				}
				
				div.cascade ul.cascade-menu li h1
				{
					font-size:19px;
					margin-top:265px;
					margin-bottom:32px;
				}
				
			div.cascade ul.cascade-menu li:hover
			{
				background-position:0px -468px;
			}

			div.cascade ul.cascade-menu li.blue		
			{ 
				left:0px;
				background-image:url('../image/content_box_blue.png'); 	
			}
			
			div.cascade ul.cascade-menu li.green	
			{ 
				left:220px;
				background-image:url('../image/content_box_green.png'); 	
			}
			
			div.cascade ul.cascade-menu li.yellow	
			{ 
				left:440px;
				background-image:url('../image/content_box_yellow.png'); 	
			}
			
			div.cascade ul.cascade-menu li.orange	
			{
				left:660px;
				background-image:url('../image/content_box_orange.png'); 	
			}
		
		/**************************************************************/
		/*	Cascade / Window	 													  */
		/**************************************************************/
			
		div.cascade div.cascade-window
		{
			top:-6px;
			width:0px;
			left:220px;
			display:none;
			height:474px;
			padding-top:6px;
			position:absolute;
		}
    

			
		div.cascade div.cascade-window.cascade-window-prealoder
		{
			background:url('../image/preloader.gif') 50% 50% no-repeat;
		}
		
		div.cascade div.cascade-window h1
		{
			color:#E0E0E0;
			font-size:18px;
			font-weight:normal;
		}
			
			/***********************************************************/
			/*	Cascade / Window / Close bar 									  */
			/***********************************************************/
			
			div.cascade div.cascade-window div.cascade-window-close-bar
			{
				height:3px;
			}
				
			div.cascade div.cascade-window.blue div.cascade-window-close-bar 		{ background-color:#00A4CC; }
			div.cascade div.cascade-window.green div.cascade-window-close-bar 	{ background-color:#8BB300; }
			div.cascade div.cascade-window.yellow div.cascade-window-close-bar 	{ background-color:#EAB000; }
			div.cascade div.cascade-window.orange div.cascade-window-close-bar 	{ background-color:#D75902; }
				
				div.cascade div.cascade-window div.cascade-window-close-bar a
				{
					top:0px;
					right:20px;
					width:36px;
					height:15px;
					float:right;
					display:block;
					position:absolute;
					background-repeat:no-repeat;
					background-position:0px 0px;
				}
				
				div.cascade div.cascade-window div.cascade-window-close-bar a:hover
				{
					background-position:0px -15px;
				}
					
				div.cascade div.cascade-window.blue div.cascade-window-close-bar a 	{ background-image:url('../image/content_close_blue.png'); }
				div.cascade div.cascade-window.green div.cascade-window-close-bar a 	{ background-image:url('../image/content_close_green.png'); }
				div.cascade div.cascade-window.yellow div.cascade-window-close-bar a { background-image:url('../image/content_close_yellow.png'); }
				div.cascade div.cascade-window.orange div.cascade-window-close-bar a { background-image:url('../image/content_close_orange.png'); }
			
			/***********************************************************/
			/*	Cascade / Window / Content									  	  */
			/***********************************************************/			
					
			div.cascade div.cascade-window div.cascade-window-content
			{
				width:620px;
				height:415px;	
				margin:10px;
				padding-right:10px;
			}	
			
			/***********************************************************/
			/*	Cascade / Window / Footer										  */
			/***********************************************************/					
			
			div.cascade div.cascade-window div.cascade-window-footer
			{
				top:-22px;
				height:53px;
				position:relative;
				background:url('../image/content_footer.png') 0px 0px no-repeat; 	
			}	
				
		/**************************************************************/
		/*	Cascade Navigation								     			  	  */
		/**************************************************************/	
					
		div.cascade a.cascade-navigation
		{
			top:194px;
			width:25px;
			height:50px;
			display:none;
			position:absolute;
			background-repeat:no-repeat;
			background-position:0px 0px;
		}			
			
		div.cascade a.cascade-navigation:hover
		{
			background-position:0px -50px;
		}
			
			div.cascade a.cascade-navigation-prev
			{
				left:-50px;
				background-image:url('../image/content_nav_left.png');
			}
		
			div.cascade a.cascade-navigation-next
			{
				right:-50px;
				background-image:url('../image/content_nav_right.png');
			}		
			
	/*****************************************************************/
	/*	Footer																		  */
	/*****************************************************************/
		
   .footer	{

      margin-top: -20px;
		}
	
	
		

		
			/***********************************************************/
			/*	Footer / Latest tweets	 										  */
			/***********************************************************/
		
			div.footer div.main div.latest-tweets
			{
				background:url('../image/footer_icon_tweet.png') center left no-repeat;
			}
			
				div.footer div.main div.latest-tweets #latest-tweets ul
				{
					margin:0px;
					padding:0px;
					margin-left:35px;
					padding-left:15px;
					list-style-type:none;				
					border-left:solid 1px #343434; 
				}
			
					div.footer div.main div.latest-tweets #latest-tweets ul li
					{
						height:40px;
						display:table-row;
					}
					
						div.footer div.main div.latest-tweets #latest-tweets ul li p
						{
							margin:0px;
							padding:0px;
							display:table-cell;
							vertical-align:middle;
						}
						
							div.footer div.main div.latest-tweets #latest-tweets ul li p a
							{
								color:#DEDEDE;
							}
							
							div.footer div.main div.latest-tweets #latest-tweets ul li p a:hover
							{
								text-decoration:underline !important;
							}
				
			/***********************************************************/
			/*	Footer / Social List	 											  */
			/***********************************************************/
				
			div.footer div.main ul.social-list
			{
				float:right;
			}
			
				div.footer div.main ul.social-list li
				{
					float:left;
					margin-right:15px;
					padding:12px 0px 12px 0px;
				}
				
				div.footer div.main ul.social-list li:first-child
				{
					padding-right:15px;
					border-right:solid 1px #444444; 
				}
			
					div.footer div.main ul.social-list li a
					{
						width:16px;
						height:16px;
						display:block;
						background-position:0px 0px;
						background-repeat:no-repeat;
					}
					
					div.footer div.main ul.social-list li a:hover
					{
						background-position:0px -16px;
					}
					
					div.footer div.main ul.social-list li a.social-rss 		{ background-image:url('../image/social_rss.png'); 		}
					div.footer div.main ul.social-list li a.social-skype 		{ background-image:url('../image/social_skype.png'); 		}
					div.footer div.main ul.social-list li a.social-google 	{ background-image:url('../image/social_google.png'); 	}
					div.footer div.main ul.social-list li a.social-twitter 	{ background-image:url('../image/social_twitter.png'); 	}
					div.footer div.main ul.social-list li a.social-facebook 	{ background-image:url('../image/social_facebook.png'); 	}
					
					
					/* Container */
.wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 940px;
}

/* Import CSS Reset File */
@import url("reset.css");



/* Header */

#header {
  background:url(../images/bgheader.png) repeat-x;
  z-index: 1001;
  position: relative;
  height: 73px;
}

#logo {
  margin-top: 10px;
  width:262px;
}


#menu {
  z-index: 1001;
}

.col_14 {
  width: 262px; 
  display: inline;
  float: left;
  margin-right: 20px;
   
}

.col_34 {
  width: 700px; 
  display: inline;
  float: left;
  margin-right: 10px;  
}
.last {
  float: right;
  margin-right: 0;
}



/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
display: none;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
display: none;
}

/* Button */
.buttons {
  float: left;
  margin: 10px 10px 10px 0;
  cursor: pointer;
  color: #777777;
  line-height: 29px;
  text-transform: uppercase;
  height: 84px;
  background: url(../images/button_white_right.png) no-repeat 100% 0;
  display: inline-block;
  font-family: arial, verdana, tahoma, helvetica;
}
.buttons span {
  text-align: center;
  margin-right: 16px;
  padding: 6px 5px 0 10px;
  background: url(../images/button_white_left.png) no-repeat;
  display: inline-block;
  height: 84px;
  float: left;
  font-size: 11px;
}
a.buttons{
  color: #9a9a9a;
  text-shadow: #ffffff 0 1px 1px;
}
a.buttons:hover {
  color: #c6c6c6;
  text-shadow: #ffffff 0 1px 1px;
}
.buttonsgreen {
  background: url(../img/button_green_left.png) no-repeat 100% 0;
  width: 234px;
}
.buttonsgreen span {
  background: url(../img/button_green_right.png) no-repeat;
}
a.buttonsgreen {
  color: #527202;
}
a.buttonsgreen:hover {
  background: url(../img/button_green_right.png) no-repeat 100% 0;
}
.buttonsblue {
  background: url(../img/button_blue_left.png) no-repeat 100% 0 ;
  width: 232px;
}
.buttonsblue span {
  background: url(../img/button_blue_right.png) no-repeat;
}
a.buttonsblue {
  color: #10536b;
}
a.buttonsblue:hover {
  background: url(../img/button_blue_right.png) no-repeat;
}
.buttonsred {
  background: url(../img/button_red_left.png) no-repeat 100% 0;
  width: 234px;
}
.buttonsred span {
  background: url(../img/button_red_right.png) no-repeat;
}
a.buttonsred {
  color: #a53426;
  text-shadow: #dcb8b4 0px 1px 1px;
}
a.buttonsred:hover {
  background: url(../img/button_red_right.png) no-repeat;
}
.buttonsdark {
  background: url(../images/button_dark_right.png) no-repeat 100% 0;
}
.buttonsdark span {
  background: url(../images/button_dark_left.png) no-repeat;
}
a.buttondark {
  color: #474747;
  text-shadow: #8d8d8d 0px 1px 1px;
}
a.buttonsdark:hover {
  color: #333333;
  text-shadow: #8d8d8d 0px 1px 1px;
}
.buttonsyellow {
  background: url(../images/button_yellow_right.png) no-repeat 100% 0;
}
.buttonsyellow span {
  background: url(../images/button_yellow_left.png) no-repeat;
}
a.buttonsyellow {
  color: #ac8c14;
}
a.buttonsyellow:hover {
  color: #8f7511;
}
.buttonsorange {
  background: url(../img/button_orange_left.png) no-repeat 100% 0;
  width: 234px;
}
.buttonsorange span {
  background: url(../img/button_orange_right.png) no-repeat;
}
a.buttonsorange {
  color: #b87421;
}
a.buttonsorange:hover {
  background: url(../img/button_orange_right.png) no-repeat 100% 0;
}
.buttonspurple {
  background: url(../images/button_purple_right.png) no-repeat 100% 0;
}
.buttonspurple span {
  background: url(../images/button_purple_left.png) no-repeat;
}
a.buttonspurple {
  color: #a33daa;
  text-shadow: #ddc0df 0px 1px 1px;
}
a.buttonspurple:hover {
  color: #902d96;
  text-shadow: #ddc0df 0px 1px 1px
}

/*  Highlight Styles */

.highlight-yellow {padding:1px 4px;background-color:yellow;color:#111;}	
.highlight-dark{padding:1px 4px;background-color:#c6c6c6;color:#fff;}
.highlight-red{padding:1px 4px;background-color:#DE2D2D;color:#fff;}	
.highlight-green{padding:1px 4px;background-color:#A3CC29;color:#111;}
.highlight-blue{padding:1px 4px;background-color:#84daf8;color:#111;}
.highlight-orange{padding:1px 4px;background-color:#f6ae57;color:#111;}

.success, 
.success-message{
  margin: 15px 0;
  font-size: 14px;
  color: #84AF22;  
  padding: 15px 12px 15px 47px;
  background: #E6F2D2 url(../images/ok.png)  .5em .4em no-repeat;
  border: 1px solid #96C24A;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow:0 0 6px #aaaaaa;
  box-shadow:0 0 6px #aaaaaa;
  -webkit-box-shadow:0 0 6px #aaaaaa; 
}
.success-message{ 
  display: none; 
}

blockquote {
  padding: 10px;
  color: #959595;
  background: #555555;
  font-size: 13px;
  border-left: 6px solid #444444;
  font-family: Georgia, "Times New Roman", Times, serif;
}
blockquote p {
  font-size: 13px;
  color: #8a8a8a;
  margin-bottom: 0;
}

.fix 	{
      text-align:left;
      float:left;
      font-weight:100;
      color: #dbdddd !important;
			font-size:13px;
			padding:0px 20px 0px 21px;
      margin-top: -5px;
      font-family: Helvetica, Arial,sans-serif;
		}
        
#navlist {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
}

#navlist a, #navlist a:visited {
display: block;
padding: 2px 2px 2px 24px;
border: 1px solid;
border-color: #ddd #000 #000 #ddd;
background-color: #999999;
background-image:  url(../image/l1_down.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #EEE;
text-decoration: none;
font-size: 11px;
}

#navlist a:hover {
background-color: #9F6F9F;
background-image:  url(../image/l1_over.jpg);

color: #2D1E2D;
}

#sidebar #navlist .uberlink {
background-color: #9F6F9F;
background-image:  url(../image/l1_over.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #333 !important;
font-weight: bold;
font-size: 11px;
cursor: default;
}

#navlistr {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
}

#navlistr a, #navlistr a:visited {
display: block;
padding: 2px 2px 2px 24px;
border: 1px solid;
border-color: #ddd #000 #000 #ddd;
background-color: #999999;
background-image:  url(../image/l1_down-r.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #EEE;
text-decoration: none;
font-size: 11px;
}

#navlistr a:hover {
background-color: #9F6F9F;
background-image:  url(../image/l1_over-r.jpg);

color: #2D1E2D;
}

#sidebar #navlistr .uberlink {
background-color: #9F6F9F;
background-image:  url(../image/l1_over-r.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #333 !important;
font-weight: bold;
font-size: 11px;
cursor: default;
}

#navlistz {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
}

#navlistz a, #navlistz a:visited {
display: block;
padding: 2px 2px 2px 24px;
border: 1px solid;
border-color: #ddd #000 #000 #ddd;
background-color: #999999;
background-image:  url(../image/l1_down-z.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #EEE;
text-decoration: none;
font-size: 11px;
}

#navlistz a:hover {
background-color: #9F6F9F;
background-image:  url(../image/l1_over-z.jpg);

color: #2D1E2D;
}

#sidebar #navlistz .uberlink {
background-color: #9F6F9F;
background-image:  url(../image/l1_over-z.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #333 !important;
font-weight: bold;
font-size: 11px;
cursor: default;
}

#navlisto {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
}

#navlisto a, #navlisto a:visited {
display: block;
padding: 2px 2px 2px 24px;
border: 1px solid;
border-color: #ddd #000 #000 #ddd;
background-color: #999999;
background-image:  url(../image/l1_down-o.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #EEE;
text-decoration: none;
font-size: 11px;
}

#navlisto a:hover {
background-color: #9F6F9F;
background-image:  url(../image/l1_over-o.jpg);

color: #2D1E2D;
}

#sidebar #navlisto .uberlink {
background-color: #9F6F9F;
background-image:  url(../image/l1_over-o.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #333 !important;
font-weight: bold;
font-size: 11px;
cursor: default;
}

a#akce {   
    cursor: pointer;
    height: 119px;
    width: 39px;
    background: url("../image/feedback-border-a.gif?2") no-repeat scroll right top transparent;
    display:block:
    left: 0px;
    overflow: hidden;
    position: fixed;
    top: 35%;
    text-indent: -6000px;
}

a#akce:hover, a#akce:active, a#akce:focus {

    background-image: url("../image/feedback-border.gif?2");
    height: 119px;
    width: 44px;
    top: 35%;
    text-indent: -6000px;

}