#cookiesDiv {
z-index: 10000;
display: none;
position: fixed;
bottom: 0;
margin: 0;
width: 100%;
height: auto;
text-align: center;
background-color: #1a0403;
color: #730000;
padding: 10px 0;
opacity:0.9;
filter:alpha(opacity=90); /* For IE8 and earlier */
}

#cookiesDiv:hover {
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */

}

#cookiesDiv p {
	text-align: center;
	color: #694040;
	font-family: Verdana, sans-serif;
	font-size: small;
	padding: 0;
	margin: 0;
}
#cookiesDiv a {
	text-align: center;
	color: #694040;
	font-family: Verdana, sans-serif;
	font-size: small;
	text-decoration: underline;
}
#cookiesDiv a:hover {
	text-align: center;
	color: #694040;
	font-family: Verdana, sans-serif;
	font-size: small;
	text-decoration: underline;
}

#kontener-txt {
font-size: small;
	font-family: Verdana, sans-serif;
    margin: 0px auto;
    width: 50%;
	padding:30px;
	color: #c7b990;
}

h1 {
    color: #c7b990;
    font-size: 20px;
    line-height: normal;
    font-weight: normal;
    text-align: justify;
}