body {
	background: url(../pix/background.jpg) repeat-x 0 top;
	padding: 0;
	margin: 0 auto auto;
	text-align: justify;
	font: 12px/20px Arial;
	color: #4b2582;
}

a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

a.mail {
	text-decoration: none;
	color: #0071b9;
	font-size: 12px;
}

.kop{
	font-weight: bold;
	font-variant: small-caps;
	color: #0071b9;
	font-size: 14px;
}

.blauw{
	color: #0071b9;
}

.paars{
	color: #e8e2ff;
}

.bold{
	font-weight: bold;
}

a.footer{
	color: #b5b5b5;
	font-size: 9px;
}

/* @group menu
 */

#home a#home,
#watdoenwij a#watdoenwij,
#contact a#contact
 {
	color: #4b2582;
	font-weight: bold;
}


/* @end */

/* @group Divs */

#container{
	width: 1000px;
	margin: auto;
}

#logo{
	width: 467px;
	height: 124px;
	background: url(../pix/logo.jpg) no-repeat;
	margin: auto;
}

#fotobalk{
	width: 1000px;
	height: 138px;
	background-image: url(../pix/fotobalk-1.jpg);
	margin: auto;
}

#menu {
	width: 1000px;
	height: 25px;
	text-align: center;
	clear: both;
	margin-bottom: 20px;
	padding-top: 5px;
}

#foto{
	width: 300px;
	height: 400px;
	float: right;
	background-image: url(../pix/foto-content-1.jpg);
	margin-right: 30px;
}

#content{
	width: 418px;
	margin-left: 150px;
}

#footer{
	width:  1000px;
	height: 30px;
	text-align: center;
	clear: both;
	padding-top: 10px;
}
/* @end */

