/*

 TEMPLATE [Last Update] 02.01.2014 
 Autor: Matthias Müller <http://www.cms2day.de>
 Copyright (c) 2014

*/

/* -[ FOOTER ]- */

div#footer {

	width: 870px;
	min-height: 60px;
	background: url('../images/footer.png') top no-repeat;
	margin: 0 0 30px 0;
	padding: 0 45px;
	overflow: hidden;
	position: relative;
	color: #aaa;
  
  }
div#footer{ overflow: visible; }
.bienen-hans{ position: absolute; right: 18px; top: -30px;
	border-top: 2px solid #996600;
	border-right: 2px solid #996600;
	border-left: 2px solid #996600;
	border-bottom: 2px solid #996600;
 }

}

/* -[ FOOTER -> COPYRIGHT LINE ]- */

div#footer div.line {

	width: 870px;
	background: url('../images/footer.line.png') top repeat-x;
	margin: 0;
	padding: 10px 0 10px 0;
	overflow: hidden;
	position: relative;
	color: #aaa;

}

div#footer div.line p {

	margin: 0 !important;

}

div#footer div.line a {

	color: #fff;
	text-decoration: none;

}

div#footer div.line a:hover {

	color: #996600;
	text-decoration: none;

}
   /*
div#footer div.line a.top {

	width: 55px;
	height: 35px;
	display: block;
	background: #996600 url('../images/footer.top.png') top no-repeat;
	position: absolute;
	top: 20;
	right: 0;
     -*/
}

/* -[ FOOTER : ADDON STYLES ]- */

div#footer div.bigFooter {

	width: 870px;
	margin: 0;
	padding: 15px 0 0 0;
	overflow: hidden;
	position: relative;
	color: #aaa;

}

div#footer div.bigFooter hr {

	width: 100%;
	height: 1px;
	overflow: hidden;
	border-top: 1px solid #996600;
	border-right: 1px solid #26292b;
	border-left: 1px solid #26292b;
	border-bottom: 1px solid #26292b;
	margin: 0 0 13px 0;	

}

div#footer div.bigFooter div.box {

	width: 215px;
	padding: 0 0 15px 0;
	overflow: hidden;
	position: relative;
	float: left;

}

div#footer div.bigFooter div.box.box-1 {

	margin: 0 15px 0 0;
    width: 295px;
}

div#footer div.bigFooter div.box.box-2 {

	margin: 0 15px 0 15px;

}

div#footer div.bigFooter div.box.box-3 {

	margin: 0 15px 0 15px;

}

div#footer div.bigFooter div.box.box-4 {

	margin: 0 0 0 15px;

}

div#footer div.bigFooter div.box h1 {

	background: url('../images/footer.line.png') center repeat-x;
	margin: 0;

}

div#footer div.bigFooter div.box h1 span {

	background: #26292b;
	padding-right: 10px;
	font: bold 12px Arial;
	line-height: 20px;
	color: #fff;

}

div#footer div.bigFooter div.box p.text {

	margin: 10px 0 0 0;

}

div#footer div.bigFooter div.box a {

	color: #fff;
	text-decoration: none;

}

div#footer div.bigFooter div.box a:hover {

	color: #996600;
	text-decoration: none;

}

div.footerMenu {

	font: normal 12px Arial;
	line-height: 20px;
	padding: 0;

}

div.footerMenu ul {

	margin: 10px 0 0 0;

}

div.footerMenu ul li {

	background: url('../images/addons/footer.link.png') left no-repeat;
	list-style: none;
	padding: 0 0 0 10px;
	margin: 0;
	color: #aaa;

}

div.footerMenu ul li a {

	color: #aaa !important;
	text-decoration: none !important;

}

div.footerMenu ul li a:hover {

	color: #fff !important;
	text-decoration: none !important;

}