/****************************************
(c) 2014 Belsimpel.nl
Lay-out: Belsimpel.nl
Bestand: sitefooter.css
****************************************/

#sitefooter * {
	/* Inhoud van de footer even resetten */
	margin: 0;
	padding: 0;
	border: 0;
}
#sitefooter .reparatiekit {
	height: 1px;
	overflow: hidden;
	clear: both;
}

#sitefooter {
	width: 1003px;
	margin: 0 auto;
}

/* BG */
#sf_top {
	height: 34px;
	background-image: url('/images/bg_header.png');
	background-repeat: no-repeat;
	background-position: top center;
	overflow: hidden;
}
#sf_inner {
	background-image: url('/images/bg.png');
	background-repeat: repeat-y;
	background-position: top center;
	padding: 0 34px;
}
#sf_bottom {
	height: 34px;
	background-image: url('/images/bg_footer.png');
	background-repeat: no-repeat;
	background-position: top center;
	overflow: hidden;
}
/* Eind BG */

/* Algemeen */
#sf_inner .sf_blok {
	width: 200px;
	float: left;
	margin-left: 30px;
}
/* Eind algemeen */

/* Head */
#sf_head {
	border-bottom: 1px solid #888;
	padding: 20px 0;
}
#sf_head .sf_blok {
	
}
#sf_head h5 {
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 5px 0;
}

#sf_head ul {
	list-style-type: none;
}
#sf_head ul li {
	display: inline;
}
#sf_head ul li + li {
	margin: 0 0 0 8px;
}

#sf_head img {
	max-height: 50px;
}

#sf_head .sf_blok#sf_blok_socialmedia ul li img {
	max-width: 28px;
	max-height: 28px;
}

#sf_head input[type="text"] {
	display: block;
	width: 160px;
	padding: 0 0 0 5px;
	float: left;
	border: 1px solid #ababab;
	color: #000;
	max-height: 20px;
	height: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 11px;
	outline: none;
}
#sf_head input[type="submit"] {
	display: block;
	float: left;
	height: 20px;
	width: 20px;
	overflow: hidden;
	text-indent: -9999em;
	letter-spacing: -9999em;
	background-color: #ababab;
	background-image: url('/images/layout/footer/arrow-right-white.png');
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	outline: none;
}
/* Eind Head */

/* Beoordelingen */
#sf_beoordelingen {
	border-bottom: 1px solid #888;
	padding: 20px 0;
}
#sf_beoordelingen h5 {
	margin: 0 0 5px 0;
}
#sf_beoordelingen p {
	font-size: 12px;
	color: #636363;
}
#sf_beoordelingen .beo_stercontainer {
	margin: 0 0 7px 0;
}
/* Eind Beoordelingen */

/* Main */
#sf_main {
	padding: 50px 0 30px 0;
}
#sf_main .sf_blok {
	margin-bottom: 20px;
}
#sf_main h6 {
	font-size: 12px;
	margin: 0 0 10px 0;
	color: #005281;
}
#sf_main ul + h6 {
	margin: 20px 0 10px 0;
}
#sf_main ul {
	list-style-type: none;
}
#sf_main ul + ul {
	margin: 10px 0 0 0;
}
#sf_main ul li {
	margin: 0 0 3px 0;
	font-size: 10px;
	line-height: 13px;
}
#sf_main ul li a {
	color: #000;
	text-decoration: none;
}
#sf_main ul li a:hover {
	text-decoration: underline;
}

/* Eind main */

/* Providers */
#sf_providers {
	padding: 30px 0;
	border-top: 1px solid #888;
}
#sf_providers ul {
	list-style-type: none;
	font-size: 1px;
	text-align: center;
}
#sf_providers ul li {
	display: inline;
	font-size: 12px;
}
#sf_providers ul li + li {
	margin: 0 0 0 20px;
}
#sf_providers ul li img {
	width: 62px;
}
/* Eind providers */

/* Disclaimer */
#sf_disclaimer {
	padding: 10px 0 10px 0;
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
}
#sf_disclaimer p {
	font-size: 11px;
	text-align: center;
}
#sf_disclaimer p a {
	color: #000;
}
/* Eind disclaimer */

/* Menu */
#sf_menu {
	padding: 20px 0 0 0;
	height: 20px;
}
#sf_menu ul {
	list-style-type: none;
	margin: 0 auto;
	text-align: center;
	font-size: 1px;
}
#sf_menu ul li {
	display: inline;
	font-size: 12px;
}
#sf_menu ul li + li {
	margin: 0 0 0 9px;
	padding: 0 0 0 10px;
	border-left: 1px solid #000;
}
#sf_menu ul li a {
	color: #000;
	text-decoration: none;
}
#sf_menu ul li a:hover {
	text-decoration: underline;
}
/* Eind menu */