/*** Navigation **/

/*** generelle Einstellung ***/

	table {
	background-color:#CCCCCC;
	margin-top:0px;
	margin-bottom:0px;
	width:60;
	}

	a.menulink {
	display: block;
	width: 135px;
	height:19px;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Tahoma;
	font-size: 12px;
	line-height:18px;
	color: #000000;
	font-weight:normal;
	background-image: url(images/button_up.png)
	}
	
	a.menulink:hover {
	font-family: Arial, Tahoma;
	font-weight:bold;
	color: #FFFFFF;
	background-image:url(images/button_down.png)
	}