/*-----NAVIGATION---------------------------------------------------------------------------------*/#gallery {	font:11px verdana, arial, sans-serif;	width:490px;	height:34px;	padding:0px 0 20;	line-height:15px;	border-bottom: 3px solid #94C025;	border-top-style: none;	border-right-style: none;	border-left-style: none;}#gallery div.off {	background:#CCCCCC url(../bilder/schatten.png) repeat-x bottom !important;	color:#FFFFFF;	height:33px;	width:150px;	margin-right:2px;	line-height:33px;	padding:0 20px;	background:#94C025;	cursor:pointer;	position:relative;	float:left;	z-index:20;	text-align: left;	display: block;	border-top: 1px solid #DDDDDD;}#gallery div.off:hover {	color:#FFFFFF;	background-color: #666;}#gallery div.on {	color:#FFF;	background: #ff0000;	height:33px;	width:150px;	margin-right:2px;	line-height:33px;	padding:0 20px;	background:#94C025;	cursor:pointer;	position:relative;	float:left;	z-index:20;	text-align: left;	display: block;	border-top: 1px solid #DDDDDD;	font-weight: bold;}/*-----INHALT---------------------------------------------------------------------------------*/div.hide {	display:none;	width:0;	overflow:hidden;}div.show {	clear:left;	background:#fff;	width:500px;	position:relative;	z-index:50;	font:11px verdana, arial, sans-serif;}div.show img {	float:left;	margin:0 10px 10px 0;}.clear {	clear:both;}
