.cookietool-message {
	position: fixed;
	width: 100%;
	padding: .5em;
	text-align: center;
	background:#0340a4;
	border-top: 1px solid #fff;
	color: #fff;
	z-index: 9999; 
}

.cookietool-message-top {
	border-bottom-width: 1px;
	top: 0;
}

.cookietool-message-bottom {
	bottom: 0;
}

.cookietool-message p {
	margin: 0;
	margin-bottom: .5em;
	text-align:center;
}
.bot{
	background:#0340a4 url(../img/menu.png);
	border: 2px solid #fff;
	border-radius: 5px;
	padding: 3px;
	width: 50px;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
}
.bot:hover {
	background:#036;
	border: 2px solid #fff;
	border-radius: 5px;
	padding: 3px;
	width: 50px;
	color:#fff;
	font-weight:bold;
}
.cookietool-message a{
	color:#ccc;
	text-decoration:underline;
}
.cookietool-message a:visited{
	color:#ccc;
}
.cookietool-message a:hover, a:active, a:focus{
	color:#fff;
}