

/*
 *  CSS reset
 *
 *******************************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
}

/*
 *  HTML elementen
 *
 *******************************************************************/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;

	color:#757575;
}

	h1{
		margin-top:-6px;
		margin-left:-1px;
		color:black;
		font:normal 24px "Gill Sans", Georgia, Arial;
	}
		h1 em {
			color:black;
			font: italic 18px "Gill Sans", Georgia, Arial;
		}
		.subh1 {
			margin-bottom:7px;
		}
	h2{
		margin-top:-4px;
		margin-left:0px;
		color:black;
		font:normal 18px "Gill Sans", Georgia, Arial;
	}
	h3{
		margin-top:-4px;
		color:#003975;
		font:normal 16px "Gill Sans", Georgia, Arial;
	}
	h4{
		color:black;
		font:bold 13px Arial, Helvetica, sans-serif;
	}
	h5{
		margin-top:20px;
		color:#003975;
		font:normal 12px Arial, Helvetica, sans-serif;
	}
	em {
		color:#757575;
		font:normal normal 14px "Gill Sans", Georgia, Arial;
	}
	p {
		line-height:18px;
	}
	a {
		text-decoration:none;
		color:#003975;
	}
	a:hover {
		text-decoration:underline;
	}

	.helpNumber {
		margin:2px 6px 0 -2px;
		background:url(../../img/hulp_bullet.gif) no-repeat;
		background-position:2px 1px;
		color:white;
		padding:2px 3px 3px 7px;
		font-weight:bold;
		width:10px;
		float:left;
		display:inline;
		overflow:hidden;
		vertical-align:middle;
	}

/*
 *  FORM Elementen
 *
 *******************************************************************/

.textBox {
	border:#7695b5 solid 1px;
	color:#757575;
	font-size:13px;
	background:url(../img/textinput_background.gif) no-repeat top left;
}


/*
 *  Buttons
 *
 *******************************************************************/

.button {
	color:white;
	background:url(../img/button.gif) no-repeat right;
	padding:3px 13px 0 4px;
	height:15px;
	float:left;
	text-transform:uppercase;
	font-size:9px;
	font-weight:bold;
	cursor:pointer;
	line-height:12px;
}
	.button_back {
		background:url(../img/button_back.gif) no-repeat left;
		padding:3px 4px 0 13px;
	}
	.button_red 	{background:url(../img/button_red.gif) no-repeat right;}
	.button_space 	{margin-right:18px;}

	.button_header {
		margin:-2px 7px 5px 1px;
	}

/*
 *  Grid systems
 *
 *******************************************************************/

.grid_1 {width: 72px;}
.grid_2 {width: 178px;}
.grid_3 {width: 284px;}
.grid_4 {width: 390px;}
.grid_5 {width: 496px;}
.grid_6 {width: 602px;}
.grid_7 {width: 708px;}
.grid_8 {width: 814px;}
.grid_9 {width: 920px;}

.column {
	margin: 0 17px 0 17px;
	overflow: hidden;
	float: left;
	display: inline;

	/*background-color:silver;*/
}

.row {
	width: 954px;
	margin: 0 auto 0 auto;
	overflow: hidden;
}

.row .row, .row .row .row {
	margin: 0 -17px 0 -17px;
	width: auto;
	display: inline-block;
}
.sep_small {margin-bottom:12px;}
.sep_medium {margin-bottom:24px;}
.sep_medium_top {margin-top:24px;}
.sep_big {margin-bottom:33px;}

/*
 *  Global styles
 *
 *******************************************************************/

/*
 *  #### Page header
 */

#header {
	height:60px;
	background:url(../img/header_background.gif);
}
#Logo {
	background:url(../img/logo.gif) no-repeat left top;
	height:60px;
	cursor:pointer;
}

/*
 *  #### Main navigation
 */

