body, html {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12pt;
	background-image: url(../images/bg-gradient.jpg);
	background-color:#ffffff;
	background-repeat: repeat-x;
	text-align:center;
	padding:0;
}



#container {
	background: #ffffff;
	margin: 0 auto;
	padding: 0;
	width:792px;
	margin-top:0px;
	border: solid 1px #3c4968;
	min-height:500px;
}


#left-column {
	background: #ffffff;
	text-align: left;
	margin: 0px;
	padding: 15px 0px 0 15px;
	float:left;
	width: 584px;
}


#right-column {
	background: #ffffff;
	margin: 0 5px 0 0px;
	padding-top: 15px;
	position:relative;
	float:right;

}


#header {
	background:url(../images/mainheader.jpg);
	background-position:center;
	width:790px;
	height:95px;

}


/* Generic Element Styles */


h1 {color:#ff7d40;font-size:16pt;}
h2 {color:#ff7d40;font-size:14pt;text-transform:lowercase;}
.divider {border-top: solid 1px #984c4c;width:560px;margin:-10px 0px 10px 0px;}
.dividerkort {border-top: solid 1px #984c4c;width:344px;margin:-10px 0px 10px 217px;position:absolute;}
.bold {font-weight:bold;}
.centreer {text-align:center;}
.groot	{font-size:12pt;}
.kleur1 {color:#ff7d40;}
.kleur2 {color:#3c4968;}
.kleur3 {color:#6376a0;}
.nieuwitem {margin-top:10px;}
.plaatjerechts {margin: 0 0 0 10px;float:right;}
.plaatjelinks {margin: 8px 10px 0 0;float:left;}
.voordeel{color:#ffffff;font-weight:bold;background-color:green;}
.nadeel{color:#ffffff;font-weight:bold;background-color:red;}
ul{margin:0px;padding:0px;list-style:none;}
a{color:#3c4968;}
a:visited{color:#3c4968;}

/* Generic Menu Styles */

div.menublock {
	font-size:10pt;
	font-weight: bold;
}

div.menublock li a, div.menublock li a:visited{
color: #ff7d40;
text-decoration:none;
}

div.menublock .menuitems li a.current, div.menublock li a:hover{
color: #3c4968;
}

#right-column div.menublock ul.menuitems, #left-column div.menublock ul.menuitems {
text-align:left;
list-style: none;
margin: 0 auto;
padding: 0px;
padding-left: 10px;;
padding-bottom: 20px;
margin-left: 0;
margin-bottom: 0px;
margin-top: -25px;

}

/* Right Menu Blocks */

#right-column div.menublock{
	margin-left: 0px;
	margin-top: 0px;
}

#right-column div.menublock h3 {
width: 170px;
height:48px;
background: transparent url(../images/module-top.gif) top left no-repeat;
padding-top: 7px;
color: #ffffff;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size: 12pt;
}

#right-column div.menublock div{
width: 170px;
background: transparent url(../images/module-body.gif) top left repeat-y;
}

#right-column div.menublock div div {
width: 170px;
background: transparent url(../images/module-bottom.gif) bottom left no-repeat;
}

/* Left Menu Blocks */

#left-column div.menublock{
	padding-right: 10px;
	margin-top: -15px;
	float: left;
}

#left-column div.menublock h3 {
text-align: center;
width: 209px;	/*was 162px */
height:44px;
background: transparent url(../images/module2-top-wide.gif) top left no-repeat;
padding-top: 7px;
color: #ffffff;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size: 12pt;
}

#left-column div.menublock div {
width: 209px;
background: transparent url(../images/module2-body-wide.gif) top left repeat-y;
}

#left-column div.menublock div div {
width: 209px;
background: transparent url(../images/module2-bottom-wide.gif) bottom left no-repeat;
}



#pathway{ 
	height: 16px;
	padding: 5px 10px 0 0;
	text-align: right;
	font-size: 8pt;
	color: #ffffff;
}

.pathway a{
	color: #ffffff;
	text-decoration: none;
	font-size: 8pt;
}

#divider-bar1 {
	background: url(../images/divider-bar.gif) repeat-x;
	width:792px;
	height:26px;
	text-align:right;
}



#left-column #mainbody div.menublock{
	float:left;
}


#footer {
	margin: auto;
	margin-top: 0px;
	background: url(../images/divider-bar.gif) repeat-x;
	width:794px;
	height:26px;
	text-align:center;
	color: #ffffff;
	padding-top: 5px;
	font-size: 8pt;
}

#top{
	position:fixed;
	right:0px;
	bottom:0px;
}


