@charset "UTF-8";
/* CSS Document */
BODY {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height:140%;
}
P {
	margin-bottom:15px;
	line-height:140%;
}
a {
	text-decoration:none;
	color:#036;
}
#contact a {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:bold;
	font-size:10px;
	color:#959595;
	text-decoration:none;
	margin:0px;
}
#page-menu .menuBtn {
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-weight:normal;
    font-family: 'Droid Serif', serif;
	font-size:13px;
	text-align:left;
	text-decoration:none;
	line-height:130%;
	color:#555;
}
#page-menu .menuBtn:hover {
	color:#666;
	background-color:#eee;
	font-weight:normal;
	display:block;
}
#page-menu .selected {
	color:#069;
	font-weight:normal;
}
#secMenu .menuBtn {
	/*font-family:Georgia, "Times New Roman", Times, serif;*/

    font-family: 'Droid Serif', serif;
	font-weight:normal;
	font-size:9px;
	text-align:left;
	text-decoration:none;
	color:#555555;
	padding:5px;
	padding-left:20px;
	background-image:url(/_css/images/bullet.gif);
	background-position:left;
	background-repeat:no-repeat;
}
#secMenu .menuBtn:hover {
	background-image:url(/_css/images/bullet_o.gif);
	color:#555;
}
#secMenu .selected {
	color:#069;
	font-weight:normal;
}
/*==================CONTENT STYLES==================*/
#contentBlok {
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
    font-family: 'Droid Serif', serif;
	font-size:14px;
	line-height:120%;
}
/*==================CONTENT STYLES==================*/
#contentBlok a, #contentBlok a:visited, #contentBlok a:active {
	color:#036;
}
#contentBlok a:hover {
	color:#0585a0;
}
#contentBlok H1 {
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-size:24px;
    font-family: 'Droid Serif', serif;
	padding-bottom:5px;
	color:#6c6c6c;
	text-align: left;
	font-weight:normal;
	padding-bottom:20px;
}
#contentBlok input {
	border:solid 1px #bbb;
	border-right:solid 1px #333;
	border-bottom:solid 1px #333;
	background-color:#eee;
}
.demo {
	margin:0px;
	margin-top:15px;
	margin-bottom:15px;
	padding-bottom:10px;
	border-bottom:dotted 1px #666;
}
.voorbeeld P {
	margin:0px;
	margin-bottom:5px;
	margin-top:5px;
}
.voorbeeld H3 {
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-size:14px;

    font-family: 'Droid Serif', serif;
	font-weight:bold;
	text-align: left;
	color:#333;
	padding:5px;
	padding-left:10px;
	/*margin-top:10px;*/
	background-image:url(images/BGH1.gif);
	background-repeat:repeat-y;
	width:100%;
}
.voorbeeld a {
	text-decoration:none;
	color:#069;
}
.antwoord {
	background-image: url(/_css/images/antwoordGradientBG.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
H3 {
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-size:14px;

    font-family: 'Droid Serif', serif;
	font-weight:bold;
	text-align: left;
	color:#333;
	padding:3px;
	margin-bottom:2px;
	padding-left:10px;
	/*margin-top:10px;*/
	background-image:url(images/BGH1.gif);
	background-repeat:repeat-y;
	width:100%;
}
LI {
	list-style:none;
	padding:3px;
	padding-left:20px;
	background-image:url(/assets/images/bullet.gif);
	background-repeat:no-repeat;
	background-position:0px 10px;
	margin:0px;
	margin-left:20px;
	width:70%;
}
.imgLeft {
	margin-right: 20px;
	float: left;
}
.imgRight {
	margin-left: 20px;
	float: right;
}
