/* Defaults */
html {
  overflow-y: scroll;
}
html, body {
	font-family: Verdana, Arial;
	font-size: 12px;
	line-height: 18px;
	text-align:center;										/* center page in IE6 */
	padding: 0;
	margin: 0;
}

/* Center div */
#wrapper {
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	width: 997px;
	text-align:left;										/* Reset alignment */
	overflow:hidden;
}

/* Top div */
#top {
	padding:0;
	margin: 0;
	width: 100%;
	height: 204px; /* 204 was orgineel */
	border-bottom: 1px solid green;
}
#toplogo {
	float:left;
	width: 250px;
}
#topmenu {
	float:left;
	width: 309px;
	font-weight: bold;
	color: white;
}
#topfoto {
	float:left;
	margin:0;
	padding:0;
	width: 438px;
	/*background-image:url(../_template/img/top_002.jpg);*/
	height:202px;
	overflow: hidden; /* anders zet IE6 het plaatje op de volgende regel wanneer het plaatje breder is */
}

/* Main div */
#main {
	width: 100%;	
	color: #6a4863;
}

#maincol1 {
	float: left;
	width: 248px;
	border-right: 1px solid green;
	margin-bottom:-5000px;
 	padding-bottom:5000px;
	background-image:url(../_template/img/col1-home.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

/* Afgehandeld via PHP 
=====================================================
#maincol2 {
	float: left;
	width: 261px;
	border-right: 1px solid green;
	margin-bottom:-5000px;
 	padding-bottom:5000px;
}
#maincol3 {
	float: left;
	width: 260px;
	border-right: 1px solid green;
	margin-bottom:-5000px;
 	padding-bottom:5000px;
}
=====================================================
*/
#maincol4 {
	float: left;
	width: 223px;
	border-right: none;
	margin-bottom:-5000px;
 	padding-bottom:5000px;
}

#maincol5 {
	float: left;
	width: 220px;												/* aangepaste width voor IE6 */
	background-image:url(../_template/img/home-right.jpg);
	background-repeat:no-repeat;
	border-right: none;
	margin-bottom:-5000px;
 	padding-bottom:5000px;
}


/* Top Menu */
table.menu {
	margin-left: -2px;
	margin-top: -2px;
}
table.menu td{
	background-image: url(../_template/img/hoek.gif);
	background-position: bottom right;
	background-repeat:no-repeat;
	text-align:left;
	padding-left: 10px;
}		

td.m1 { background-color: #e79645; cursor: pointer; } 			/* pointers voor onclick op td */
td.m2 { background-color: #cccc99; cursor: pointer; }
td.m3 { background-color: #bd7157; cursor: pointer; }
td.m4 { background-color: #76584e; cursor: pointer; }
td.m5 { background-color: #7c6343; cursor: pointer; }
td.m6 { background-color: #75a5a5; cursor: pointer; }

/* submenu in col1 */
.submenuItem {
	text-decoration: none;
	font-size: 11px;
	color: #eb6909;
	font-weight: bold;
	line-height: 18px;
}
.submenuItem a:hover{
	color: green;
}
.active {
	color: #694762;
}
.sub {
	padding-left: 15px;
}

/* Door PHP gegenereerd 
table.col4 {
	background-image: url(../_template/img/hoek.gif);
	background-position: bottom right;
	background-repeat:no-repeat;
	text-align:center;
	background-color: #eb6909;
	font-family:Helvetica, "Arial Narrow";
	font-size: 26px;
	color: #fff;
	text-transform:uppercase;
}
*/

/* Columns inner padding */ 
.colpad {
	padding: 15px 10px;
}
.colpad4 {
	padding: 15px 15px;
}

/* Defaults */
h1              { font-size: 1.5em; padding: 0; margin: 0; }
h2              { font-size: 1.2em; padding: 0; margin: 0; }
h3              { font-size: 1.1em; padding: 0; margin: 0; }

ul { padding-left: 1.8em; }

.vacatures {
	text-decoration:none;
	color: #6a4863;
}
.vacature:hover {
	text-decoration:underline;
}
form.contactform INPUT, TEXTAREA{
	border: 1px solid #6a4863;
	font-family: Helvetica, "Arial Narrow";
	font-size: 12px;
	padding: 2px;
}
form.contactform TEXTAREA {
	width: 490px;
}
#maincol2en3 a:link, a.visited, a:active {
	color: #eb6909;
	text-decoration:none;
}
#maincol2en3 a:hover {
	color: #eb6909;
	text-decoration:underline;
}

/* SEO */

.seo_box {
	width: 1px;
	height: 1px;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
}

#main a.wikified {
	color: #6a4863;
	text-decoration: none;
	cursor: text;
}
