/*
	Site:		www.tracebrussel.be
	Author:		Arnout Devillé < arnout@megaluna.be >
	Last edit:	13-01-2011
	Media:		Screen
*/


/* 
	Eric meyer's 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, 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;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/*************************************************************************/

/*
	STANDARD
*/
body {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	border-top:15px #CCC79F solid;
}

h1, h2, h3, h4, h5, h6 {
	color:#660066;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	padding-bottom:5px;
}

h1 {
	background:#FFFFFF url("../images/logo.gif");
	width:200px;
	height:94px;
	text-indent:-9999px;
	margin-top:10px;
	float:left;
	display:inline;
	padding:0;
}

	h1 a {	
		width:200px;
		height:94px;
		display:block;
	}

h2 {	
	font-size:24px;
}

h3 {
	font-size:18px;
}

h4 {
	font-size:16px;
}

h5 {
	font-size:14px;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

hr {
	border:0;
	color:#716F63;
	background-color:#716F63;
}

a:link,
a:visited,
a:hover,
a:active {
	color:#660066;
}

sub {
	vertical-align:sub;
}

sup {
	vertical-align:super;
}


/*
	STRUCTURE
*/
#wrapper
{
	background-color:#FFFFFF;
	margin:0 auto;
	width:960px;	
}
	
	#header {
		width:100%;
		float:left;
		display:inline;
		margin-bottom:5px;
	}
		#headerImage {
			float:right;
			display:inline;			
		}
			#headerImage .standard {
				margin-top:-15px;
			}
			
			#headerImage .other {
				margin-top:0;
			}

	#container {
		width:100%;
	}
	
		#leftSide {
			width:200px;
			float:left;
			margin-top:40px;
		}
		
		#contentSmall {
			width:490px;
			float:left;
			margin:0 25px 0 25px;
		}
		
		#contentLarge {
			width:735px;
			float:left;
			margin:0 0 0 25px;
		}
		
		#rightSide {
			width:220px;
			float:right;
			padding:0;
			margin:0;
			display:block;
		}


#partners {
	clear:both;
	width:960px;
	height:38px;
	margin:0 auto;
	padding-top:25px;
}

	#partners ul {
		background-color:#424242;
		width:194px;
		height:32px;
		float:left;
		padding:4px 3px;
	}

#footer {
	color:#FFFFFF;
	background-color:#424242;
	height:25px;
	width:100%;
	clear:both;
	font-size:11px;
}

	#footer p {
		color:#cccccc;
		background-color:#424242;
		height:25px;
		line-height:25px;
		vertical-align:middle;
		padding: 0 3px 0 3px 0;
		width:949px;
		margin:0 auto;
	}
	
	#footer a {
		color:#cccccc;
		text-decoration:none;
	}
	
	#footer a:hover
	{
		text-decoration:underline;
	}



/*
	NAVIGATION
*/

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */


#nav {
	list-style:none;
	margin: 0 0 35px 0;
	padding: 0;
	list-style: none;
	width: 200px;
	background-color:#FFF;
	border-right:1px solid #CCC79F;
}
	#nav li {
		position:relative;
		border-bottom:1px solid #CCC79F;
	}
		#nav li:last-child {
			border-bottom:none;
		}
	
	#nav li:hover #submenu, #nav li.over ul#submenu { display: block; }

		#nav li a {	
			width:180px;
			padding:10px 10px;
			/*margin-bottom: 2px;*/
			background-color:#F6F6F6;
			color:#000000;
			display:block;
			text-decoration:none;			
		}
		
		#nav li a:hover, #nav .huidige {
			background-color:#CCC79F;	
		}
		
			/* Submenu */
			#nav li ul#submenu {
				position: absolute;
				left: 201px;
				top: 0;
				display: none;
				list-style:none;
				background-color:#FFF;
				/*border:2px solid #FFF;*/
				border-right:1px solid #CCC79F;
			}
				#nav li #submenu li:hover ul#submenu2 { display: block; }
					
				/* SubSubmenu */
				#nav li ul#submenu li ul#submenu2 {
					position: absolute;
					left: 201px;
					top: 0;
					display: none;
					list-style:none;
					background-color:#FFF;
					/*border:2px solid #FFF;*/
					border-right:1px solid #CCC79F;
				}				


