body{
	background:url('imagestemp/backgroundFlower.jpg') no-repeat center 400px;
	text-align:center;
	margin:0;
	padding:0;
	font-family: Verdana;
	font-size: 11px;
}
/* positionering */
#center{
	margin:0 auto;
	text-align:left;
	width:478px;
}
#header{
	width:478px;
	height:157px;
	background:url('imagestemp/header.jpg') no-repeat;
}
#nav{
	position:relative;
	top:133px;
	left:10px;
	
}
#content{
	position:relative;
	left:10px;
	width:458px;
}
#boxen{
	position:relative;
	height: 200px;
}
#nieuwsbrief{
	width:246px;
	position:absolute;
	left:0px;
	background:url('imagestemp/nieuwsbriefbg.jpg') repeat-x bottom #f1f1f1;
	padding-bottom:10px;
	height:140px;
}
#nieuwsbriefheader{
	width:246px;
	height:28px;
	background:url('imagestemp/headernieuwsbrief.jpg')
}

#twitter{
	width:200px;
	position:absolute;
	left:260px;
	background:url('imagestemp/nieuwsbriefbg.jpg') repeat-x bottom #f1f1f1;
	padding-bottom:10px;
	height:140px;
}
#twitterheader{
	width:200px;
	height:28px;
	background:url('imagestemp/headertwitter.jpg')
}
#twitter p{
	margin:20px;
}
#powered_by{
	margin-top:25px;
	text-align: center;
	width:458px;
}
/* layout */
a{
	color:black;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.titel{
	color:#013300;
	font-size:22px;
}
.gray{
	color:#989898;
}
.first{
	margin:0;
}
.formulierinhoud{
	border:none;
	background: #FFF;
	height:25px;
	width:200px;
	margin:5px;
	margin-left:20px;
	padding-left:10px;
	padding-top:4px;
}
.send{
	width:100px;
	padding-top:8px;
	cursor: pointer;
}
.tweet{
	margin:20px;
}
.tweetby{
	font-size:10px;
}
