/* Stylesheet fuer das <ul>-Zoom-Menu */

ul#zoom {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 300px;
	background: #df4;
	z-index: 100;
	top: -25px;
	list-style-type: none;
}

/* Links */
#zoom a {
	text-decoration: none;
}

#zoom a img {
	border: 0;
}

/* Listeneintrag */
#zoom li {
	list-style-type: none;
	position: absolute;
}

#zoom a span.block {
	position: absolute;
	width: 5px;
	height: 50px;
	background: #bbb;
	display: block;
}

#zoom a.nolink span.block {
		background-color: #ddd;	
}

#zoom a span.more {
	position: absolute;
	top: 180px;
	visibility: hidden;
}

/* Text */
#zoom span.text {
	position: absolute;
	padding-top: 5px;
	width: 160px;
}

#zoom span.text span.description {
	display: block;
	color: #888;
	padding: 0;
	margin: 0;
	font-weight: normal;
}

#zoom span.text span.title {
	display: block;
	font: 16px/1.2em "Trebuchet MS", serif;
	font-weight: bold;
	color: #333;
} 

#zoom span.text span.date {
	margin: 0 0 0.5em 0;
	display: block;
	font-weight: bold;
	color: #333;
} 

/* Bild */
#zoom span.image {
	visibility: hidden;
	position: absolute;
	left: -111px;
	background: url('../img/back/project.gif');
	width: 111px;
	height: 111px;
}

#zoom span.image img {
	visibility: hidden;
	width: 75px;
	height: 75px;
	position: absolute;
	left: 18px;
	top: 15px;
	overflow: hidden;
	clip: rect( 0px 75px 70px 0px );	
}

/* MouseOver */
#zoom a:hover span.block,
#zoom a:hover {
	height: 160px;
	width: 8px;
	background: #333;
	cursor: hand;
}

#zoom a:hover span.block {
		margin-left: -2px;	
}

#zoom a.nolink:hover span.block,
#zoom a.nolink:hover {
	cursor: default;
	background-color: #ddd;
}

#zoom a:hover span.more,
#zoom a:hover span.more span.image,
#zoom a:hover span.more span.image img {
	visibility: visible;
}
