/*
Template
------------------------------
*/

body {
	background-color:#FFDC93;
}

img {
   border-style: none;
}

ul{
margin: 0px;
}

li{
margin-bottom: 13px;
list-style: none;
}

img{

}


/*
Divisions
-------------------------------
*/
.container{
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 1024px;
}

.wemelbeestje{
	float: left;
	width: 190px;
	height: 190px;
}

.wemellogo{
	float: left;
	width: 834px;
	height:	190px;
}

.navigatie{
	width:200px ;
	height: 578px;
	float: left;
	border-style: none;
	border: 0px;
}

.inhoud{
	width: 824px;
	height: auto;
	float: right;
	margin-top: 0px;
}

.AfrondingBoven {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:0px;
	margin-top:0px;
	height: 50px;
		}

.AfrondingOnder {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:0px;
	margin-top:0px;
	height: 50px;
	}

.Nieuwtje{
	width:800px;
        float: left;
	padding-left: 20px;
	padding-right: 20px;
        padding-bottom: 5px;
        margin-bottom: 12px;
	background-color:#FFFFB0;
}

.FotoVanDeMaand{
	width: 270px;
	height: auto;
	margin-bottom: 25px;
	margin-top: 25px;
	background-color:#FFFFB0;
	text-align:center;
	
}

.Footer{
	text-align:right;
	float: right;
}
	