/*
	BOX
*/
.box {
	width:100%;
	margin-bottom:25px;
	font-size:12px;
}
	.box h3 {
		background-color:#660066;
		padding:10px 10px;
		color:#FFF;
		margin-bottom:10px;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:18px;
	}
	
	.box h4 {
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
		color:#660066;
		font-weight:bold;
		margin-bottom:8px;
	}
		.box h4.category {
			background-color:#D7C5CA;
			padding:2px 5px;
			color:#660066;
			display:inline-block;
		}
		
		.box .agenda h4 {
			margin:0;
		}
	
	.box ul {
		list-style:none;
	}
		.box ul li {
			margin-bottom:20px;
		}
		
		.box ul li.special {
			background-color:#F3EAED;
			padding:10px;
		}
		
		.box ul li .more {
			padding-top:8px;
			display:block;
		}
		
		.box ul.news {
			margin-bottom:20px;	
		}
			.box ul.vacatures li, .box ul.news li,  .box ul.agenda li {
				background:#FFF url('../images/listitem.jpg') 0 5px no-repeat;
				padding-left:20px;			
			}
			
			.box ul.news li {
				margin-bottom:10px;
			}
			
			.box ul.news2 li {
				background:#FFF url('../images/listitem2.jpg') 0 5px no-repeat;
				padding-left:20px;
				margin-bottom:5px;
			}
			
			.box ul.agenda li span {
				margin:0;
				padding:0;
				color:#000;
				text-decoration:none;
			}
	
	.box .all {
		color:#660066;
	}


/*
	CONTENT
*/

#pageInfo {
	display:block;
	float:right;
	width:735px;
}

	.breadcrumb {
		width:80%;
		float:left;
		display:block;
		background:#FFF url("../images/breadcrumb.jpg") 0 7px no-repeat;
		padding-left:20px;
		margin:3px 0 20px 0;
	}
		.breadcrumb a, .breadcrumb a:hover {
			color:#000;
			text-decoration:underline;
		}
			
	.print {
		width:10%;
		float:right;
		text-align:right;
	}
		.print a {
			text-decoration:none;
			cursor: auto;
			cursor: pointer;		
		}

/* Short news home */
ul#newsShort {
	list-style:none;
	width:100%;
	float:left;
}

	ul#newsShort li {
		width:100%;
		margin:0;
		float:left;
		display:block;
		font-size:12px;
	}
	
	ul#newsShort li#columnsTwo {
		width:235px;
		margin:0;
		float:left;
		display:block;
		font-size:12px;
	}
		ul#newsShort li#columnsTwo.special {
			margin-left:20px;
		}
	
	ul#newsShort li#columnsThree {
		width:145px;
		margin:0;
		float:left;
		display:block;
		font-size:11px;
	}			
	
		ul#newsShort li#columnsThree.special {
			margin-left:20px;
		}
		
		ul#newsShort li h4 {
			color:#000;
			font-weight:bold;
			margin-bottom:3px;
		}
		
		ul#newsShort li a.readMore {
			padding-top:5px;
			display:inline-block;
		}
	
	.readAll {
		background-color:#CCC79F;
		display:inline-block;
		width:470px;
		float:left;
		padding:10px 10px;
		margin:10px 0 25px;
	}
		.readAll a {
			color:#333;
			text-decoration:none;
		}
			.readAll a:hover {
				text-decoration:underline;
			}

/* News home */
ul#newsHome {
	width:100%;
	list-style:none;
	margin:0;
	padding:0;
}
	ul#newsHome li {
		margin:0 0 25px 0;
		padding:0;
		float:left;
		width:490px;
	}
		ul#newsHome li h2 {
			margin-bottom:5px;	
		}
		
		ul#newsHome li h3 {
			margin:15px 0 5px;			
		}
		
		ul#newsHome li.special {
			background-color:#F6F5F0;
			padding:10px 15px;
			width:460px;
		}
		
		ul#newsHome li img.thumb {
			display:inline-block;
			padding-right:25px;
			float:left;
			width:200px;
		}
		
		/*
		ul#newsHome li .floatLeft {
			float:left;
			width:250px;
		}
			ul#newsHome li.special .floatLeft {
				width:230px;
			}
		*/
		
		ul#newsHome li img.floatLeft {
			float:left;			
		}
		
		
		ul#newsHome li .readMore {
			padding-top:5px;
			display:inline-block;
		}
		
		ul#newsHome li ul li {
			margin:0 0 5px 0;
		}

.text
{
	width:100%;
	float:left;
	display:inline;
}
	.text p {
		width:100%;
		/*padding-bottom:15px;*/
	}

	.text ul {
		margin-left: 20px;
		list-style:square;		
	}
		.text ul li {
			margin-bottom:8px;
		}
	
	.text ol {
		margin-left:25px;
	}


	.text ul.news {
		list-style:none;
		width:100%;
		padding:0;
		margin:0;
	}
		.text ul.news li {
			padding-bottom:25px;
			margin:0;
		}

.newsletterTitle {
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
}



/* Input fields */
.input_small {
	width:50px;
}

.input_medium {
	width:150px;
}

.input_large {
	width:250px;
}

