body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #0018A5;
}
h1 {
	font-size: 1.5em;
	font-weight: bold;
	margin-left: 10px;
	margin-top:10px;
}
p {
	font-size: 0.9em;
	margin-left: 10px;
	margin-right: 10px;
}
p.error {
{
	font-size: 0.8em;
	font-weight: bold;
	color: #000;
	background-color: #00F320;
	text-align:center;
	margin:10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
}
p.hinweis {
	font-size: 0.8em;
	font-weight: bold;
	color: #000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #00F320;
}

p.info {
	font-size: 0.7em;
	margin:10px;
}

a:link {
	font-size: 0.9em;
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}

a:hover {
	font-weight: bold;
	font-size: 0.9em;
	color: #ff0000;
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	font-size: 0.9em;
	color: #fff;
	text-decoration: none;
}

table {
	border: 1px solid #00F320;
}

img {
	margin:0px;
}

