/* CSS Document */

html {
	height: 101%;
}
body {
	margin: 0px;
	padding: 0px;
	background: #1F1F1F;
}
body, table {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}
a {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}
h1 {
	font-size: 13px;
	font-weight: bold;
}
#subMenu a {
	height: 20px;
	display: block;
	font-weight: bold;
	text-decoration: none;
}
#subMenu a.normal:link, #subMenu a.normal:visited {
	color: #333;
}
#subMenu a.normal:hover, #subMenu a.aktiv {
	color: #666;
}
#otherMenu {
	position: relative;
	top: 20px;
	left: 1px;
	color: #fff;
}
#otherMenu a.normal:link, #otherMenu a.normal:visited {
	text-decoration: none;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
}
#otherMenu a.normal:hover, #otherMenu a.aktiv {
	text-decoration: none;
	color: #ddd;
	font-size: 10px;
	font-weight: bold;
}