
.button-link {
padding: 5px 10px;
background: #339933;
color: #FFFFFF;
text-decoration: none;
float:right;
margin-right:20px;
margin-top:5px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border: 0px;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
}

.button-link:hover, .button-link:focus {
background: #FF1414;
border: 0px;
text-decoration: none;
-webkit-transition-duration: 0.2s;
-moz-transition-duration: 0.2s;
transition-duration: 0.2s;
}

#CookieKomunikat{
background:rgb(0,0,0);
background-color:rgba(0,0,0,0.8);
position:fixed;
bottom:0px;
left:0px;
right:0px;
text-align:center;
width:100%;
z-index:1000;
color:#FFFFFF;
padding:10px;
font-family:Arial;
font-size:14px;

} 
 

