/******************************************/
/** Third Party css
******************************************/

/*** 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
****************************/
.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 elements
******************************************/
p {		
	line-height: 150%;
	margin-bottom:10px;
}

h1 {
	color:#FFF;	
	font-size:4.0em;
	font-weight:bold;
	padding-top:15px;
	margin-bottom:10px;
}
	h1 a {
		color:#fff !important;
		text-decoration:none !important;
	}

h2 {	
	color:#19B89E;
	font-size:2.5em;
	font-weight:bold;
}

h3 {
	color:#781496;
	font-size:2.0em;
	font-weight:bold;
	margin-bottom:15px;
}

h4 {
	font-size:1.8em;
	font-weight:bold;
	color:#781496;
	margin-bottom:10px;
	padding-top:10px;
}

h5 {
	color:#19B89E;
	font-size:1.5em;
	font-weight:bold;
}

h6 {
	color:#781496;
	font-size:1.3em;
	font-weight:bold;
}

a:link,
a:visited,
a:hover,
a:active {
	color:#19B89E;
	text-decoration:underline;
}

strong, 
b,
.bold {
	font-weight:bold;
}

em, i {
	font-style:italic;
}

dl {
	padding: 0;
	margin:10px 0;
}

	dt {
		font-weight:bold;
		color:#781496;
		float:left;
		width:250px;
	}
	
	dd {
		margin-bottom:10px;
	}

input {
	border:1px #19B89E solid;
	padding:3px 5px;
}

.button {
	border:none;
	background-color:#781496;
	color:#FFF;
	font-size:1.05em;
	font-weight:bold;
}
	.button:hover {
		border:none;
		background-color:#19B89E;
		color:#FFF;
		font-size:1.05em;
		font-weight:bold;
	}	

ul {
	list-style:disc;
	margin:5px 0 5px 50px;
}
	ul li {
		padding:3px 0;
	}
	
	ul.noBullets {
		list-style:none;
		margin:5px 0 5px 50px;
	}
		ul.noBullets li {
			margin-bottom:10px;
		}

.purple {
	color:#781496;
}

.blue {
	color:#19B89E;
}

/******************************************/
/** Structural elements
******************************************/
body {
	font: 62.5% "Tahoma", Verdana, Arial, sans-serif;
	background-color:#F2F2F2;
}

#container {		
	margin: 0 auto;
	width:1000px;
	background-color:#FFF;
}

#header {
	width:100%;
	height:250px;
	background-color:#781496;
}
	#headerAffiche {
		width:200px;
		height:250px;
		float:left;
		display:inline;
	}
	
	#headerLeft {
		width:550px;
		height:200px;
		float:left;
		display:inline;
		margin-left:50px;
	}
	
	#headerRight {
		width:200px;
		height:200px;
		float:left;
		display:inline;
	}
		#logoAntwerpen {
			background:transparent url('../images/logo_200x100.jpg') 0 0 no-repeat;
			text-indent:-9999px;
			width:200px;
			height:100px;			
		}
			#logoAntwerpen a {
				display:block;
				width:200px;
				height:100px;
			}
		
		.contact {
			height:25px;
			padding:75px 0 0 0;
			text-align:right;
			color:#FFF;
			font-size:1.3em;
		}
			.contact a {
				color:#FFF;
				font-weight:bold;
				text-decoration:none;
				padding: 0 40px 0 10px;				
			}
			
#contentLeft {
	width:200px;
	float:left;
	display:inline;
	font-size:1.1em;
}
	.heading {
		width:100%;
		background-color:#19BA9E;
		color:#FFF;
		font-size:1.4em;
		font-weight:bold;
		height:50px;
		text-align:center;
		vertical-align:middle;
		line-height:50px;
	}
	
	#contentLeft ul {
		list-style:none;
		padding:0 10px;
		margin:0;
	}
		#contentLeft ul li {
			border-bottom:1px #19B89E solid;
			/*color:#52CAB6;*/
			color:#666;
		}
		
		#contentLeft ul li:last-child {
			border:none;	
		}
			#contentLeft ul li h5 {
				color:#19B89E;
				padding-top:5px;
				margin:0;
				font-weight:normal;
				font-size:1.3em;
			}
				#contentLeft ul li h5 a {
					color:#19B89E;
				}
			
			#contentLeft ul li a {
				color:#19B89E;
			}

#wrapper {
	width:800px;
	float:left;
	display:inline;
}


