div.imprint-footer {
	padding-top: 1em;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
}

div.imprint-footer a {
	color: #333;
}

div.imprint-footer a:visited {
	color: #333;
}

#imprint {
	position: relative;
	width: 580px;
	margin: 10ex auto 2ex auto;
	text-align: center;
}

#imprint-text {
	  position: relative;
	  width: 580px;
	  margin: 6ex auto 2ex auto;
}

#imprint-text .box-inner {
	width: 430px;
	background: #404040;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#404040),color-stop(100%,#2e2e2e));
	background: -ms-linear-gradient(top,#404040 0%,#2e2e2e 100%);
	background: linear-gradient(to bottom,#404040 0,#2e2e2e 100%);
	margin: 0 50px;
	padding: 24px 24px 24px 24px;
	border-radius: 6px;
	color: #cad2d9;
	font-size: 160%;
}

#imprint-text a {
	color: #cad2d9;
}

#imprint-text a:visited {
	color: #cad2d9;
}

