body {
	margin-left: 3px;
	margin-top: 3px;
	background-color: #cfcfcf;
}
p, li, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #535353;
	line-height: 20px;
}
a:link {
	color:#003782;
	font-size: 14px;
	text-decoration:underline;
	font-weight: normal;
}
a:visited {
	color:#92a5bf;
	font-size: 14px;
	text-decoration:underline;
	font-weight: normal;
}
a:hover {
	color:#812F25;
	font-size: 14px;
	text-decoration:underline;
	font-weight: normal;
}
a:active {
	color:#003782;
	font-size: 14px;
	text-decoration:underline;
	font-weight: normal;
}
a:focus {
	color:#003782;
	font-size: 14px;
	text-decoration:underline;
	font-weight: normal;
}
.linkleiste {
	color:#FFFFFF;
	font-size: 16px;
	font-weight: normal;
}

.rahmen {
	background-color: #FFFFFF;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #98C5D3;	
}
	
.linkleiste a:link { color:#FFFFFF; font-size:16px; font-weight: bold; text-decoration:none; }
.linkleiste a:visited { color:#FFFFFF; font-size:16px; font-weight: bold; text-decoration:none; }
.linkleiste a:hover { color:#61868B; font-size:16px; font-weight: bold; text-decoration:none; }
.linkleiste a:aktiv { color:#FFFFFF; font-size:16px; font-weight: bold; text-decoration:none; }
.linkleiste a:focus { color:#FFFFFF; font-size:16px; font-weight: bold; text-decoration:none; }

.formular {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#535353;
	background-color:#F8F8F8;
	border:1px;	
	border-style:solid;
	border-color:#333333;
}


