body, td {
	/* Allgemeine Seiteneinstellungen */
	background-color: #ffffff;
	color: rgb(0%, 0%, 0%);

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	/* Schrifteinstellungen */
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 17px;
}

h1 {
	font-size: 11px;
	font-weight: bold;
}

.textBold {
	font-weight: bold;
}

.textUnderConstruction {
	font-style: italic;
	color: rgb(70%, 70%, 70%);
}

:link, :visited, :hover, :active {
	/* Schrifteinstellungen */
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
}

.menuItemUnselected {
	font-weight: normal;
	color: rgb(50%, 50%, 50%);
	text-decoration: none;
}

.menuItemSelected {
	font-weight: bold;
	color: rgb(0%, 0%, 0%);
	text-decoration: none;
}

.menuItemPageUnselected {
	font-weight: normal;
	color: rgb(0%, 0%, 0%);
	text-decoration: underline;
}

.menuItemPageSelected {
	font-weight: bold;
	color: rgb(0%, 0%, 0%);
	text-decoration: underline;
}

.standardLink {
	color: rgb(50%, 50%, 50%);
	text-decoration: none;
}

ul {
	list-style-type: square;
}

li {
	padding-bottom: 10px;
}
