
#content_container{
	margin: 40px auto 0 auto;
	padding: 50px 20px 20px 20px;
	width: 560px;
	height: 360px;
	background: url("websend_background.png") no-repeat;
}

#contact_gegevens{
	float: left;
	overflow: hidden;
	width: 200px;
}

#projecten{
	border-left: 1px #fff solid;
	padding-left: 10px;
	width: 320px;
	float: right;
	overflow: hidden;
}

#footer{
	font-size: 10px;
	color: #999;
	margin: 10px auto;
	text-align: center;
}

#footer a{
	color: #999;
}

body{
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: white;
}

h1{
	font-size: 24px;
	text-align: center;
	margin: 0px;
}

h2{
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
}

h3{
	font-weight: normal;
	font-size: 18px;
	margin: 0px;
}

h3#contact_kop{
	font-size: 14px;
}

h3#projecten_kop{
	padding-left: 10px;
}

.project{
	padding: 12px 10px;
	margin: 6px 0px;
}

.project:hover{
	background: #333;
}

.project:hover .onderwerp{
	color: #cc0000;
}

.project a{
	color: white;
	text-decoration: none;
	font-size: 18px;
}

.project .onderwerp{
	font-style: italic;
}
