body {
	background-color: #161616;
	margin:0;
	padding:0;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
.menu {
	font-size: 11px;
	width: 221px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 16px;
	margin: 0px;
	border-bottom: 1px solid #333333;
	border-top: 0px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333; 
	cursor: pointer;
	cursor: hand; /* For IE, non-standard */
}

.menu_single {

	background-image: url(site_images/menu_single_bg.gif);
	font-size: 11px;
	width: 223px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 16px;
	margin: 0px;
	border:0:
	cursor: pointer;
	cursor: hand; /* For IE, non-standard */
}

.menu_top {

	background-image: url(site_images/menu_top_bg.gif);
	font-size: 11px;
	width: 223px;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left: 16px;
	margin: 0px;
	border-bottom: 1px solid #333333;
	border-top: 0px solid #333333;
	border-left: 0px solid #333333;
	border-right: 0px solid #333333;
	cursor: pointer;
	cursor: hand; /* For IE, non-standard */
}
.menu_bottom {

	background-image: url(site_images/menu_bottom_bg.gif);
	font-size: 11px;
	height:15px;
	width: 223px;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 16px;
	margin: 0px;
	border-bottom: 0px solid #333333;
	border-top: 0px solid #333333;
	border-left: 0px solid #333333;
	border-right: 0px solid #333333;
	cursor: pointer;
	cursor: hand; /* Für IE, eigentlich nicht Standard */
}

