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


BODY{
	background-color: 	#ffffff;
	width: 				750px;
	margin-left: 		20px;
	margin-top: 		10px;
}

img{
	border:				0px;
}

h1{
	float:				left;
	font-family: 		Times New Roman;
	font-size:			27px;
	font-weight:		bold;
	color:				#00ff00;
}

h2{
	float:				left;
	font-family: 		Times New Roman;
	font-size:			27px;
	font-weight:		bold;
	color:				#ff0000;
}

h3{
	float:				left;
	font-family: 		Times New Roman;
	font-size:			27px;
	font-weight:		bold;
	color:				#ffff00;
}

#nieuwsdingetje{

	margin-top: 		10px;
}

#lekker_wijf{
	position: 			relative;
	text-align:			left;
	width: 				350px;			
}
#hotnews{
	position: 			relative;
	text-align:			left;
	margin-left: 		5px;
	width: 				400px;			
}

#tekst_groot{
	font-family: 		Times New Roman;
	font-size:			27px;
	font-weight:		bold;
}

#tekst_middel{
	font-family: 		Times New Roman;
	font-size: 			19px;
	font-weight:		bold;
}

#tekst_klein{
	font-family: 		Times New Roman;
	font-size: 			15px;
	font-weight:		bold;
}

#plaatje_rechts{
	float:				right;
	margin-left: 		5px;
}

#plaatje_links{
	float:				left;
	margin-right: 		5px;
}


.groen{
color:#00ff00;
}

.rood{
color:#ff0000;
}

.geel{
color:#ffff00;
}


.groen a:link{
	color:				#00ff00;
}
.groen  a:visited{
	color:				#00ff00;
}
.groen a:hover{
	color:				#00ff00;
}
.groen a:active{
	color:				#00ff00;
}
.rood a:link{
	color:				#ff0000;
}
.rood  a:visited{
	color:				#ff0000;
}
.rood a:hover{
	color:				#ff0000;
}
.rood a:active{
	color:				#ff0000;
}
.geel a:link{
	color:				#ffff00;
}
.geel  a:visited{
	color:				#ffff00;
}
.geel a:hover{
	color:				#ffff00;
}
.geel a:active{
	color:				#ffff00;
}