#Navigation {
	list-style:none;
	margin-left:-30px;
}
	#Navigation li {
		float:left;
		margin:24px 0 0 30px;
		display:inline;
	}
		#Navigation li a{
			font-size:13px;
			font-weight:bold;
		}
		#Navigation li .sel {
			color:#f11920;
		}

/*
 *  #### Sub navigation
 */

#SubNav {
	list-style:none;
	border-top:#597ea5 solid 2px;
}
	#SubNav li {
		border-bottom:#c4d2df solid 1px;
		padding:20px 0 20px 0;
		float:left;
		width:100%;
	}
		#SubNav li p {
			font-size:11px;
			line-height:16px;
			padding-left:30px;
		}
		#SubNav li a{
			font-weight:bold;
			font-size:16px;
			line-height:21px;
			padding-left:30px;
			background:url(../img/subnav_arrow.gif) no-repeat;
			background-position:9px 0px;
		}
			#SubNav li .sel{
				background:url(../img/subnav_arrow_sel.gif) no-repeat;
				background-position:9px 0px;
				color:#f11920;
			}
			#SubNav .last{
				border:none;
				margin-bottom:13px;
			}


/*
 *  #### Mijn EasyCursus
 */

#MijnEC {
	list-style:none;
}
	#MijnEC li{
		float:left;
		display:inline;
	}
	#MijnEC .user {
		margin:10px 0 2px 0;
		padding-left:10px;
		font-size:11px;
		background:url(../img/user_icon_small.gif) no-repeat left;
		width:100%;
	}
		#MijnEC .user a{font-weight:normal;}
	#MijnEC li a {
		font-weight:bold;
	}


/*
 *  #### Home teaser
 */

#Teaser {
	height:381px;
	background:url(../img/easycursus_teaser_background.jpg) no-repeat;
	position:relative;
}
	#Teaser .overlay {
		position:absolute;
		bottom:0px;
		left:12px;
		width:272px;
	}
		#Teaser h2 {
			margin:0px;
			line-height:28px;
			font-size:17px;
			padding:10px 10px 15px 13px;
			width:249px;
		}
			#Teaser .white {
				color:#003975;
				background-color:white;
			}
			#Teaser .red {
				color:white;
				background-color:#f11920;
				background-image:url(../img/teaser_tekst_background.jpg);
			}

#Teaser .overlay_2 {
		position:absolute;
		bottom:0px;
		right:12px;
		width:272px;
	}
		#Teaser h2 {
			margin:0px;
			line-height:28px;
			font-size:17px;
			padding:10px 10px 15px 13px;
			width:249px;
		}

			#Teaser .blue {
				color:white;
				background-color:#f11920;
				background-image:url(../img/teaser_tekst_background_blue.jpg);
			}

#Teaser .overlay_3 {
		position:absolute;
		bottom:25px;
		right:0px;
		width:138px;
                height:124px;
                background-image:url(../img/ec_5_jaar_home.png);
	}

/*
 *  #### Sub teaser
 */

#SubTeaser {
	position:relative;
	margin-top:7px;
}
	#SubTeaser .overlay{
		position:absolute;
		top:33px;
		left:24px;
		width:250px;
	}
		#SubTeaser h1{
			color:white;
			font-size:21px;
		}


/*
 *  #### Referenties
 */

.referentie {
	width:85%;
	margin:25px 0 0 5px;
	padding:9px;
	border:1px #c4d2df solid;
	text-align:center;
}

/*
 *  #### Info box
 */

.InfoBox {
	border-top:#c4d2df solid 1px;
	background-color:#edf1f6;
	line-height:18px;
}
	.InfoBox h3 {margin-bottom:7px;}
	.InfoBox p{margin:15px 0 15px 0;}
	.InfoBox .content {
		padding:17px 15px 50px 12px;
	}
	.InfoBox img{
		float:right;
		clear:right;
		padding:5px 8px 5px 15px;
	}

/*
 *  #### Search
 */

