body {
	background-color: rgb(255,255,255);
	font-family: Lucida, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: rgb(51,51,51);
	padding: 0px;
	margin: 0px;
}

.first {
	background-color: rgb(255,255,255);
	position: relative;
	padding: 0px;
	width: 80px;
	vertical-align: center;
	text-align: justify;
	border-width: 0px;
	font-size: 18px;
	color: rgb(200,210,210);
	z-index: 1;
}

.spruch {
	background-color: transparent;
	position: absolute;
	top: 10%;
	left: 15%;
	padding: 0px;
	width: 320px;
	vertical-align: center;
	text-align: left;
	border-width: 0px;
	font-size: 18px;
	color: rgb(170,190,190);
	z-index: 2;
}

.ndr {
	padding: 10px;
	position: absolute;
	top: 30px;
	left: 20px;
	width: 320px;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(200,210,210);
	color: rgb(51,51,51);
	font-size: 11px;
	text-align: left;
	line-height: 13px;
}
.second {
	background-color: rgb(255,255,255);
	width: 100%;
	position: relative;
	padding: 0px;
	vertical-align: center;
	text-align: right;
	border-width: 0px;
	font-size: 8px;
	color: rgb(200,210,210);
}

A:link, A:visited {
	text-decoration: none;
	color: rgb(0,81,87);
}

A:active {
	text-decoration: none;
	color: rgb(0,81,87);
}

A:hover {
	text-decoration: none;
	color: rgb(77,79,83);
}

