@CHARSET "UTF-8";
/* ---------------------------------------------------------------------------------------------------- */

.Footer {
	background:  rgba(0,0,0,0.9);
	height: auto; width: 100%;
	
	border-left: 0.1px solid black; border-right: 0.1px solid black; border-top: 0.1px solid black;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;

	padding-left: 30px; padding-right: 30px;
	padding-top: 0px; margin-top: 0px;
	overflow: auto;
	display: inline-block;
	
	text-align: center;
	
	/* Größe und Position */
	position: fixed;
    bottom: 0px;
    
    z-index: 100;
}

/*----------------------------------------------------------------------------------------------------*/
/* Links und Buttons im Footer - Seitennavigation */
ul.Links2 {
	font-size: 11px;
/* 	magin: 0; padding: 0; */
	text-align: center;
}

ul.Links2 li {
	list-style: none;
	margin: 0; padding-left: 0.7em; padding-right: 0.7em; padding-bottom: 0.7em;
	float: left;
}

ul.Links2 a {
	display: inline-block;
	padding-top: 4px; padding-bottom: 4px;
	padding-left: 6px; padding-right: 6px;
	margin-left: 1em; margin-right: 1em;
	
	border-left: 3px solid grey; border-right: 3px solid grey; border-bottom: 3px solid grey;
	display: block;
	padding: 0.7em;
	color: grey;
/* 	font-weight: bold; */
}

ul.Links2 a:link {
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	width: 75px; height: auto;
	text-align: center;
	
	color: #143900;
	background-color: #F3F6ED;
}

/* ul.Links2 a:visited { */
/* 	border-radius: 5px; */
/* 	width: 70px; height: 20px; */
/* 	text-align: center; */
	
/* 	color: .666; */
/* 	background-color: .eee; */
/* } */

ul.Links2 a:hover {
	width: 90px; height: auto;
	text-align: center;
	
	color: .F3F6ED;
	background-color: grey
}

ul.Links2 a:active {
	width: 80px; height: auto;
	text-align: center;
	
	color: red;
	background-color: grey;
}
/* ---------------------------------------------------------------------------------------------------- */
/* Links und Buttons im Footer - Facebook und Co */
ul.Links3 {
	font-size: 0.83em;
	margin: 0px;
	padding: 0px;
}

ul.Links3 li {
	list-style: none;
	margin: 0px; padding: 0em;
	float: left;
}

ul.Links3 a {
	text-align: center;
	display: block;
	padding: 0.2em;
}