#top {
	background-image: url('images/banner1_fuellung.jpg');
	height: 121px;
	border-bottom: 2pt solid;
	border-color: #5685fe;
	overflow:hidden;
}

#style_layout_topnavigation {
	background-color: #1d23c1;
	height: 33px;
	margin-bottom: 0px;
	padding-right: 5px;
	text-align: left;
}

#content {
	margin-top: 30px;
	margin-left: 10px;
	margin-right: 10px;
	font-size:18px;
	text-align: center;
}

ul {
	color: #000000;
	list-style: square;
}

li {
	color: #00008B;
}

a:link {
	color: #00008B;
	text-decoration: none;
}

a:visited {
	color: #00008B;
	text-decoration: none;
}

a:active {
	color: #00008B;
	text-decoration: underline;
}

a:hover {
	color: #00008B;
	text-decoration: underline;
}

