@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background-color: #675c53;
	margin: 0px;
	margin-top: 50px;
	margin-bottom: 50px;
	line-height: 1.5em;
}

.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background-color: #4a413a;
	border: 1px dotted #fff;
	padding: 3px;
}

.output {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background-color: #00B9E4;
	padding: 3px;
	text-transform: uppercase;
	margin-top: 5px;
	border: 0px solid #fff;
	font-weight: bold;
}

p {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

a { color: #e9eae8; text-decoration: underline; }
a:hover { color: #00B9E4; text-decoration: underline; }

#container {
	width: 600px;
	margin: 0 auto;
}

#logo {
	float: left;
	width: 275px;
	height: 125px;
	background-image: url(../gfx/logo_zaboe.jpg);
	margin-right: 25px;
}

#logo h1 {
	display: none;
}

#about {
	float: left;
	width: 300px;
}

#recentNews, #recentProjects {
	float: left;
	width: 600px;
}


#contact {
	float: left;
	width: 600px;
	margin-bottom: 50px;
}

#contactData {
	float: left;
	width: 275px;
	margin-right: 25px;
}

#contactForm {
	float: left;
	width: 300px;
}

#nieuwsbrief {
	float: left;
	width: 600px;
	margin-top: 20px;
}

#recentNews h2, #recentProjects h2 {
	float: left;
	width: 600px;
	height: 25px;
	background-image: url(../gfx/recentNieuws.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	margin-bottom: 25px;
	margin-top: 25px;
}

#recentProjects h2 {
	background-image: url(../gfx/recentProjects.jpg);
}

h2 span {
	display: none;
}

.projectsContainer {
	float: left;
	width: 600px;
	text-align: left;
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid #00B9E4;
}

.projectLeft, .projectRight {
	float: left;
	width: 280px;
}

.projectLeft {
	margin-right: 40px;
}

.projectsContainer img {
	margin-right: 10px;
	margin-bottom: 10px;
}
