@charset "utf-8";
/* Structuur */
body {
	background-image: url(../images/background.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container1 {
	width: 950px;
	margin: 0 auto;
	overflow: auto;
	top: 0px;
	bottom: 0px;
}
.header {
	height: 150px;
	width: 950px;
	background-color: #A50A5A;
}

.container2 {
	height: auto;
	min-height:600px;
	width: 950px;
	float: left;
	background-image: url(../images/contentbackground.gif);
	background-repeat: repeat-y;	
}

.navbar {
	min-height:550px;
	height: auto;
	width: 200px;
	float: left;
	background-color: #D0BBBE;
	text-align: center;
	padding-top: 35px;
}
#navtable tr td {
	padding-top: 10px;
}
.content {
	float: left;
	height: auto;
	width: 700px;
	padding: 20px;
}
#referentieTable {
	width: 700px;
}
.rand {
	border: 1px solid #CCC;
}

.subnav {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 699px;
}
.footer {
	height: 30px;
	width: 950px;
	clear: both;
	background-color: #A50A5A;
	color: #FFF;
	text-align: center;
}

/*Algemeen*/
img {
	border: 0px;
}
a{
	outline: none;
}
h1 {
	color: #A50A5A;
	font-size: 22px;
}
h2 {
	color: #A50A5A;
	font-size: 16px;
}
p {
	padding-left: 25px;
}
li {
	padding-top: 20px;
}
.firstitem {
	padding: 0px;
}

.content table tr td {
	text-align: center;
}
h3 {
	color: #A50A5A;
	font-weight: bolder;
}
.topAndBottomClear {
	padding-top: 20px;
	padding-bottom: 20px;
}
.tekstpics {
	text-align: right;
	float: right;
	padding-right: 100px;
}

