/* reset */
* {
	margin:0;
	padding:0;
	border:0 none;
}

/* layout */
body {
/*	text-align:center;	*/
	background-color:#ffffff;
	color:#463C3C;
	font-family:ArialMT,Arial,sans-serif;
	font-size:12px;
	line-height:18px;
}

body div {position:relative;}

#outline {
	margin-left:auto;
	margin-right:auto;
	width:790px;
	text-align:left;
	height:900px;
}

div#row1 {height:220px;}

div#row2,
div#row3 {
	width:770px;
	margin-left:10px;
}

/* menu:
	4   = welkom
	93  = introductie
	103 = actueel
	102 = routeboekje
	104 = routewijzigingen
	101 = onderweg
	100 = colofon
*/
div#row2 {height:34px;margin-bottom:18px;}
div#row2 div { position:absolute; }

div#menu_4   {left:0px}
div#menu_93  {left:111px}
div#menu_103 {left:222px}
div#menu_102 {left:333px}
div#menu_104 {left:444px;}
div#menu_101 {left:555px}
div#menu_100 {left:666px}

/* FCEs */
div.two-col-cont,
div.fiftytwentycont,
div.twentyfiftycont {width:770px;}


div.twentycol2 {
	float:left;
	width:210px;
}
div.fiftycol2 {
	float:left;
	width:548px;
	margin-left:12px;
}

div.fiftycol1 {
	float:left;
	width:547px;
}
div.twentycol1 {
	float:left;
	width:211px;
	margin-left:12px;
}

div.two-col-first {
	float:left;
	width:378px;
}
div.two-col-second {
	float:left;
	width:378px;
	margin-left:14px;
}

/* text */
ul {
	padding-left:30px;
}
h1 {
	margin:18px 0;
	line-height:27px;
}
h2 {
	margin:11px 0;
	line-height:19px;
}
h3 {
	margin:9px 0;
	line-height:15px;
}
p.bodytext {margin:0 0 18px 0;}
div.csc-textpic-imagewrap {z-index:2;}
table.contenttable {margin:15px 0 18px 0;}
table.contenttable .bodytext {margin:0}
.align-right {text-align:right;}
.clearboth {clear:both;}

table.contenttable td
{
	vertical-align:top;
}