/* CSS Document */
html{
	background-color:#FFFFFF;
	background-repeat:repeat-x;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-face-color:#5e5e5e;/*main kleur*/
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-track-color: #FFFFFF;
	}

body{
	background: #c0bbc3 url(../gfx/background.jpg) top repeat-x;
	background-attachment: scroll;
	font-family:"Century Gothic";
	color:#5e5e5e;
	margin:0px;
	}

table{
	font-size:70%;
	color:#FFFFFF;
}

td.menu{
	background:5E5E5E;
	color:#FFFFFF;
	font-weight:bold;
}

table.menu{
	font-size:100%;
	color:#FFFFFF;
	width:180px;
	position:absolute;
	visibility:hidden;
	background-color:5E5E5E;
}

img{border:0px;}

.slideshow { height: 109px; width: 303px; margin: auto }
.slideshow img { padding: 0px; border: 1px solid #391945; background-color: white; }

a:link, a:visited, a:active{
	font-family:"Century Gothic";
	color:#5e5e5e;
	text-decoration:underline;
	font-size:12px;
}

a:hover{
	font-family:"Century Gothic";
	color:#391a46;
	text-decoration:none;
	font-size:12px;
}

#divContainer{
	width:802px;
	height:600px;
	float:left;
	background-color:#FFFFFF;
	border:1px solid #5e5e5e;
	margin-top:20px;
	}
	
#divHeader{
	float:left;
	width:800px;
	height:92px;
	}
	
#divMenu{
	float:left;
	width:800px;
	height:20px;
	background-color:#5e5e5e;
	}
	
#divRuimte{
	float:left;
	width:800px;
	line-height:4px;
	}
	
#divLinks{
	float:left;
	width:209px;
	height:462px;
	}

#divContent{
	margin-left:10px;
	margin-top:10px;
	margin-right:10px;
	width:570px;
	height:450px;
	overflow:auto;
	}

#divFooter{
	font-family:Arial, Helvetica, sans-serif;
	background-color:#5e5e5e;
	color:#FFFFFF;
	width:800px;
	height:16px;
	float:left;
	}
	
/*-------------------------------------Tekst---------------------------------*/

.text{
	font-family:"Century Gothic";
	font-size:12px;
	color:#5e5e5e;
	}
	
.header{
	font-family:"Century Gothic";
	font-size:16px;
	color:#5e5e5e;
	font-stretch:extra-condensed;
	}
	
td{
	font-family:"Century Gothic";
	color:#5e5e5e;
	font-size:12px;
	}
