@charset "utf-8";
/* Uitweg v.2008 */
body
{
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 0.9em;
}

a
{
	text-decoration: underline;
	
	color: black;
}

a:hover
{
	text-decoration: none;
}

img
{
	border: 0px;
}

th
{
	text-align: left;
}

/* Hide usability features from 'normal' users */
.usability {
	display: none;
}

/* IE - Bugfixes */
br.txToIE
{
	display: none;
	display: expression('block');
	overflow: expression('hidden');
}

/* Page layout */
/* - Header */
#header
{
	overflow: hidden;
	
	border-bottom: 1px solid black;
	font-family: Arial, Helvetica, sans-serif;
}

#header a
{
	font-variant: small-caps;
	font-weight: bold;
	font-size: 0.8em;
}

#header img
{
	float: left;
	
	margin: 2px;
	margin-left: 35px;
	margin-right: 35px;
}

#header ul
{
	display: block;
	
	margin: 0px;
	margin: 5px;
	margin-left: 145px;
	padding-left: 0px;
}

#header ul li
{
	display: inline;
	
	list-style: none;
	
	margin-left: 5px;
	padding-left: 15px;
	
	background: url(../images/header_vlaanderen/liNav.gif) left no-repeat;
}

#header ul li a
{	
	color: #333333;
}

#header form
{
	display: block;
	
	margin: 0px;
	margin-left: 145px;
	margin-bottom: 10px;
}

#header form input
{
	font-size: 0.8em;
}

#header form a.tip
{
	display: inline-block;
	
	padding-left: 15px;
	
	background:url(../images/header_vlaanderen/buttonZoektips.gif) left no-repeat;
}


#header form label
{
	display: none;
}

#header form .btn
{
	display: inline-block;
	
	height: 26px;
	width: 60px;
	
	margin-left: 20px;
	padding: 0px;
	padding-left: 4px;
	
	border: none;
	background: url(../images/header_vlaanderen/buttonZoek.gif) no-repeat;
	color: white;
	font-weight: bold;
}

/* - Breadcrumb */
#breadcrumb
{
	font-size: 0.85em;
}

#breadcrumb ul
{
	margin-left: 0px;
	padding-left: 0px;
}

#breadcrumb ul li
{
	display: inline;
}

#breadcrumb ul li a
{
	display: inline-block;

	padding-right: 10px;

	background: url(../images/breadcrumb.png) right no-repeat;	
	color: #999999;
}

/* - Left navigation */
#navigation
{
	width: 170px;
	float: left;
	
	font-size: 0.9em;
}

#navigation ul
{
	margin-left: 0px;
	padding-left: 0px;
}

#navigation ul li
{
	display: block;
	
	list-style: none;
	
	margin-bottom: 10px;
	padding: 0px;
	padding-left: 0px;
	
	background: url(../images/navigation/liNavRight.gif) top right no-repeat;
}

#navigation ul li span.title
{
	display: block;
	
	min-height: 21px;
	height: auto !important;
	height: 21px;
	
	margin: 0px;
	margin-right: 13px;
	padding: 0px;
	padding-left: 13px;
	
	background: url(../images/navigation/liNavLeft.gif) bottom left no-repeat #B4DC8E;
	font-weight: bold;
}

#navigation ul li ul
{
	padding: 5px;
	padding-left: 30px;
	
	border: 1px solid #e5e5cc;
	border-top: 0px;
}

#navigation ul li ul li
{
	display: list-item;
	
	margin-bottom: 0px;
	
	list-style: url(../images/navigation/li.gif);
	background: none;
}

#navigation a
{
	color: #666666;
}

#navigation a:hover
{
	color: #333333;
}

#cartoonSecondary
{
	display: none;
}

/* - content */
#content
{
	margin-left: 185px;
	
	font-size: 0.80em;
}

/* - content: De Vraag */
#devraag
{
	width: 600px;
		
	padding: 5px;
	
	border: 1px solid  #E5E5CD;
	vertical-align: middle;
}

#devraag h2
{
	float: right;
	
	margin: 0px;
	
	color: #7C7A25;
	font-size: 1.3em; 
	font-weight: bold;
}

#devraag ul
{
	margin: 0px;
	padding: 0px;
}

#devraag ul li
{
	display: inline;
}

#devraag ul li p
{
	display: none;
}

/* Content: Weetje */
/* Content: Doe de test */
#doeDeTest, #weetje
{
	width: 590px;
	
	padding: 10px;
	margin-top: 1em;
	
	border: 1px solid #e5e5cc;
	background: #EFF0DE;
}

#doeDeTest h2, #weetje h2
{
	display: inline;

	margin-right: 1em;

	color: #7C7A25;
	font-size: 1em;
}

#weetje ul
{
	display: inline;
	
	margin: 0px;
	padding: 0px;
}

#weetje ul li
{
	display: inline;
	list-style: none;
	
	margin-left: 0px;
	padding-left: 0px;
}

/* Content: shorts */
.short
{
	overflow: hidden;

	margin-top: 10px;
	margin-bottom: 5px;

}

.short img
{
	float: left;
	
	margin-right: 15px;
}

.short p, .short h2
{
	display: block;
	 
	margin: 0px;
	margin-left: 157px;
}

.short a
{
	color: #999999;
	font-weight: bold;
}

.short h2, .short h2 a
{
	margin: 0px;
	
	color: black;

	font-size: 1.1em;
	font-weight: bold;
}

/* Artikel lijst */
#cover
{
	float: right;
	
	margin: 15px;
}

#artikels
{
	margin: 0px;
	margin-left: 180px;
	padding: 0px;
	
	background: url(../images/artikels/liNavLeft.gif) top left no-repeat;
	font-size: 0.85em;
}

#artikels ul
{
	margin: 0px;
	margin-left: 0px;
	padding: 0px;
}

#artikels ul li
{
	display: block;

	list-style:none;
	
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	padding-left: 0px;

}

#artikels ul li a
{
	font-weight: bold;
}

#artikels h2
{
	display: block;
	
	min-height: 23px;
	height: auto !important;
	height: 23px;
	
	margin: 0px;
	margin-left: 8px;
	padding: 0px;
	padding-right: 8px;
	
	background: url(../images/artikels/liNavRight.gif) bottom right no-repeat #E5E5CC;
	color: #666600;
	font-weight: bold;
	font-size: 1em;
}

#artikels ul 
{
	margin: 0px;
	padding: 0px;

	border: 1px solid #E5E5CC;
	border-top: 0px;
}

#artikels ul li 
{
	background: none;
	
	margin: 5px;
}