/* tabs
*************************/	
ul.tabs {
	display: table;
	margin: 0;
	padding: 0;
	list-style: none;
	float:left;
	background-color:#00B394;			
	text-align:center;
	text-transform:uppercase;
	width:800px;
}

	ul.tabs li {
		margin: 0;
		padding: 0;
		list-style: none;
		display: table-cell;
		float: left;
		position: relative;
		width:200px;		
		z-index: 999;
		height:50px;
		line-height:50px;
		font-weight:bold;
		font-size:1.2em;
	}
	
	ul.tabs a {
		position: relative;
		display: block;			
		font-size:1.1em;
		text-decoration: none;
		color:#FFF;
	}
	
	ul.tabs a:hover,
	ul.tabls a.huidige {
		color: #781496;		
	}

/* dropdowns
*************************/
ul.dropdown {
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	z-index: 999;
	top: 100%;
	display: none;
	left: 0;
	font-size:0.8em;	
	background-color:#00B394;
}

ul.dropdown ul.dropdown {
	top: 0;
	left: 95%;
}

ul.dropdown li {
	margin: 0;
	padding: 0;
	float: none;
	position: relative;
	list-style: none;
	display: block;
	width:200px;
	z-index: 999;
}

ul.dropdown li a {
	display: block;
}


	#content {
		width:735px;
		margin-left:50px;
		padding:25px 15px 0 0;
		font-size:1.2em;
		float:left;
		display:inline;
	}
		#content .newsitem {
			margin-bottom:15px;
		}
		
			#content .newsitem h5 {
				margin-bottom:5px;
			}
			
			#content .newsitem p.share {
				border-top:1px #19B89E solid;
				padding-top:10px;
			}
		
		/*** Succes ***/
		.action_succes {
			background: #a2c67a url("../images/icon_succes.gif") .8em .8em no-repeat;
			font-size: 1.2em;
			color: white;
			border: 1px #76a246 solid;
			padding: 7px 7px 7px 35px;
		}
		
		/*** Warning ***/
		.action_warning {
			background: #eed571 url("../images/icon_warning.gif") .8em .8em no-repeat;
			font-size: 1.2em;
			color: #ae7607;
			border: 1px #ae7607 solid;
			padding: 7px 7px 7px 35px;
		}
		
		/*** Error ***/
		.action_error {
			background: #e84832 url("../images/icon_error.gif") .8em .8em no-repeat;
			font-size: 1.2em;
			color: white;
			border: 1px #9b141e solid;
			padding: 7px 7px 7px 35px;
		
		}
		
		/*** TOGGLE VIEW ***/
		#content .text .toggle-view {
			list-style:none;
			margin:0;
			padding:0;
			width:100%;
		}
		
		#content .text .toggle-view li {
			margin:0;
			position:relative;
			cursor:pointer;			
		}
		
			#content .text .toggle-view li h5 {
				margin:0;
				background:none;
				padding:0;
				width:97%;
				text-decoration:underline;
			}
			
			#content .text .toggle-view h6 {
				padding-bottom:5px;
			}
			
			#content .text .toggle-view span {
				position:absolute;
				right:5px; 
				top:0;
				color:#333;
				font-size:1.2em;
				margin-top:5px;
			}
			
			#content .text .toggle-view div {
				margin:0;
				padding:15px;
				display:none;
				background-color:#efefef;
			}
			
			#content .text .toggle-view object,
			#content .text .toggle-view embed {
				display:block;
			}
			
			#content .text .toggle-view p {				
				display:block;
			}
	
	#contentRight {
		width:200px;
		float:left;
		display:inline;
		padding-top:25px;
	}

#sponsers {
	background-color:#CCC;
	margin-top:15px;
	padding:10px 15px 0 15px;	
	width:970px;
	height:50px;
	float:left;
	text-align:right;
}
	#sponsers a {
		margin-left:10px;
	}

#footer {	
	padding-top:10px;	
	width:100%;
	float:left;
}
	.alignRight {
		float:right;
		margin-right:10px;
	}
	
#credits {
	background-color:#F2F2F2;
	margin-top:15px;
	padding:10px 15px 0 15px;	
	width:970px;	
	float:left;
	text-align:right;
	color:#999;
	font-size:1.0em;
}
	#credits a {
		color:#999;
	}
	
	
/*
	INPUT
*/
.inputLarge {
	width:300px;	
}

.inputMedium {
	width:200px;	
}

.inputSmall {
	width:100px;	
}

.inputXSmall {
	width:50px;	
}