.SearchBox {
	border-top:#c4d2df solid 1px;
	background-color:#edf1f6;
	height:40px;
}
	.SearchBox h5 {
		margin:13px 13px 0 13px;
		float:left;
		display:inline;
	}
	.SearchBox .textBox {
		margin:8px 0 0 0;
		width:200px;
	}

/*
 *  #### Footer
 */

#Footer {
	padding:40px 0 40px 0;
	background:url(../img/footer_background.gif) repeat-x;
	font-size:11px;
}
	#Footer ul {
		list-style:none;
	}
		#Footer ul li {
			float:right;
			margin-left:33px;
		}

/*
 *  #### Page numbers
 */

.PageNumbers {
	list-style:none;
}
	.PageNumbers li {
		float:left;
		padding:2px 6px 4px 6px;
		margin:3px;
		font-size:12px;
		font-weight:bold;
		height:13px;
		overflow:hidden;
	}
	.PageNumbers .sel {
		color:white;
		background-color:#003975;
	}
	.PageNumbers .next {
		font-weight:normal;
		color:white;
		padding:2px 14px 4px 6px;
		background:url(../img/button_groot.gif) no-repeat right;
	}
        .PageNumbers .next a
        {
                font-weight:normal;
                color:white;
        }
        .PageNumbers .previous
        {
                font-weight:normal;
                color:white;
                padding:2px 6px 4px 14px;
                background:url(../img/button_groot_links.gif) no-repeat left;
        }
        .PageNumbers .previous a
        {
                font-weight:normal;
                color:white;
        }

/*
 *  #### Filter list
 */

#Filters {
	background:url(../img/filter_background.gif) no-repeat;
	background-position:235px 10px;
}

