/* CSS Document */

body
{
	font-family: "Arial";
	font-size: 13px;
	color: #3987C7;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
}

.seitentitel
{
	font-family: "Arial";
	font-size: 16px;
	font-weight: bold;
	color: #3987C7;
}

a:link
{
	text-decoration: none;
	color: #3987C7;
}

a:active
{
	text-decoration: none;
	color: #3987C7;
}

a:visited
{
	text-decoration: none;
	color: #3987C7;
}

a:hover
{
	text-decoration: underline;
	color: #3987C7;
}

.textfeld
{
	color: #3987C7;
	border-style: solid;
	border-width: 1px;
	font-family: "Arial";
	font-size: 13px;
}

.button
{
	color: #3987C7;
	border-style: solid;
	border-width: 1px;
	font-family: "Arial";
	font-size: 13px;
}
