@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=latin,latin-ext);
#cookiesBar {
	border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
   font-family: 'Open Sans', sans-serif;
				font-weight: 400;
				font-size: 12px;   
				color: #ffffff;  
    width: 100%;
    padding: 7px 0;
    position: fixed;
        bottom: 0;
		
        left: 0;
		float: left;
	z-index: 999999999999999999;
    
        
		background-image: url(../grafika/tlo_b.png); background-position: bottom;
}

#cookiesBar a {
    color: #fff;
    
		z-index: 999999999999999999;
}
#cookiesBar a:hover { color: #aeaeae; z-index: 999999999999999999; }
	

#cookiesBar p {
    margin: 2px 10px;
    line-height: 15px;
	 font-family: 'Open Sans', sans-serif;
				font-weight: 300;
				font-size: 12px;   
				color: #ffffff;  
					z-index: 999999999999999999;
}

#cookiesBarWrap {
    width: 100%;
    margin: 0 auto;
	text-align: center;
    position: relative;
	font-family: 'Open Sans', sans-serif;
				font-weight: 300;
				font-size: 12px;   
				color: #ffffff;  
					z-index: 999999999999999999;
}

#cookiesBarClose {
    display: block;
    width: 20px;
    height: 19px;
    background: url("../grafika/btn-close.png") 0 0 no-repeat;
    text-indent: -999em;
    position: absolute;
        top: 2px;
        right: 30px;
			z-index: 999999999999999999;
}
a#cookiesBarClose { border: 0; margin-top: -5px; margin-right: -25px;}
#cookiesBarClose:hover { background-position: -30px 0; }