body {
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:12px;
	color:#000066;
	background-color: #CCCCFF
	background-image: url(../bilder/bg2.jpg)
}
/* Menue: */
a:link.men {
	background-color: #FFFF00;
	font: menu;
	color: black;
	text-decoration: none;
	margin-right: 2px;
	display: block;
	width: 8em;
	height: 1.3em;
	padding: 3px;
	border-top: 3px solid silver;
	border-left: 3px solid silver;
	border-right: 3px solid #663333;
	border-bottom: 3px solid #663333;
}

a:focus.men {
	background-color: #FFFF00;
	font: menu;
	font-weight: bold;
	color: black;
	text-decoration: none;
	margin-right: 2px;
	display: block;
	width: 8em;
	height: 1.3em;
	padding: 3px;
	border-top: 3px solid silver;
	border-left: 3px solid silver;
	border-right: 3px solid #663333;
	border-bottom: 3px solid #663333;
}

a:visited.men {
	background-color: #FFFF00;
	font: menu;
	color: black;
	text-decoration: none;
	margin-right: 2px;
	display: block;
	width: 8em;
	height: 1.3em;
	padding: 3px;
	border-top: 3px solid silver;
	border-left: 3px solid silver;
	border-right: 3px solid #663333;
	border-bottom: 3px solid #663333;
}

a:hover.men {
	background-color: #FFCC00;
	font: menu;
	font-weight: bold;
	color: red;
	text-decoration: none;
	display: block;
	width: 8em;
	height: 1.3em;
	padding: 3px;
	border-top: 3px solid silver;
	border-left: 3px solid silver;
	border-right: 3px solid silver;
	border-bottom: 3px solid silver;
}

a:active.men {
	background-color: #FFFF00;
	font: menu;
	font-weight: bold;
	color: black;
	text-decoration: none;
	margin-right: 2px;
	display: block;
	width: 8em;
	height: 1.3em;
	padding: 3px;
	border-top: 3px solid silver;
	border-left: 3px solid silver;
	border-right: 3px solid #663333;
	border-bottom: 3px solid #663333;
}

/* Untermenue: */
a:link.umen {
	background-color: #FFCC00;
	font: menu;
	color: black;
	text-decoration: none;
	margin-right: 2px;
	display: block;
	width: 6em;
	height: 1.3em;
	padding: 3px;
	border-top: 2px solid silver;
	border-left: 2px solid silver;
	border-right: 2px solid #663333;
	border-bottom: 2px solid #663333;
}

a:focus.umen {
	background-color: #0033CC;
	font: menu;
	font-weight: bold;
	color: black;
	text-decoration: none;
	margin-right: 2px;
	display: block;
	width: 6em;
	height: 1.3em;
	padding: 3px;
	border-top: 2px solid silver;
	border-left: 2px solid silver;
	border-right: 2px solid #663333;
	border-bottom: 2px solid #663333;
}

a:visited.umen {
	background-color: #FFCC00;
	font: menu;
	color: black;
	text-decoration: none;
	margin-right: 2px;
	display: block;
	width: 6em;
	height: 1.3em;
	padding: 3px;
	border-top: 2px solid silver;
	border-left: 2px solid silver;
	border-right: 2px solid #663333;
	border-bottom: 2px solid #663333;
}


a:hover.umen {
	background-color: #CC9900;
	font: menu;
	font-weight: bold;
	color: red;
	text-decoration: none;
	display: block;
	width: 6em;
	height: 1.3em;
	padding: 3px;
	border-top: 2px solid silver;
	border-left: 2px solid silver;
	border-right: 2px solid silver;
	border-bottom: 2px solid silver;
}

a:active.umen {
	background-color: #00CC00;
	font : menu;
	font-weight: bold;
	color : black;
	text-decoration: none;
	margin-right : 2px;
	display: block;
	width: 6em;
	height: 1.3em;
	padding: 3px;
	border-top: 2px solid silver;
	border-left: 2px solid silver;
	border-right: 2px solid #663333;
	border-bottom: 2px solid #663333;
}

table {
	border-collapse: collapse;
}

td.grp {
	background-color: yellow;
	color: black;
	margin-right: 2px;
	width: 30em;
	height: 3em;
	padding: 3px;
	border-top: 3px solid silver;
	border-left: 3px solid silver;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
}

.special {
	font-style: italic;
}