.FilterList
{
	padding:3px 0 3px 0;
	margin-top:17px;
	border-top:#597ea5 solid 2px;
	border-bottom:#c4d2df solid 1px;
}
	.FilterList ul {
		list-style:none;
		font-size:13px;
	}
		.FilterList .fixedHeight {
			overflow:auto;
			height:175px;
		}
		.FilterList ul li {
			border-bottom:#dde5ed solid 1px;
			padding:6px 0 6px 0;
		}
		.FilterList .home li {
			padding:12px 0 12px 0;
			position:relative;
		}
			.FilterList li .fondsSterren {
				position:absolute;
				top:6px;
				right:3px;
				height:47px;
				overflow:hidden;
			}
				.FilterList li .fondsenHome {
					width:100px;
				}
				.fondsSterren div {
					float:right;
					font-family:"Arial Black";
					color:white;
					font-size:10px;
					text-align:center;
				}
					.starGreen {
						background:url(../img/star_small_green.gif) no-repeat;padding:12px 0 25px 0;width:47px;
					}
					.starGreenRound {
						background:url(../img/star_small_green_round.gif) no-repeat;padding:14px 0 23px 0;width:47px;
					}
					.starGreenRoundLightBlue {
						background:url(../img/star_small_green_round_lightblue.gif) no-repeat;padding:14px 0 23px 0;width:47px;
					}
					.starBlue {
						background:url(../img/star_small_blue.gif) no-repeat;padding:12px 0 25px 0;width:43px;
					}
		.FilterList ul li a{
			padding:0px 0 0px 7px;
			display: -moz-inline-block;
			display: inline-block;
			width:200px;
			vertical-align:middle;
		}

			.FilterList .img{
				vertical-align:middle;
				display: -moz-inline-block;
				display: inline-block;
				margin:0 6px 0 3px;
				width:50px;
				height:33px;
				background-repeat:no-repeat;
				background-position:center;
				overflow:hidden;
			}
			.FilterList .space {
				width:1px;
			}
			.FilterList .sel {
				border-bottom:black solid 1px;
				background:url(../img/filter_selection_background.gif) repeat-x top;
				background-color:#003874;
			}
				.FilterList .sel a{
					color:white;
				}
			.FilterList .info {
				padding:50px 20px 0;
				text-align:center;
				border:none;
			}
		.FilterList .stapel {
			background-color:#edf1f6;
			border-color:white;
		}
			.FilterList .stapel a{
				color:#757575;
			}
				.FilterList .stapel .back{
					height:18px;
					font-size:12px;
				}
					.FilterList .stapel .img a {color:#003975;}

/*
 *  #### Resultaten lijst
 */
.Results_header{position:relative;}
	.Results_header h2{margin-bottom:11px;}

.Results
{
	border-top:#597ea5 solid 2px;
	margin-top:19px;
	margin-bottom:17px;
}
	.Results .list_row {
		border-bottom:#c4d2df solid 1px;
		padding:10px 0 10px 0;
		position:relative;
		overflow:hidden;
		float:left;
		width:100%;
	}
	.Results .id {
		padding:2px 0 0 5px;
		float:left;
		font-size:11px;
		color:black;
		width:37px;
	}
	.Results .title {
		font-size:14px;
		width:350px;
		float:left;
		padding-left:26px;
		background:url(../img/expand_arrow.gif) no-repeat 10px 2px;
	}
		.path {
			margin:5px 0 0 0;
			list-style:none;
			height:13px;
			overflow:hidden;
		}
		.path li {
			font-size:11px;
			font-style:italic;
			float:left;

			padding:0 9px 0 12px;
			background:url(../img/icon_path_small.gif) no-repeat left;
		}
		.path .first {
			background:none;
			padding-left:0;
		}
		.pathSub {
			float:left;
		}
	.Results .options {
		position:absolute;
		right:5px;
		bottom:10px;
	}
	.Results .info {
		width:583px;
		display:none;
		overflow:hidden;
	}
		.Results .info .col{
			float:left;
			display:inline;
		}
		.Results .info .col_big		{width:500px;	margin:15px 0px 0px 68px;}
		.Results .info .col_small	{width:200px;	margin:0px 0 30px 68px;}
		.Results .info .col p		{margin:15px 0 15px 0;}

	.Results .extended {
		background-color:#edf1f6;
	}

	.Legenda {
		position:absolute;
		top:5px;
		right:0px;
		width:150px;
		font-size:11px;
		line-height:16px;
	}
		.Legenda img {
			margin:0 5px 0 0;
		}

/*
 *  #### Prijsberekening
 */

.PriceTable {
	width:100%;
	border-top:1px #597ea5 solid;
	line-height:16px;
}
	.PriceTable .price {
		text-align:right;
		vertical-align:middle;
	}
	.PriceTable .text {
		vertical-align:middle;
	}
	.PriceTable .red {
		color:#5bc200;
	}
	.PriceTable .dottedSep td {
		border-bottom:1px #597ea5 dotted;
		padding:6px 0 6px 0;
	}
	.PriceTable tr td{
		padding:6px 0 0px 0;
	}
	.PriceTable .smallText {
		font-size:11px;
	}
	.PriceTable .totaal {
		font-weight:bold;
		color:#003874;
	}
	.PriceTable .bottom {
		border-bottom:1px #597ea5 dotted;
	}

#SubsidieBerekeningOverlay {
	float:right;
	width:284px;
	padding:0 0 50px 50px;
	height:auto;
}
	#SubsidieBerekeningOverlay h2{margin-top:0px;}

/*
 *  #### Tabbladen
 */

