@charset "UTF-8";
/* CSS Document */

#cookiesWarning {
}

#cookiesWarningActive{
	position:fixed;
	bottom:0;
	right:0;
background: #FFFF69;
width:120px;
height:80px;
margin: 5px;
padding: 5px;
box-shadow: 8px 8px 4px #999;
}

cookiesWarningActive small {
background: #FA5528;
margin-top: 10px;
margin-bottom: 10px;
padding: 3px;
color: #fff;
border: none;
border-radius: 7px;
box-shadow: 4px 4px 2px #233e5b;
}

#readMoreURL a: visited{
text-decoration: underline;
color: #000;
}

#readMoreURL a:hover {
text-decoration: none;
color: #FA5528;
}

#text {
}
#warning{
}
#cookiesDisabled {
}
.checkbox {
}
.button {
}
