/* rood                : #f7403a; */
/* grijs               : #747f81; */

/*** algemeen ****************************************/
body {
	text-align         : center;
	overflow           : hidden;
	font-family        : Verdana;
}



/*** cnt *********************************************/

/* container om  het geheel te centreren */
#cnt {
	position           : relative;
	height             : 100%;
	width              : 958px;
	margin             : 0px auto;
	text-align         : left;
}



/*** scrollable content ******************************/
#cnt #scroll {
	position           : absolute; 
	overflow           : auto;
	top                : 100px;
	bottom             : 0px;
	width              : 100%;
	z-index            : 10;	
}
* html #cnt #scroll {
	top                : 0px;
	height             : 100%;
	border-top         : 100px solid #fff;
}

#cnt #scroll h1 {
	font-size          : 24px;
	color              : #f7403a;
	font-weight        : bold;
}
#cnt #scroll h2 {
	font-size          : 16px;
	line-height        : 17px;
	margin-top         : 34px;
	font-weight        : bold;
	color              : #000;
	font-weight        : bold;
}

#cnt #scroll p {
	margin-bottom      : 17px;
}

#cnt #scroll p,
#cnt #scroll ul {
	font-size          : 12px;
	line-height        : 19px;
}

#cnt #scroll a {
	color              : #000;
}
#cnt #scroll a:hover {
	color              : #f7403a;
}
#cnt #scroll a.active {
	color              : #f7403a;
}


#cnt #scroll .witruimte {
	padding            : 18px;
}


#cnt #scroll #bg {
	position           : absolute;
	left               : 0px;
	width              : 100%;
	height             : 300px;
	background         : #fff;	
}

/*** kol-1 *******************************************/
#cnt #scroll #kol-1 {
	position           : absolute;
	left               : 0px;
	width              : 212px;
	height             : 300px;
	vertical-align     : bottom;
	background         : #fff;
	font-family        : Arial;
	font-size          : 12px;
}
#cnt #scroll #kol-1 a {
	line-height	   : 24px;
}
#cnt #scroll #kol-1 ul {
	position           : absolute;
	bottom             : 0px;
}
#cnt #scroll #kol-1 .actief {
	color		   : #f7403a;
}

/*** kol-2 *******************************************/
#cnt #scroll #kol-2 {
	position           : absolute;
	left               : 212px;
	width              : 534px;
	height             : 300px;
	vertical-align     : bottom;
	border             : 1px solid #e5e5e5;
	background         : #fff;
}
#cnt #scroll #kol-2 #controls {
	border		   : 1px solid #e5e5e5;
	background	   : #e5e5e5;
}

#cnt #scroll #kol-1 ul {
	position           : absolute;
	bottom             : 0px;
}

/*** kol-3 *******************************************/
#cnt #scroll #kol-3 {
	position           : absolute;
	left               : 746px;
	width              : 212px;
	height             : 300px;
	vertical-align     : bottom;
	background         : #fff;
}
#cnt #scroll #kol-1 ul {
	position           : absolute;
	bottom             : 0px;
}


/*** flash *******************************************/
#cnt #scroll #flash {
	position           : absolute;
	left               : 0px;
	width              : 958px;
	height             : 460px;
	background         : #eee;
}



/*** header ******************************************/
#cnt #header {
	position           : absolute;
	top                : 0px;
	height             : 100px;
	width              : 100%;
	z-index            : 100;
	background         : url('../../shared/img/header_bg.gif') no-repeat;
}
#cnt #header #beeldmerk-tolknet {
	position           : absolute;
	top                : 0px;
	left               : 0px;
}

#cnt #header ul#hoofdmenu {
	position           : absolute;
	top                : 15px;
	left               : 230px;
	z-index            : 130;
}	
#cnt #header ul#hoofdmenu li {
	float              : left;
	margin-right       : 20px;
}

#cnt #header ul#hoofdmenu li a {
	font-weight        : bold;
	font-size          : 12px;
	line-height        : 20px;
	display            : block;
	text-decoration    : none;
	color              : #fff;
	border-bottom      : 1px solid #f7403a;
}

#cnt #header ul#hoofdmenu li a:hover {
	border-color       : #fff;
	/*background-color   : #f66;*/
}
#cnt #header ul#hoofdmenu li a.active {
	border-color       : #fff;
}

