.cookieDialogBox {
	position: fixed;
	padding: 0px;
	z-index: 10000;
	width: 100%;
	background: #333;
	margin:0px 0 0 0px;
	left: 0;
	bottom: 0;
	border: 1px solid #000;
	opacity: .8;
	filter: alpha(opacity=80);
}

.cookieDialogBox a {
	color: #f90;
	font-size: 8pt;
	font-family: verdana;
	text-decoration: none;
}


.cookieDialogBox a.close {
	font-size: 10pt;
	padding-right: 10px;
	padding-top: 10px;
}

.cookieDialogBox h3 {
	color: #fff;
	font-size: 10pt;
	font-family: verdana;
}

.cookieDialogBox p {
	color: #fff;
	font-size: 8pt;
	font-family: verdana;
}


div#bottom {
    width: 100%;
    height: 40px;
    background-color: #FF0000;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

#stopka {
	position: fixed;
	height: 40px;
	width: 300px;
	left: 40%;
	background: #993300;
	bottom: 0;
}