body, html {
	height: 100%;
}

body {
	background-color: #36297a;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: 50% 0;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Trebuchet MS, verdana;	
	font-size: 12px;
}

a { color: #a33882; }
a:hover { color: #33297a; }
img { border: 0px; }

input, textarea {
	font-family: arial;
	font-size: 12px;
}

table {
	border-collapse: collapse;
}

h1 {
	color: #A33880;
	font-family: Trebuchet MS;
	font-size: 24px;	
}

h2 {
	color: #97AEBE;
	font-family: Trebuchet MS;
	font-size: 20px;
}

.container {
	width: 764px;
	padding: 0px;
}

.container td {
	vertical-align: top;
	padding: 0px;
	color: #32297A;
}

.zwart {
	height: 23px;
	background-color: #000000;
}
.menu {
	width: 188px;
	border-right: 5px solid #000000;
	background-color: #96aebe;
	background-image: url('images/menu.jpg');
	background-repeat: no-repeat;	
}
	#menuimages { position: relative; width: 188px; height: 715px; }
	/* linkse kolom */	
	.menuhome { position: absolute; top: 154px; left: 10px; }
	.menubereikbaarheid { position: absolute; top: 257px; left: 10px; }
	.menulinks { position: absolute; top: 356px; left: 10px; }
	.menupartners { position: absolute; top: 451px; left: 10px; }
	.menucontact { position: absolute; top: 544px; left: 10px; }
	/* rechtse kolom */
	.menuwatdoenwij { position: absolute; top: 202px; left: 102px; }	
	.menuvacaturebank { position: absolute; top: 304px; left: 102px; }	
	.menunieuws { position: absolute; top: 403px; left: 102px; }	
	.menuactiviteiten { position: absolute; top: 499px; left: 102px; }	
	
.content {
	width: 571px;
}

.header {
	background-image: url('images/header.jpg');
	width: 571px;
	height: 209px;
}

.tekst {
	padding: 20px;
	line-height: 25px;
}
