body {
	margin: 0;
	padding: 0;
	background-color: #003160;
}
#header {
	height: 103px;
	width: 100%;
	background-color: #FFE862;
	padding: 0;
	border-bottom: 3px #ffffff solid;
}
#menu {
	width: 160px;
	background-image: url(klang_menu_mitte.jpg);
	background-repeat: repeat-y;
	float: left;
	margin: 0 -3px 0 0;
	padding: 0 0 -100px 0;
}
#menu li {
	list-style: none;
	margin-left: 0;
}
#menu ul {
	margin-left: 15px;
	padding: 0;
}
#menu a {
	text-decoration: none;
	color: 94b7dc;
	font-family: sans-serif;
	font-size: 80%;
}
#menu a:hover {
	color: #e40000;
}
#content {
	font-family: sans-serif;
	position: absolute;
	top: 120px;
	left: 170px;
	width: 500px;
	color: #78A1C1;
	line-height: 150%;
}
#content ul {
	line-height: 175%;
}
a {
	color: #ffffff;
}
#content img {
	float: right;
	margin: 3px;
}

.bandh {
	font-size: 120%;
	text-transform: uppercase;
	color: #ffffff;
}