/* FB datentechnik - CSS Document */


/* ID Styles */

#navigation a {
	display:block;
	padding: 10px 10px;
	height:50px;
	width:40px;
	background-color: #EFEFEF;
	border: thin dotted #666666;
	}
	
#navigation a:hover {
	height:50px;
	width:40px;
	background-color: #CCCCCC;
	border: thin dotted #666666;
	}
	
