/* CSS Document */

#menu{
		border:0px solid #000000;
		width:170px;
		float:left;

}
#menubox_top{
		background-image:url(../images/menubox_top.png);
		width:170px;
		height:9px;
		background-repeat:no-repeat;
}
#menubox_kachel{
		background-image:url(../images/menubox_kachel.png);
		width:170px;
	
}
#menubox_font{
		font-size:11px;
		font-weight:bold;
		color:#646464;
		line-height:16px;
		margin-left:8px;		
}
.a_menu {
		color:#646464;
		text-decoration:none;
}
.a_menu:hover {
		color:#000000;
}
#menubox_bottom{
		background-image:url(../images/menubox_bottom.png);
		width:170px;
		height:9px;
		margin-bottom:3px;
		background-repeat:no-repeat;
}
#menuabstand_top {
		margin-top:10px;
}
	

