@charset "utf-8";
/* CSS Document */

h1 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 18px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CCCCCC;
}
a:link {
	color: #CCCCCC;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #CCCCCC;
}
body {
	background-color: #3D3D3D;
	margin: 25px;
	padding: 0px;
}
.menutext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	background-color: #CCCCCC;
	font-weight: bold;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 5px;
	text-decoration: none;
}
a.menutext:link {
	color: #3D3D3D;
}
a.menutext:visited {
	color: #3D3D3D;
}
a.menutext:hover {
	color: #FFFFFF;
}
a.menutext:active {
	color: #3D3D3D;
}
.normal {  }
.spezial { cursor: pointer; cursor: hand; }.new {
	color: #FF6600;
	font-weight: bold;
	font-size: 14px;
}

