/*
Theme Name: yvonnevanseters-stoop.nl 2015
Version: 1.0
Author: Ewan Oomen
Author URI: https://nawe.nl
*/

body {
	background-color: #d7d7d7;
	}

#yvonnevanseters-stoop2015 {
	width: 1100px;
	margin: 0 auto;
	font-family: Verdana;
	font-size: 14px;
	}
	
#yvonnevanseters-stoop2015 a:link {
	color: #000000;
    text-decoration: underline;
}

#yvonnevanseters-stoop2015 a:visited {
	color: #000000;
    text-decoration: underline;
}

#yvonnevanseters-stoop2015 a:hover {
	color: #000000;
    text-decoration: none;
}

#yvonnevanseters-stoop2015 a:active {
	color: #000000;
    text-decoration: underline;
}
	
div#header {
	background: url(assets/img/header.png);
	width: 1100px;
	height: 70px;
	margin: 15px auto 15px auto;
	}
	
div#logo {
	background: url(assets/img/logo.png);
	width: 350px;
	height: 50px;
	margin: 11px auto auto 20px;
	float: left;
	}

div#menu {
	font-size: 18px;
	color: #ffffff;
	float: right;
	margin: auto 30px auto auto;
	}
	
li.menu-item {
	margin: 11px auto auto auto;
	float: left;
	padding: 12px 0px 12px 16px;
	list-style: none;
	}
	
li.menu-item:not(:last-of-type) {
	background: url(assets/img/scheiding.png) no-repeat right;
	padding-right: 15px;
	}
	
div.menuScheiding {
	background: url(assets/img/scheiding.png) no-repeat;
	width: 1px;
	height: 46px;
	margin: 11px 15px 11px 15px;
	float: left;
	}
	
div#menu a:link {
	color: #ffffff;
    text-decoration: none;
}

div#menu a:visited {
	color: #ffffff;
    text-decoration: none;
}

div#menu a:hover {
	color: #ffffff;
    text-decoration: underline;
}

div#menu a:active {
	color: #ffffff;
    text-decoration: none;
}

div#footer {
	width: 228px;
	height: 11px;
	margin: 0 auto;
	}
	
p#footer {
	color: #7b7b7b;
	font-size: 11px;
	margin: auto auto 25px auto;
	}
	
/* ------------------------------------------------------------- */

div#banner {
	width: 1100px;
	height: 620px;
	margin: auto auto 15px auto;
	}
	
div.slideshow {
	width: 1080px;
	height: 600px;
	float: left;
	}
	
div.slideshow img {
	width: 1080px;
	height: 600px;
	background-color: #eee;
	}
	
div#lijstBoven {
	background: url(assets/img/lijstBoven.png);
	width: 1100px;
	height: 10px;
	}
	
div#lijstLinks {
	background: url(assets/img/lijstLinks.png);
	width: 10px;
	height: 600px;
	float: left;
	}
	
div#lijstRechts {
	background: url(assets/img/lijstRechts.png);
	width: 10px;
	height: 600px;
	float: right;
	}
	
div#lijstOnder {
	background: url(assets/img/lijstOnder.png);
	width: 1100px;
	height: 10px;
	margin: 600px 0 0 0;
	}
	
div.box-small {
	background-color: #ffffff;
	width: 360px;
	height: auto;
	margin: auto 10px 24px auto;
	float: left;
	}
	
div.box-small.last {
	margin-right: 0px;
	}

div.box-small div.kop {
	background: url(assets/img/kopKlein.png);
	width: 360px;
	height: 40px;
	float: left;
	}
	
div.box-small p.kopTekst {
	font-family: Verdana;
	font-size: 18px;
	color: #ffffff;
	margin: 8px 10px 10px 10px;
	}
	
div.box-small p.infoTekst {
	margin: 48px 10px 10px 10px;
	height: 34px;
	}
	
div.box-small div.meerBekijken {
	width: 150px;
	height: 30px;
	float: right;
	margin: auto 10px 10px auto;
	}
	
/* ------------------------------------------------------------- */

div.content{
	background-color: #ffffff;
	width: 1100px;
	height: auto;
	float: left;
	margin: auto auto 15px auto;
	}
	
div#content{
	background-color: #ffffff;
	width: 1100px;
	height: auto;
	float: left;
	margin: auto auto 24px auto;
	}

div.kop {
	background: url(assets/img/kopGroot.png);
	width: 1100px;
	height: 40px;
	float: left;
	}
	
p.kopTekst {
	font-family: Verdana;
	font-size: 18px;
	color: #ffffff;
	margin: 8px 10px 10px 10px;
	}

div.info {
	margin: 50px 10px 10px 10px;
	}

p.infoTekst {
	margin: 0px 0px 0px 0px;
	}