#cookieLayer {
	display:none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1001;
}
	#cookieLayer .cookieLayerBackground {
		display: block;
		height: 100%;
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
		background-color: #000;
		opacity: 0.5;
		filter:alpha(opacity=50);
	}
	#cookieLayer .cookieLayerContentWrapper {
		bottom: 0;
		left:0;
		right:0;
		position: absolute;
		background:#fff;
		padding: 30px;
	}
		#cookieLayer .cookieLayerClose {
			cursor: pointer;
			display: block;
			font-weight: bold;
			outline: medium none;
			padding-left: 32px;
			text-decoration: none;
			position: absolute;
			right: 30px;
			line-height: 20px;
			height: 20px;
			top: 30px;
			background: transparent url('/fileadmin/templates/javascript/lib/jquery-plugin/fancybox/close.png') 0px 0px no-repeat;
		}
	#cookieLayer .cookieLayerContent,
	#cookieLayer .cookieLayerFullContent {
		margin:0 auto;
		max-width:940px;
		min-width:300px;
	}
		#cookieLayer .cookieLayerContent h1 {
			padding-right: 160px;
		}
		#cookieLayer .cookieLayerContent a {
			display: block;
		}
	#cookieLayer .cookieLayerFullContent {
		display: none;
	}
	#cookieLayer p {
		margin-bottom:20px;
	}
	#cookieLayer h1 {
		margin-bottom:20px;
	}
	#cookieLayer a {
		text-decoration:underline;
	}
	#cookieLayer table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	#cookieLayer table tr:nth-child(odd)>td {
		background-color: #f9f9f9;
	}
	#cookieLayer table tr>th {
		padding: 8px;
		vertical-align: top;
	}
	#cookieLayer table tr>td {
		padding: 8px;
		vertical-align: top;
		border-top: 1px solid #ddd;
	}
