/* FOOTER */

#footer {
	background: #0072bc url(../img/footer-bg.gif) repeat-x left bottom;
	float: left;
	width: 100%;
	font-size: 100%;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 5px 0 10px;
}

#footer .module {
	width: 350px;
	float: left;
	margin-right: 25px;
}

#footer h4 {
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	font-size: 1.143em;
}

#footer p {
	color: #fff;
	font-size: 0.857em;
}

#footer ul {
	margin: 0 0 15px 0;
	float: left;
}

.startseite #footer ul {
	margin-right: 20px;
}

#footer ul li {
	font-size: 0.857em;
	width: 340px;
	list-style-type: none;
	background: url(../img/nav_bullet.gif) no-repeat 1px 0.3em;
	padding: 0 0 6px 10px;
}

.startseite #footer ul li {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.143em;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
	background: none;
	width: 140px;
}

.startseite #footer ul ul {
	margin-right: 0;
}

.startseite #footer ul ul li {
	font-size: 0.75em;
	background: url(../img/nav_bullet.gif) no-repeat 1px 0.3em;
	padding: 0 0 6px 10px;
	margin: 0;
	width: 130px;
}

#footer ul li:last-child {
	margin-right: 0;  /* TODO */
}

#footer ul ul {
	width: auto;
	float: none;
	margin-bottom: 0;
}

#footer ul ul li {
	background: url(../img/nav_bullet.gif) no-repeat 1px 0.3em;
	padding: 0 0 6px 10px;
	margin: 0px;
	min-height: 0;
	float: none;
	width: auto;
	font-size: 0.75em;
}

#footer a {
	color: #ffffcd;
	font-weight: normal;
	border-bottom-width: 0;
	margin: 0px;
	padding: 0px;
	background-image: none;
}

#footer a:hover {
	border-bottom-color: #ffffcd;
	border-bottom-width: 1px;
}

#footer #logo-bzga img {
	margin-top: 10px;	
}

#footer a#logo-bzga:hover {
	border-bottom-width: 0;
}

