/* CSS Document */

.mainTable { 
	width:800px;
	font-family:Arial, Helvetica, sans-serif;
}

img {
	border:1px solid #FD6632;
}

.links {
	width:200px;
}

.taalTabel {
	background-color:#FFFFFF;
	text-align:right;
	width:100%;
}

.linksTable {
	width:100%;
	font-size:11px;
	color:#FD6632;
	text-align:right;
	padding-left:10px;
	padding-right:10px;
}

.linksTable a:link, .linksTable a:visited {
	color:#FD6632;
	text-decoration:none;
}

.linksTable a:hover, .linksTable a:active {
	color:#FD6632;
	text-decoration:underline;
}

.streepTussen {
	color:#0072BC;
	text-align:center;
	height:30px;
	vertical-align:middle;
	font-weight:bold;
}

.content {
	width:600px;
}

.navTable {
	height:45px;
	width:100%;
	font-size:12px;
}

.navTable td {
	text-align:center;
}

.navTable a:link, .navTable a:visited {
	color:#666666;
	text-decoration:none;
	background:none;
	font-weight:bold;
	width:100px;
	height:45px;
	display:block;
	line-height:72px;
}

.navTable a:hover, .navTable a:active {
	color:#666666;
	text-decoration:none;
	background-image:url(../images/background_nav.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
	font-weight:bold;
	width:100px;
	height:45px;
	display:block;
	line-height:72px;
}

.taalKeuze {
	width:100%;
	color:#666666;
	font-size:11px;
	text-align:right;
	height:30px;
	padding-right:10px;
}

.contentTable {
	width:100%;
	color:#666666;
	font-size:11px;
	text-align:left;		
	padding-right:10px;
	padding-left:10px;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
}

.contentTable a:link, .contentTable a:visited {
	color:#000000;
	text-decoration:underline;
}

.contentTable a:hover, .contentTable a:active {
	color:#000000;
	text-decoration:none;
}

.contentTitle {
	color:#FD6632;
	font-size:16px;
	font-weight:bold;
}

.footer {
	text-align:center;
	font-size:11px;
	color:#FD6632;
}

.hoogteDiv {
	min-height: 600px;
	height: auto !important;
	height: 600px;
}
