@charset "utf-8";
/* CSS Document */

h6{
	color:#FFF;
	font-size:18px;
	font-weight:300;
	padding: 12px 0px 10px 5px;
}


div.container{
	margin-left:auto;
	margin-right:auto;
	background-image:url(afbeeldingen/weerbg.png);
	width:462px;
	height:198px;
}

div.linkercontainer{
	float:left;
	position:relative;
	width:230px;
	top:10px;
	margin-left:10px;
}

.groen{
	font-weight:bold;
	color:#417011;
}

.temperatuur{
	position:relative;
	left:50px;
}

.regen{
	position:relative;
	left:89px;
}

.wind{
	position:relative;
	left:47px;
}

div.windrichtingen{
	position:relative;
	
}

.windrichting{
	position:relative;
	left:52px;
}



div.rechtercontainer{
	margin-left:280px;
	position:relative;
	left:0px;
	top:12px;
	
}

.temp{
	padding:20px 0px 0px 0px;
}

.neerslag{
	padding:5px 0px 5px 0px;
}

.windsnelheid{
	padding:0px 0px 5px 0px;
}
	

div.bron{
	position:relative;
	left:169px;
	top:10px;
	font-size:10px;
	color:#417011;
	
}

div.bron a{
	text-decoration:none;
	color:#417011;
}

.weerplaatje{
	padding-bottom:2px;
}
