body {
	margin: 0px;
	padding: 0px;
	font-family: "Calibri", Verdana, sans-serif;
}

.inhalt {
	margin: 20px auto;
	width: 820px;
}
.logo img {
	margin: 20px 0px 40px 40px;
}

@media only screen and (max-height : 700px) {
	.logo img {
		height: 120px;
	}
}

h1 {
	display: none;
}
.jimgMenu {
	position: relative;
	width: 820px;
	height: 300px;
	overflow: hidden;
	margin: 25px 0px 0px;
}

.jimgMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 300px;
	width: 1340px;
	
}

.jimgMenu ul li {
	float: left;
}

.jimgMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width: 115px;
	height: 300px;
	z-index: 1;
}

.jimgMenu ul li.bkkj a {
	background: url(../images/bkkj.jpg) repeat scroll 0%;
	z-index: 20;
	
}

.jimgMenu ul li.jsw a {
	background: url(../images/jsw.jpg) repeat scroll 0%;
}

.jimgMenu ul li.bkbs a {
	background: url(../images/bkbs.jpg) repeat scroll 0%;
}
.jimgMenu ul li.bkbl a {
	background: url(../images/bkbl.jpg) repeat scroll 0%;
	/*min-width:440px;*/
}

.clear {
	clear: both;
}
.footer {
	bottom: 10px;
	right: 10px;
	position: absolute;
	font-size: 12px;
	color: #ccc;
}
.footer a{
	text-decoration: none;
	color: #ccc;
}
.footer a:hover{
	color: #333;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}