img{
	border: none;
}

a.box,
a.box:visited,
a.box:active{
	float: left;
	width: 130px;
	height: 65px;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #FFF;
	text-align: center;
	text-decoration: none;
	margin: 5px 5px 0 0;
	color: #4B6F60;
}

a.box span{
	padding: 0;
	margin: 0;
	position: relative;
	top: 20px;
}

a.box small{
	font-weight: normal;
	position: relative;
	top: 25px;
	display: block;
	font-size: 9px;
	line-height: 8px;
}

a.box:hover{
	background-color: #4B6F60;
	color: #FFFFFF;
}

.img-box{
	width: 390px;
	position: relative;
	top: 0px;
	left: 0px;
}

.img-box span{
	width: 390px;
	background: #C0D8D0;
	display: block;
	position: absolute;
	z-index: 0;
	color: #64706C;
	font-weight: bold;
	font-size: 11px;
}

.img-box small{
	width: 390px;
	background-image: url(../image/neuheiten2007/trans-info.png);
	display: block;
	position: absolute;
	z-index: 0;
}

.img-box img{
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}

.nav{
	position: relative;
	top: -80px;
	margin-right: 40px;
	float: right;
}

.nav a,
.nav a:visited,
.nav a:active{
	text-decoration: none;
	font-size: 10px;
	width: 90px;
	display: block;
	float: left;
	text-align: center;
	border: 1px solid #B1CEC2;
}

.nav a:hover{
	border: 1px solid #FFF;
	background-color: #4B6F60;
	color: #FFFFFF;
}

a.zoom{
	background: transparent url(../image/neuheiten2007/lupe.gif) no-repeat;
	height: 12px;
	width: 12px;
	font-size: 1px;
	overflow: hidden;
	text-decoration: none;
	position: absolute;
	z-index: 3;
}

a.zoom:hover{
	background-image: url(../image/neuheiten2007/lupe-active.gif);
}