/*footer.css
Autor: Mike Kaden
Datum: 2009-07-20
*/

#footer {
	clear: both;
	margin-top: 10px;
	border-top:  1px #aaaaaa solid;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #006600;
	padding-top: 8px;
}

#footer a {
	text-align:right;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #006600;
	
}


.hggruen {
	background-color: #FFFFFF;
}

.hggrau {
	background-color: #DDDDDD;
}

#footerLinks {
		padding:0;
		/*width:50px;*/
	}
	
	#footerLinks li {
		font-family: Verdana, Arial, Helvetica, sans-serif;
	 	font-size: 12px;
	 	/*line-height: 90px !important;*/
	 	font-weight: normal;
		background-repeat: no-repeat;
	 	background-position: 0 0;
		text-decoration: none;
		list-style-type: none;
		padding-top: 10px;
		padding-bottom: 2px;
		display: block;
		margin:0;
	}
	
	#footerLinks li a {
		background-repeat: no-repeat;
		display:block;
		padding-bottom: 2px;
		border-bottom: 1px solid #006600;
		color: #006600;
	}
	
	#footerLinks li a span {
		line-height: 1em;
		padding-top: 5px;
		padding-right: 15px;
		display:block;
	}
	
	#footerLinks li a:hover {
		text-decoration:none;
		color: #006600;
	}
	
	#footerLinks li a:active{
		text-decoration:none;
		color: #006600;
	}