.Tabs {
	list-style:none;
	height:30px;
	background:url(../img/tabs_background.gif) repeat-x;
}
	.Tabs li{
		float:left;
		height:18px;
		border:1px #597ea5 solid;
		border-bottom:none;
		margin:1px 3px 0 0;
		padding:6px 12px 0 12px;
	}
	.Tabs .tabRed {
		border:1px #f11920 solid;
		border-bottom:none;
	}
		.Tabs .tabRed a{color:#f11920;}
	.Tabs .sel {
		border-width:1px;
		background-color:white;
		height:22px;
	}

/*
 * 	#### Style informatie voor algemene lijst weergave in tabel vorm
 */

.listTable {
	width:100%;
	margin-bottom:33px;
}
	.listTable td {
		padding: 10px 0 10px 0;
		border-bottom:1px #c4d2df solid;
		vertical-align:middle;
	}
	.listTable .head{
		padding-top:0px;
		color:black;
		font-weight:bold;
		border-bottom:2px #597ea5 solid;
	}
	.listTable .hightlight{
		color:#003366;
		background-color:#edf1f6;
		padding-left:7px;
	}

/*
 *  CONTENT STYLES
 *
 *******************************************************************/

.vinkjes {
	list-style:none;
	margin: 15px 0 5px 0;
}
	.vinkjes li{
		padding:7px 0 15px 40px;
		line-height:18px;
		font-size:13px;
		background:url(../img/vinkje.gif) no-repeat;
		float:left;
	}

.arrowList {
	list-style:none;
}
	.arrowList li {
		background:url(../img/item_arrow.gif) no-repeat;
		background-position:0px 3px;
		padding-left:17px;
		float:left;
	}

.content p{
	line-height:18px;
	margin-bottom:22px;
	padding-right:19px;
}
.content h2 {	margin:13px 0 22px 0;}
.content h1{	font-size:19px;		margin-bottom:22px;}
.content h4 {	margin-bottom:22px;}
.content h5 {	margin-bottom:22px;}
.content .black {	color:black;}
.content .floatedImg {	float:left;	padding-right:5px;}
.content li {line-height:18px; list-style:square;}

/*
 *  SEARCH RESULT STYLES
 *
 *******************************************************************/

#ajax_listOfOptions{
	position:absolute;	/* Never change this one */
	width:200px;	/* Width of box */
	height:250px;	/* Height of box */
	overflow:auto;	/* Scrolling features */
	border:1px solid #317082;	/* Dark green border */
	background-color:#FFFFFF;	/* White background color */
	text-align:left;
	font-size:0.9em;

	z-index:100;

}
#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
	margin:1px;
	padding:1px;
	cursor:pointer;
	font-size:0.9em;
}
#ajax_listOfOptions .optionDiv{	/* Div for each item in list */

}
#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
	background-color:#003366;
	color:#FFFFFF;
}
#ajax_listOfOptions_iframe{
	background-color:#F00;
	position:absolute;
	z-index:5;
}

.layer1
{
    margin: 0;
    padding: 0;
    width: 500px;
}

.heading
{
    margin: 0px 0px 0px 0px;
    cursor: pointer;
    padding-left: 0px;
    position: relative;
    background-color:#ffffff;
    font-family: arial;
    color:#003874;
}

.hiddenContent
{
    padding: 4px 0px;
    background-color:#ffffff;
}

p
{
    padding: 0px 0;
}

.line
{
    border-bottom:#c4d2df solid 1px;
    padding:20px 0 20px 0;
    float:left;
    width:100%;
}

.fondsSterrenExpand div
{
    float:right;
    font-family:"Arial Black";
    color:white;
    font-size:10px;
    text-align:center;
    position: absolute;
    margin-left:0px;
}
.starGreen
{
    background:url(../img/star_small_green.gif) no-repeat;padding:12px 0 25px 0;width:47px;
}
.starGreenRound
{
    background:url(../img/star_small_green_round.gif) no-repeat;padding:14px 0 23px 0;width:47px;
}
.starGreenRoundLightBlue
{
    background:url(../img/star_small_green_round_lightblue.gif) no-repeat;padding:14px 0 23px 0;width:47px;
}
.starBlue
{
    background:url(../img/star_small_blue.gif) no-repeat;padding:12px 0 25px 0;width:43px;
}
