/*body {
	margin: 0px;
	padding: 0px;
	background: url("img/patt.png");
}
*/

#cookieBar {
	width: 100%;
	position: fixed;
	bottom: 0px;
	/*height:120px;*/
	z-index: 199999;
	left:0px;

	/*background-color: rgba(150, 183, 49, 0.93);*/
	background-color: rgba(51, 102, 153, 0.90);
	color: white;
	padding: 5px 10px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 2px solid rgba(0, 0, 0, 0.6);
	box-shadow: 1px 0px 11px rgba(0, 0, 0, 0.67);

	transition: background-color linear 0.5s;
	-webkit-transition: background-color linear 0.5s;
}

/*#cookieBar:hover {
	background-color: #1C352B;
	border-bottom: 2px solid #1db597;

	transition: all linear 0.5s;
	-webkit-transition: all linear 0.5s;
}*/



#cookieBarText {
	/*width:100%;*/
	float: left;
	padding: 5px;
	padding-left: 15%;
	padding-right: 15%;
	font-size:11px;
}

#cookieBarLink {
	padding: 5px;
	padding-left: 10px;
	/*float: left;*/
	display:inline;
	color: black;
	font-weight: bold;
	font-size: 0.8em;
}

/*#cookieBarLink:hover {
	text-decoration: underline;
}*/



#cookieBarClose {
	display: inline-block;
	position: relative;
	left: -23px;
	float: right;
	
	padding: 4px 12px;
	cursor: pointer;
	border: solid 2px #205284;
	border-radius: 2px;
	background-color: #336699;
	/*border-color: #168972;*/
	/*background: #168972;*/
	color: white;

	transition: background linear 0.1s;
	-webkit-transition: background linear 0.1s;
}

#cookieBarClose:hover {
	background-color: #3478bb;

	transition: background linear 0.1s;
	-webkit-transition: background linear 0.1s;
}


