BODY {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left top;
	background-color: white;
	FONT-SIZE: 9pt;
	font-family: Verdana;
	color: black;
}

SELECT {
	FONT-SIZE: 8pt;
	font-family: Verdana;
	font-weight: normal;
	border: 1px solid;
	background-color: white;
}

.Button {
	FONT-SIZE: 8pt;
	font-family: Verdana;
	font-weight: bold;
	border: 1px solid;
	background-color: lighrblue;
}

INPUT {
	FONT-SIZE: 8pt;
	font-family: Verdana;
	font-weight: bold;
	border: 1px solid;
	background-color: white;
}

TABLE {
	border: 1px solid black;
	background-color: lightblue;
	FONT-SIZE: 9pt;
	font-family: Verdana;
	font-weight: bold;
	color: black;
}

A.menu {
	border: 3px double blue;
	text-decoration: none;
	color: black;
	background-color: white;
}

A.menu:hover {
	border: 3px double blue;
	text-decoration: underline overline;
	color: black;
	background-color: white;
}

A.inter {
	border: 0px;
	text-decoration: none;
	color: blue;
}

A.inter:hover {
	border: 0px;
	text-decoration: underline overline;
	color: blue;
}

KURZ {
	text-decoration: underline overline;
}