/* Start of CMSMS style sheet 'Cijfers en Advies 1' */
body	{
	font-family:	Arial, sans-serif;
	text-align:		center;
	font-size:		70%;
	margin:		1em;
	background:	#F8F8F8;
}

#container	{
	margin:		0 auto;
	padding:		1em;
	text-align:		left;
	width:		900px;
	background:	#FFFFFF;
}

#header	{
	height:		120px;
	font-family:	Book Antiqua, "Times New Roman", Times, serif;
	font-style:		italic;
	font-size:		1.5em;
	font-weight:	bold;
	color:		#2D3290;
	border-top:	1px solid #EEEEEE;
}

#header	span	{
	display:		none;
}

#footer	{
	width:		100%;
	margin:		20px 0 0;
	clear:		both;
	border-top:	1px solid #EEEEEE;
}

#content_wrapper	{
	float:			left;
	font-size:		1.1em;
}

#content	{
	padding:		40px 60px 50px 15px;
	width:		550px;
	float:			left;
}


#content	a	{
	color:		#2E3192;
	font-weight:	bold;
	text-decoration:none;
	border-bottom:	1px dotted #2E3192;
}
#content	a:hover	{
	border-bottom:	1px solid #2E3192;
}

#content li	{
	margin:		0 0 0 20px;
	list-style-image:url(images/list.jpg);
	line-height:	140%;
}

#content ul {
	margin:		0 0 20px;
	padding:		5px 0 0;
	border-top:	1px solid #EEEEEE;
}

h1, h2, h3	{
	font-family:	Book Antiqua, "Times New Roman", Times, serif;
	font-style:		italic;
}

h1	{
	margin:		0 0 30px;
	font-size:		2.2em;
	color:		#333333;
}

h2	{
	font-size:		1.7em;
	color:		#2E3192;
}

h3	{
	margin:		20px 0 10px 0;
	font-size:		1.5em;
	color:		#2E3192;
}

p	{
	margin:		7px 0;
	color:		#333333;
	line-height:	140%;
}

p.tip	{	
	background:	#f3f7fb;
	padding:		5px;
	margin:		10px 0;
}

#menu	{
	width:		900px;
	padding:		0 0 0 15px;
	float:			left;
	background:	url(images/menu_back.jpg) top left no-repeat;
}

#menu	li	{
	float:			left;
}

#menu	li	a	{
	text-decoration:none;
	color:		#FFFFFF;
	display:		block;
	padding:		10px 10px 22px;
	font-weight:	bold;
	font-size:		1.05em;
}
#menu	li	a:hover	{
	background:	url(images/menu_active.jpg) top left no-repeat;

}
#menu li.active a	{
	background:	url(images/menu_active.jpg) top left no-repeat;
}

#menu li ul li a	{
	background:	none;
	color:		#2E3192;
}

#sidebar	{
	float:			left;
	width:		260px;
	padding:		100px 0 0;
}

#sidebar	a	{
	color:		#2E3192;
	font-weight:	bold;
	float:			right;
	text-decoration:none;
	border-bottom:	1px dotted #2E3192;
}
#sidebar	a:hover	{
	border-bottom:	1px solid #2E3192;
}

.banner	{
	width:		100%;
	background:	#f3f7fb url(images/sub_tab.jpg) top left no-repeat;
	padding:		20px 5px 30px 10px;
	margin:		0 0 30px;
}

.extra	{

}

#sidebar .extra a	{
	float:			none;
}

td	{
	padding:		5px;
}

td.top	{
	border-top:		1px solid #E4E4E4;
}
/* End of 'Cijfers en Advies 1' */

