/* -------------------------------------------------------------------------
	Reset
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin:0; padding:0px; border:0; font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline; 
}
table {border-collapse:separate; border-spacing:0px;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:top;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
a { outline: none; }


/* -------------------------------------------------------------------------
	Basic HTML
*/


body {
	font: normal 12px/18px Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	color: black;
	text-align: center;
	background: transparent url(../img/bg.jpg) top center no-repeat;
	background-color: #284f67;
	
}

html, body {
height: 100%;
}



h1, h2 { 
	font-size:18px; 
	font-weight: normal;		
	line-height: 24px; 	
	color: #dc291e;
	padding-bottom: 5px;
	letter-spacing: 1px;
}

h3 { 
	font-size:14px;
	font-weight: bold;
	line-height: 17px;
	color: black;
	padding-bottom: 6px;	
}


p {
	margin-bottom: 18px;
	color: black;
}

a {
	color: #670b68;
	text-decoration: underline;
}


ul
	{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	}

li
	{
	list-style-type: none;
	background-image: url(../img/bl.gif);
	background-repeat: no-repeat;
	background-position: 8px 8px;
	padding-left: 15px
	}


form {
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

input,
textarea,
select,
option {
	font-family: inherit;
	font-size: inherit;	
	color: #363636;
	border: 1px solid black;
	width: 200px;
}

.newsletter {
	border: 0px;
	width: 16px;
}

select {
	border: 1px solid black;
}



/* -------------------------------------------------------------------------
	Containers
*/


.container {
	width: 960px;
	margin: 0 auto; 
	text-align: left;
	height: 100%;

}


.cont 
{
	width: 330px;
	float: left;
	background-color:#FFF;
	padding: 0px 10px 0px 10px;
}

.contleft {
	width: 342px;
	height: 39px;
	float: left;
}

.contmid {
	width: 350px;
	height: 39px;
	float: left;
}

.contright {
	width: 238px;
	height: 39px;
	float: left;
	margin-left: 30px;
}


.navsub {
	width: 290px;
	height: 175px;
	text-align: right;
	float: left;
	margin-top: 20px;
}


.lg {
	width: 330px;
	float: left;
	margin-top: 50px;
	margin-bottom: 10px;
}

.nwsft {
	float: left;
	margin-bottom: 10px;
	width: 71px;
	text-align: right;
}


.nws {
	width: 157px;
	float: left;
	background-color:#ebf0f5;
	height: auto;
	margin-bottom: 10px;
	padding: 5px 5px 5px 5px;
}

.twitter 	
{ 
	float: left; 
	padding: 15px 0px 0px 12px;
	
}


/* -------------------------------------------------------------------------
	Nieuws
*/

a.nwsh 
{
	color: #670b68;
	text-decoration: none;
	font-size: 13px;
}

a.nwsi 
{
	color: #13223c;
	text-decoration: none;
	font-size: 11px;
}


a.nwsv 
{
	color: #792879;
	text-decoration: none;
	font-size: 11px;
	margin-left: 10px;
}

.nwsth 
{
	float: right;
	margin: 2px
}


p.i {
	margin-bottom: 18px;
	color: #670b68;
}

.frmNieuwsbrief tr{
	height: 25px;
}



 
/* -------------------------------------------------------------------------
	Helpers
*/

.clear 	
{ 
	clear: both; 
}

.left 	
{ 
	float: left; 
}
.right 	
{ 
	float: right; 
}

.space
{
	height: 10px;
	clear: both;
}