@charset "UTF-8";
/* CSS Document */

.titel {
	color: #C38E00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-variant: normal;
	text-decoration: underline;
	font-weight: normal;
}


.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.unken-1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
	background-color: #FCF671;
	font-style: normal;
	height: 40px;
	padding: 5px;
	margin: 50px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC9921;
	border-right-color: #CC9921;
	border-bottom-color: #CC9921;
	border-left-color: #CC9921;
}

