@charset "utf-8";
/* CSS Document */

.logo a {
	height: 95px;
	margin: 20px 0;
	text-indent: -10000px;
	text-align: left;
	
	background-image: url(../image/bahnhoefli_logo_gross.png);
	background-position: center;
}
.head {
	height: 294px;	
}
.headImg .cycle {
	height: 264px;
	width: 915px;
}
.headImg .cycle a {
	z-index: 1;
}

/* NAVIGATION */
.home .content {
	min-height: 0;	
}

.home .content .navigation {
	margin: -29px 0 0 0;
	padding: 0;
	height: 30px;
	list-style: none;
	list-style-position: inside;
	
	font-size: 12px;
	
	background-color: #131313;
}
.home .content .navigation li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	height: 30px;
	
	text-indent: 0;
	
	border-right: 1px solid #1D1E1F;
}
.home .content .navigation li a {
	display: block;
	margin: 0;
	padding: 5px 24px;
	height: 20px; /* 30px */
	
	color: #7D7D7D;
	line-height: 20px;
	text-decoration: none;
	font-weight: normal;
}
.home .content .navigation li a:hover {
	color: #FFFFFF;
	background-color: #0F0F0F;
}
