body {
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(logo_rakt.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#text {
	position: relative;
	max-width: 700px;
	margin: 300px auto 50px;
	border: none;
	text-align: left;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
}
#text a {
	color: #c6aa8b;
	text-decoration: none;
	font-weight: bold;
}
#text a:hover {
	color: #c6aa8b;
	text-decoration: underline;
}
.mark {
	color: #c6aa8b;
	font-weight: bold;
	font-family: Georgia, Constantia, "Lucida Bright", "DejaVu Serif", serif;
	text-transform: uppercase;
}
.linie {
	border-bottom: 1px solid #C6AA8B;
	padding-bottom: 20px;
}
.impr {
	font-size: 11px;
	line-height: 18px;
}