html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	height: 100%; Für durchgehenden Menübalken
}

div#left {
	width: 230px;
	height: 100%;
	background-color: #a0b5ce;
}

div#image {
	background: url(../images/index.jpg) no-repeat;
	height: 150px;
}

div#aktuell {
	border-top: 5px white solid;
	border-bottom: 5px white solid;
	padding: 5px 0 5px 20px;
	color: white;
}

div#aktuell a {
	color: white;
	text-decoration: underline;
}

div#navi {
	font-size: 10pt;
	padding-top: 5px;
	/*padding-bottom: 20px;*/
	height: 320px;
}

div#navi ul {
	margin: 0 0 0 20px;
	padding: 0;
}

div#navi li {
	list-style: none;
	font-size: 12pt;
	padding-top: 10px;
}

div#navi ul ul {
	display: none;
}

div#navi ul ul li {
	padding: 0;
}

div#navi a {
	color: white;
	text-decoration: none;
}

div#top {
	width: 558px;
	border: 1px #9a9a9a solid;
	text-align: right;
	background: url(../images/banner.jpg) no-repeat 20px 10px;
	vertical-align: bottom;
	padding: 129px 5px 5px 0;
}

div#top a {
	color: #9a9a9a;
	text-decoration: none;
}

div#top a:hover {
	color: #9a9a9a;
	text-decoration: underline;
}

div#content {
	width: 543px;
	padding: 30px 10px 10px 10px;
}

/*h1 {
	font-size: 12pt;
	color: #9a9a9a;
}*/

span#title {
	font-size: 12pt;
	color: #9a9a9a;
}

div#content li {
	list-style: square;
	margin-bottom: 10px;
}

div#content a {
	color: black;
	text-decoration: underline;
}

img {
	border: 0;
}
