/* Teaser */
#teaser {
	position: relative;
	padding-left: 100px;
	z-index: 10;
}

/* Navigation */
#navi-start {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 85%;
	min-width: 999px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	z-index: 20;	
}
#navi-start div.item {
	position: relative;
	float: right;
	width: 140px;
	height: 300px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
* html #navi-start div.item {
	width: 141px;
}
#navi-start div.item div.no {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 140px;
	height: 300px;
	z-index: 30;	
}
#navi-start div.item div.no div.image {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 140px;
	height: 230px;
	z-index: 40;
	clip: auto;
}
#navi-start div.item div.no div.text {
	position: absolute;
	left: 0px;
	top: 230px;
	width: 140px;
	height: 69px;
	z-index: 40;
	clip: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;	
}
#navi-start div.item div.hover {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 140px;
	height: 300px;
	background-color: #FFA31A;
	cursor: pointer;
	z-index: 35;
	visibility: hidden;
}
#navi-start div.item div.hover a {
	color: #FFF;
	text-decoration: none;
	padding-left: 20px;
	padding-top: 10px;
	background-image: url(images/arrow_white.png);
	background-position: 10px;
	background-repeat: no-repeat;
	display: block;
}
#navi-start div.item div.hover a:hover {
	color: #000;
	background-image: url(images/arrow_black.png);
	background-position: 10px;
	background-repeat: no-repeat;
}