body {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 16px;
	background-color: #FFFFFF;

}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.navigtop {
	font-size: 12px;
}
a.navigtop:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #000000;
}
.blocksatz {
	text-align: justify;
}
.copyright {
	font-size: 9px;
	color: #CCCCCC;
	text-align: center;
.detailbeschreibung {
	font-size: 14px;
}
.lebenslauf {
	font-size: 12px;
}
.kategorie {
	font-size: 20px;
}
}
input {
	width: 375px;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	border-top-style: hidden;
	border-top-width: 0px;
	text-align: center;
}
input.error {
	border-color: #FF0000;
	border-width: 2px;
}
input.button {
	width: 180px;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	border-top-style: hidden;
	border-top-width: 0px;
	text-align: center;
	font-size: 14px;
}
textarea {
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	border-top-style: hidden;
	border-top-width: 0px;
	text-align: center;
}
textarea.error {
	border-color: #FF0000;
	border-width: 2px;
}
