/* FOOTER */
#footer {
	background-color: #FFF;
	width: 950px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 20px;
	padding: 5px 5px 5px 5px;
}

#footer .content {
	background-color: #8cbb13;
	padding: 20px 20px 20px 20px;
}

#zertifikate {
	float: left;
}

#zertifikate .etrust {
	background-image: url("../img/footer/icon_uebermittlung.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	float: left;
}

#zertifikate .tuev {
	background-image: url("../img/footer/icon_sprite_footer.png");
	background-position: 0 -48px;
	background-repeat: no-repeat;
	width: 50px;
	height: 45px;
	float: left;
	display: none;
}

#footer .mainlinks {
	width: 600px;
	margin: 0px auto;
	text-align: center;
}

#footer .sublinks {
	width: 625px;
  margin: 5px auto 5px auto;
	text-align: center;
}

#footer .mainlinks a {
	color: #EEE;
}

#footer .sublinks a {
	color: #444;
}

#sociallinks {
	margin: 0 auto;
	width: 220px;
	height: 40px;
}

#sociallinks .vsecure {
	background-image: url("../img/footer/icon_sprite_footer.png");
	background-position: 0 -189px;
	background-repeat: no-repeat;
	width: 71px;
	height: 40px;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
}

#sociallinks .icon {
	background-image: url("../img/footer/icon_sprite_footer.png");
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	float: left;
	margin-top: 15px;
}

#sociallinks .facebook {
	background-position: 0 -96px;
}

#sociallinks .twitter {
	background-position: 0 -236px;
}

#sociallinks .yahoo {
	background-position: 0 -120px;
}

#sociallinks .delicious {
	background-position: 0 -280px;
}

#sociallinks .stumbleupon {
	background-position: 0 -258px;
}

#sociallinks .misterwong {
	background-position: 0 -168px;
}

#sociallinks .digg {
	background-position: 0 -144px;
}

#seo ul {
	list-style-type: none;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 5px;
	margin-top: 0px;
	padding: 0px 25px 0px 0px ;
}

#seo li {
	width: 152px;
	float: left;
	list-style-image: none;
	list-style-position: outside;
	line-height: 1.1em;
	list-style-type: none;
	margin: 0px;
	padding: 3px 0px 3px 10px;
	white-space: nowrap;
}

#seo a {
	color: #444;
}

#footer .seperator {
	height: 2px;
	width: 890px;
	background-image: url("../img/footer/bg_line_green.png");
	background-repeat: repeat-x;
	margin: 10px 0px 10px 10px;
}
/* /FOOTER */