body
{
	background: rgb(230, 230, 230);
	font-family: Tahoma, Verdana, Helvetica, Arial;
	font-size: 11px;
	color: rgb(80, 80, 80);
}

td
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
}

a:link, a:active, a:visited
{
	text-decoration: none;
/*	color: #998F63;*/
	color: #00007F;
}

a:hover
{
	text-decoration: underline;
}

.menu
{
	background-color: white;
	background-image: url(bilder\back01.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	border-width: 1px 1px 0px 1px;
	border-color: black;
	border-style: solid;
}

.top
{
	width: 100%;
	border-width: 1px 1px 0px 1px;
	border-color: black;
	border-style: solid;
}

.headline
{
	width: 100%;
	padding: 10px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #d0d0d0;
}

.header
{
	font-size: 12px;
	font-weight: bold;
	color: #c70d0d;
}

#mainframe a:visited {
	color: blue;
	text-decoration: none;
}

#mainframe a:hover {
	text-decoration: underline;
}