/* Form */
.edit_object {	
}
	.required {
		font-size:16px;
		color:#F00;
		font-weight:bold;
	}
	
	.edit_object dd {
		padding-bottom:5px;
	}
		.edit_object dd input {
			border:1px #CCC solid;
			padding:3px 5px;
			margin:2px 0 5px;
		}
	
	.edit_object .button {
		margin-top:10px;
	}

	
	
/* 
	RIGHT SIDE
*/
#search {	
	width:100%;
	margin-bottom:10px;
}

	#search input {
		border:1px #CCC solid;
		padding:3px 2px;
	}
	
	#search input.submit {
		padding:2px;
		float:right;
		cursor:auto;
		cursor:pointer;		
	}
	
	#cse-search-results iframe {		
		width:735px;
		margin:100px 7px 20px 7px;	
		min-height:100%;
	}	
	
	
.wiezijnwe {
	background-color:#CCC79F;
	padding:15px 14px;
	line-height:20px;
	text-align:justify;
	margin-bottom:25px;
}
	.colorWhite {
		color:#FFF;
	}
	

/* Medewerkers */
a.medewerkers {
	font-size:0.9em;
}

.medewerker
{
	width:725px;
	height:60px;
	background-color:#eaeaea;
	padding:5px;
	margin: 5px 0 5px 0;
}

	.medewerker .foto
	{
		float: right;
	}
	
	.medewerker .info
	{
		float:left;
		width:500px;
	}

.grijs
{
	background-color:#eaeaea;
	padding:5px;
	margin: 5px 0 5px 0;
}

/* Table publicaties */
.tabel {
	margin:10px 0 0 0;
	width:735px;	
}

	.tabel th {
		color:#ffffff;
		background-color:#424242;
		text-align:left;
		padding:2px;
		font-weight:bold;
	}
	
	.tabel td {
		padding:3px;
	}
	
	.tabel .small {
		width:10%;
	}
	
	.tabel .medium {
		width:20%;
	}
	
	.tabel .large {
		width:50%;
	}

	.speciaal {
		background-color:#dedede;
	}

/* Aanbieders */
.aanbieder h3 {
	margin-bottom:5px;
	width:735px;
}

.aanbieder .logo {
	float:right;
}

.aanbieder dl {
	margin: 0 0 10px 0;
	padding:10px; 
	background-color:#dedede;
}

.aanbieder dd {
	padding:1px 0 1px 0;
}

.aanbieder iframe {
	padding:20px 0 20px 20px;
}

.error {
	color:red;
	margin: 10px 0 5px 0;
}


/* Contact */
.tableContact {
	width:100%;
	margin-bottom:20px;
}

	.tableContact td {
		vertical-align:top;
		width:50%;
		border-bottom:1px silver solid;
		padding:15px 0;
	}


/*
	FOOTER
*/

/* 	Partner Rollovers */
.rollover {
	margin-top:2px;
	list-style-type: none;
}

.rollover li {
	float: left;
	padding: 1px;
	text-indent: -9999px;
}

.rollover li a {
	display: block;
	border: none;
	text-decoration: none;
}

	.rollover .iris a {
		background: transparent url("../images/logo_iris.gif") no-repeat;
		width: 32px;
		height: 32px;
	}
	
	.rollover .iris a:hover {
		background: transparent url("../images/logo_iris.gif") 0 -32px no-repeat;
	}
	
	.rollover .actiris a {
		background: transparent url("../images/logo_actiris.gif") no-repeat;
		width: 26px;
		height: 32px;
	}
	
	.rollover .actiris a:hover {
		background: transparent url("../images/logo_actiris.gif") 0 -32px no-repeat;
	}
	
	/*
	.rollover .vdab a {
		background: transparent url("../images/logo_vdab.gif") no-repeat;
		width: 56px;
		height: 32px;
	}
	
	.rollover .vdab a:hover {
		background: transparent url("../images/logo_vdab.gif") 0 -32px no-repeat;
	}
	*/
	.rollover .vdab a,
	.rollover .vdab a:hover {
		background: transparent url("../images/logo_vdab.gif") no-repeat;
		width: 56px;
		height: 32px;
	}
	
	.rollover .vlaams a {
		background: transparent url("../images/logo_vlaams.gif") no-repeat;
		width: 41px;
		height: 32px;
	}
	
	.rollover .vlaams a:hover {
		background: transparent url("../images/logo_vlaams.gif") 0 -32px no-repeat;
	}
	
	.rollover .vgc a {
		background: transparent url("../images/logo_vgc_1.gif") no-repeat;
		width: 27px;
		height: 32px;
	}
	
	.rollover .vgc a:hover {
		background: transparent url("../images/logo_vgc_1.gif") 0 -32px no-repeat;
	}

