

/* --- Stylesheet 231 () --------- */ 

#logo {
	position: absolute;
	left: 30px;
	top: 30px;
	width: 170px;
	height: 200px;
	padding-bottom: 12px;
	background: left bottom no-repeat url(http://tramino.s3.amazonaws.com/s/kienles-adlerkoenig/13963/orginal.png);
	z-index: 5;
}

#logo img {
	width: 170px;
	height: 200px;
	background-color: #9B0E09;
}

#header {
	position: relative;
	padding: 60px 0px 0px 60px;
	height: 100%;
}






#navigation {
	position: absolute;
	top: 0px;
	left: 230px;
}

#navigation ul {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 60px;
	overflow: hidden;
}

#navigation li {
	display: inline;
	height: 40px;
	margin: 0px;
	padding: 0px;
}



#navigation li a {
	display: block;
	float: left;
	color: #9B0E09;
	padding: 30px 12px 0px 12px;
	text-decoration: none;
	font-size: 17px;
	font-weight: bold;
	height: 40px;
}

#navigation li.nav_aktiv a { color: #000; background-color: #F0E5D6; }

#navigation li a:hover {
	color: #fff;
	background-color: #9B0E09;
}

#motiv {
	max-height: 400px;
	min-height: 200px;
	background-color: #eee;
	overflow: hidden;
}

#motiv img {
	width: 100%;
	z-index: 1;
}