/* ALGEMEEN */
body {
	font-family: "Lucida Sans", "Lucida Grande", Lucida, sans-serif;
}

td {
	font-family: "Lucida Sans", "Lucida Grande", Lucida, sans-serif;
}

#content_container {
	line-height: 1.4em; 
	font-size: 0.8em;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Bitstream Charter","URW Palladio L",Palatino,"Palatino Linotype","Hoefler Text",Georgia,"Book Antiqua",Times,"Times New Roman",serif;
	color: #2C5C9E;
	clear: both;
}

h1 {
	font-size: 2em;
	margin: 0.4em 0 0.6em;
}

h2 {
	font-size: 1.6em;
	margin: 0.4em 0 0.6em;
}

h3 {
	font-size: 1.4em;
	margin: 0.4em 0 0.6em;
}

p {
	font-size: 1em;
	line-height: 1.6em;
	margin-bottom: 1em;
}

img.left {
	float: left;
	margin: 0 10px 10px 0;
	display: inline;
}


ul.inline li, .content ul li {
	list-style-type: disc; 
	margin-left: 20px;
	line-height: 1.6em;
}

.imgblock {
	background: #eee;
	text-align: center;
	display: table-cell;
	vertical-align:middle;
}
.imgblock img {
	vertical-align:middle;
}

.textfont {
	font-family: "Lucida Sans", "Lucida Grande", Lucida, sans-serif;
}

.heading {
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 0;
	display: block;
	line-height: 24px;
	padding: 3px 0 4px 0;
	background: #4d5a72 url('../img/heading_bg.gif') repeat-x;
	text-align: center;
	font-weight: normal;
	color: #fff;
}

#nieuws_headlines th {
	line-height: 24px;
	padding: 3px 0 4px 0;
	background: #4d5a72 url('../img/heading_bg.gif') repeat-x;
	text-align: center;
	font-weight: normal;
	color: #fff;
}

.heading a { color: #fff; }

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	color: inherit;
	display: block;
	text-decoration: inherit;
}

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
	color: inherit;
	text-decoration: underline;
}

h1 a:active,h2 a:active,h3 a:active,h4 a:active,h5 a:active,h6 a:active {
	color: inherit;
}

h1 a:visited,h2 a:visited,h3 a:visited,h4 a:visited,h5 a:visited,h6 a:visited {
	color: inherit;
}

a, a:hover, a:visited, a:active {
	color: #2C5C9E;
}

.nomargin {
	margin-bottom: 0;
}

/* MELDINGEN */
.message, #flashMessage, #authMessage {
	border: 2px solid #CC9900;
	font-size: 0.8em;
	padding: 5px;
	margin-bottom: 10px;
}

#flashMessage.error, #authMessage {
	border: 2px solid #990000;
	color: #990000;
	font-weight: bold;
}

.form-error {
	border: 1px solid #990000;
}
.error-message { 
	float: left; color: #990000; font-size: 0.8em;
	clear: none;
	margin-left: 10px;
	width: 200px;
}

/* UTILITY EN WELKOM */
#top {
	font-size: 0.9em;
}

/* CONTACTBLOK */
#contact p {
	font-size: 0.8em;
	margin: 10px;
	line-height: 1.4em;
}

/* FOOTER */
#footer table {
	width: 100%;
	border-collapse: collapse;
}
#footer th {
	color: #333;
	font-weight: bold;
	padding-bottom: 15px;
}
#footer td {
	width: 25%;
	font-size: 0.8em;
	line-height: 1.4em;
}

#footer a {
	color: #333;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}