@charset "utf-8";
#cookieMore {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 8000;
	border-top: 4px solid #3d995f;
	font-family: Tahoma, Geneva, Garuda, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #000;
	background: #e0fadf;
}
#cookieMore p {
}
#cookieMore a {
	color: #25435c;
	text-decoration: underline;
}
p.cookieMoreText {
	margin: 0;
	padding: 0 0 6px 0;
	color: #000000;
}
p.cookieMoreTitle {
	margin: 0;
	padding: 20px 0 0 0;
	font-weight: bold;
	color: #000000;
}
#cookieMore ul {
	margin: 0;
	padding: 0 0 26px 16px;
	list-style-type: square;
}
#cookieDirContainer {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	z-index: 9000;
	border-top: 4px solid #3d995f;
	font-family: Tahoma, Geneva, Garuda, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #000;
	background: #bcf5c1;
}
#cookieDirContainerInner {
	display: none;
	width: 100%;
	height: 60px;
	z-index: 9000;
	font-family: Tahoma, Geneva, Garuda, sans-serif;
	font-size: 13px;
	color: #000;
	background: #bcf5c1;
}
#cookieAccept,
#cookieAcceptMore {
	float: right;
	margin-top: 12px;
	height: 36px;
	width: 150px;
	color: #ffffff;
	text-align: center;
	line-height: 36px;
	background: url(button-accept.gif);
	cursor: pointer;
}
#cookieCancel {
	margin-top: 26px;
	height: 35px;
	width: 330px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;
	background: url(button-cancel.gif);
	cursor: pointer;
}
#cookieClose {
	margin-top: 36px;
	margin-bottom: 20px;
	height: 17px;
	width: 73px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;
	background: url(button-close.gif);
	cursor: pointer;
}
#cookieMoreLink {
	color: #25435c;
	text-decoration: underline;
	cursor: pointer;
}
#cookieAccept span,
#cookieAcceptMore span,
#cookieCancel span,
#cookieClose span {
	position: absolute;
	top: -999em;
}
div.disclaimerCenter {
	width: 700px;
	margin: 0 auto;
}
p.disclaimerText {
	float: left;
	margin: 9px 0 0 0;
	padding: 0;
	width: 530px;
	color: #000000;
}
div.clearfix {
	clear: both;
	height: 1px;
}