@charset "UTF-8";
/* Cookiedingsbums-css */

#cookiedingsbums a {
	color: #CCFF00;
	text-decoration: none;
}

#cookiedingsbums a:hover {text-decoration:underline;}


#cookiedingsbums {
	position: fixed;
	background-color: #014B15;
	bottom: 0px;
	left: 0px;
	width: 98%;
	height: auto;
	padding-top: 20px;
	padding-right: 30%;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-style: normal;
	text-align: right;
	text-decoration: none;
	color: #DDDDDD;
	line-height: 1.3em;
	z-index: 10000;
}

#cookiedingsbumsCloser {
	position: relative;
	background-color: #222222;
	border-radius: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-style: normal;
	text-decoration: none;
	color: #EEEEEE;
	top: 10px;
	/*right: 0px;*/
	cursor: pointer;
	padding: 10px;
	z-index: 10000;
 }

#cookiedingsbumsCloser:hover {
	/*border-bottom:1px solid white; 
	border-right:1px solid white; 
	border-top:1px solid #7b92a9; 
	border-left:1px solid #7b92a9;}*/
	
	border: 4px solid #CF0;
}

