#cookieAccept {
	position			: fixed ;
	z-index				: 1000 ;
	padding 			: 20px ;
	background-image	:	url(img/blue-trans-bg.png);
	color				: #cee3f1 ;
	font-size 			: 1em ; /* 15px bij 68,8%*/
	}	
	#cookieAccept.layout_1	{
		width				: 322px ;
		bottom				: 0px ;
		left				: 0px ;
		margin				: 10px ;
	}
	#cookieAccept.layout_2	{
		width				: 100% ;
		bottom				: 0px ;
		margin				: 0px ;
		}
		#cookieAccept.layout_2 #cookieAccept-content {
			width			: 960px ;
			margin			: auto ;
		}
		#cookieAccept.layout_2 #cookieAccept-header,
		#cookieAccept.layout_2 br {
			display : none;
}

#cookieAccept #cookieAccept-header {
	font-weight : bold ;
}
#cookieAccept .clear{
	clear : both ;
}
#cookieAccept button{
	border 					: none ;
	padding 				: 0px 10px ;
	height 					: 20px ;
	overflow 				: visible ;
	
}
#cookieAccept #cookieAccept-btn-accept {
	color				: #fff;
	border 				: none ;
	background 			: none ;
	margin-left 		: 15px ;
	
}
#cookieAccept #cookieAccept-btn-refuse {
	color				: #a2b3c0;
	border 				: none ;
	background 			: none ;
	margin-left			: 5px;
	
}

#cookieAccept #cookieAccept-btn-accept:hover,
#cookieAccept #cookieAccept-btn-refuse:hover
 {
	cursor 			: pointer ;
 	color			: #fff;
	text-decoration	:underline;
}
#cookieAccept #cookieAccept-btn-moreinfo {
	border 				: none ;
	background 			: none ;

	color				: #cee3f1 ;
	margin-left 		: 5px ;
}
#cookieAccept #cookieAccept-btn-moreinfo:hover{
	color				:#fff;
	text-decoration		: underline ;
	cursor:pointer;
}