/* ### fuss ### */

#fuss{
	position: relative;
	padding:0 0;
	margin-top: -250px; /* Negativer Wert der Footer-Höhe */
	height: 250px;
	clear:both;
	}
	
.fussBoxVoll{
	width:960px;
	height:220px;
	margin:0 auto;
	padding:30px 0 0 0;
	background:url(../bilder/design/bgFuss.png) repeat-y;
	}
	
.fussBoxVoll p{
	padding:0 0;
	text-align:center;
	color:#efefef;
	font-size:0.9em;
	}

.fussBoxVoll a{
	color:#efefef;
	text-decoration:none;
	}
	
.fussBoxHalb{
	width:470px;
	float:left;
	background: #BBB884;
	}
	
.fussLogo{
	margin:0 auto;
	}
	
.keywordsUnten_1{
  text-align:center;
	padding:40px 0 0 0;
	font-weight:bold;
	font-size: 2.0em;
	color: #fff;
	text-transform:uppercase;
	}
	
.keywordsUnten_2{
  font-family: 'Josefin Sans', sans-serif;
  text-align:center;
	font-size: 1.4em;
	color: #efefef;
	padding:0 0 25px 0;
	}


/* CLEAR FIX */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}

/* Bereich nicht für IE-mac Anfang \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* Bereich nicht für IE-mac Ende */