html,
body {
	height:100%;
	margin:0 0 0px 0;
	padding:0;
}

body {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:75%;
	line-height:160%;
	padding:0px;
	margin:0px 0px 0px 0px;
	background: #37637D;
	color: white;
}

/* ----- generic styling ----- */

p {
	margin: 0 0 20px 0; 
	padding:0;
}

h1 {
	margin: 0 0 10px 0;
	font-size: 180%;
}

h2 { 	margin: 0;}

h3,
h4,
h5 {
	margin: 0;
	font-size: 100%;
	font-weight: bold;
}

ul,
li,
ol {
	margin: 0;
}

a {}

a:hover {}

em, i { 
	width: 95%; 
	font-size: 100%; 
}

hr {}

h1 span { display: none; }
h2 span { display: none; }

img { margin: 0px; padding: 0px; border: 0px; }
embed { margin: 0px; padding: 0px; }
object{ margin: 0px; padding: 0px;}


.floatLeft  {float: left;}
.floatRight {float: right;}
.clearRight {clear: right;}
.clearLeft {clear: left; }
.clearBoth {clear: both;}

.padding { padding: 20px 20px 20px 20px;}

/*====================================================================================*/
/*	structure																								  */
/*====================================================================================*/

div#mainContainer {
	background: #0c364e url('../img/bg_body.gif') repeat-x;
}

div#siteContainer {
	position: relative;
	display: block;
	margin: 0px auto 0px auto; /*uitlijning midden (auto) */
	padding: 0px;
	width:1000px;
	text-align: left;
}

body.next div#siteContainer {
	background: url('../img/bg_header_next.jpg') top left no-repeat;
}

#header {
	display: block;
	position: relative;
	width:100%;
	height: 115px;
	text-align: right;
	background: transparent url('../img/bg_header.jpg') no-repeat 0 0;
}

body.next #header {
	margin: 0px 0px 10px 0px;
	background: url('../img/bg_header_next.jpg');
}

div#headerBox {}

div#menuContainer {
	position: absolute;
	top: 0;
	right: 0;
	height: 40px;
	margin: 50px 10px 0px 0px;
}

img#home_logo {
	position: absolute;
	top: 25px;
	left: 13px;
}

div#teaser {
	display: block;
	width: 1000px;
	height: 369px;
	margin: 0px 0px 0px 0px;
	background: #0C364E url('../img/flash_teaser.jpg') no-repeat top left;
}

div#teaser .padding
{
	padding: 0 5px 0 4px;
}

div#wrap {
	position: relative;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	min-height: 400px;
	height: 400px;	
}

*> div#wrap {
	height: auto;
}

#innerWrap {
	position: relative;
}

div#columnsLeft {
	position: relative;
	float: left;
	width: 720px;
}

body.next div#columnsRight {
	width: 275px;
}

div.columnsHeader {
	position: relative;
	display: block;
	width:100%;
	height: 80px;
	margin: 0px;
	ackground-image: url('../img/bg_header.png');
	background-position:bottom left;
	background-repeat:no-repeat;
	background-image: url('../img/bg_ruler_710.gif');	
	ackground-image: url('../img/bg_header.png');
	order: 1px solid red;
}

body.next div.columnsHeader {
	background: none;
	height: 65px;
}

div#innerColumnRight .columnsHeader {
	background: none;
	height: 65px;
}

div.columnsHeader h1 {
	height: 65px;
	background-image: url('../img/bg_header.png');
	background-position:top left;
	background-repeat:no-repeat;
}

div.columnsHeader.highlights h1 { background-image: url('../img/bg_header_highlights.png'); }
div.columnsHeader.ontwikkelingen h1 { background-image: url('../img/bg_header_ontwikkelingen.png'); }


/*comumn 1*/
div#innerColumnsLeft {
	position: relative;
	idth:340px;
	margin: 0px;

}

body.next div#columnsLeft {
	width: 700px;
	padding: 0px 0px 0px 20px;
}

/*column 2*/
div#innerColumnsRight {
	position: relative;
	float: right;
	idth: 270px;
}
/*
div#innerColumnLeftTop {
	display: block;
	position: relative;
	width: 100%;
	float: left;
	height: 65px;
	margin: 0px 0px 0px 0px;
	background: transparent url('../img/bg_header.png') top left no-repeat;
}
*/
/*column 3*/
div#innerColumnRight {
	position: relative;
	width: 275px;
	float: right;
	margin: 0px 0px 0px 0px;
}

div#innerColumnRightTop {
	position: relative;
	width: 100%;
	float: right;
	height: 65px;
	margin: 0px 0px 0px 0px;
	background: transparent url('../img/bg_header_ontwikkelingen.png') top left no-repeat;
}

div#wrapStretcher {
	position: relative;
	display: block;
	clear: both;
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	width: 100%;
}

div#footerBox {
	position: relative;
	display: block;
	height: 115px;
	width: 100%;
	background: #37637c url('../img/bg_footer.gif') repeat-x ;
	text-align: center;
}



/*====================================================================================*/
/*	 Header																									  */
/*====================================================================================*/

/*----- Menu -----*/

ul#menuItems {
	list-style: none;
}

li.menuItem {
	float: left;
	margin: 0px 5px 0px 0px;	
	height: 37px;
}

li.selected img {
	display: none;
}

li#home.selected {
	display: block;
	width: 80px;
	height: 100px;
	background: url('../img/bg_menu_home_selected.png') top left no-repeat;
}


/*====================================================================================*/
/*	 Footer																									  */
/*====================================================================================*/

div#footerContent {
	position: relative;
	width: 960px;
	margin: auto;
	padding: 30px 5px 0px 0px;
	text-align: right;
	color: #a0c3d9;
}

div#footerContent a {
	color: #ffffff;
	text-decoration: none;
}

div#footerContent a:hover {
	text-decoration: underline;
} 

div#footerContent a#disclaimer
{
	float: left;
}

/*====================================================================================*/
/*	 Innerstyling																							  */
/*====================================================================================*/


div.contentBox {
	margin: 0px 20px 0px 10px;
}

h2 {
	font-size: 115%;
}

a {
	color: #a0c3d9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
} 

/*----- highlights -----*/

div.highlightContainer {
	display: block;
	width: 360px;	
	float: left;
	ackground: url('../img/bg_ruler_350.gif') bottom left no-repeat;
	padding-bottom: 10px;
	margin: 10px 0px 0px 0px;
	order: 1px solid red;
}

div.highlight {
	osition: relative;
	display: block;
	min-height: 100px;
	width: 250px;
	loat: left;
	_height: 100px;
	padding: 0px 0px 	0px 100px;
	margin: 0px 10px 5px 0px;
	order: 1px solid red;
	ackground: url('../img/bg_ruler_350.gif') bottom left no-repeat;	
}

span.ruler350 {
	display: block;
	width: 350px;
	height: 15px;
	loat: left;
	clear: left;
	margin: 0px 0px 0px 5px;
	background: url('../img/bg_ruler_350.gif');
}

span.ruler710 {
	display: block;
	width: 710px;
	height: 15px;
	loat: left;
	clear: both;
	margin: 0px 0px 0px 5px;
	background: url('../img/bg_ruler_710.gif');
}

div.stijling 	{	background: url('../img/bg_highlight_stijling.jpg') no-repeat top left; }
div.chat 		{	background: url('../img/bg_highlight_chat.jpg')		 no-repeat top left; }
div.rss 			{	background: url('../img/bg_highlight_rss.jpg')		 no-repeat top left; }
div.mail			{	background: url('../img/bg_highlight_mail.jpg')		 no-repeat top left; }
div.key			{	background: url('../img/bg_highlight_key.jpg')		 no-repeat top left; }


.contentBox Img {
	float: right;
	position: relative;
	margin: 0px 0px 15px 15px;
	padding: 0px;
	clear: right;
	border: 1px solid #256789;
	border: 1px solid #1B5374;
	padding: 1px;
}

/*----- news / ontwikkelingen -----*/

div.newsItem {
	display: block;
	position: relative;
	padding: 15px 0px 10px 10px;
	float: left;
	margin: 0px 0px 0px 5px;
	width: 255px;
	background: url('../img/bg_ruler_265.png') top left no-repeat;
}

div.newsContent {
	margin: 0px 0px 0px 50px;
	position: relative;
}

div.newsDate {
	position: relative;
	float: left;
	display: block;
	color: #a0c3d9;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

span.itemIntro a {
	display: block;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

span.itemIntro a:hover {
	color: #A0C3D9;
}


div.newsMore {
	text-align: right;
	display: block;
	position: relative;
	padding: 15px 0px 10px 10px;
	float: left;
	margin: 0px 0px 0px 5px;
	width: 255px;
	background: url('../img/bg_ruler_265.png') top left no-repeat;
}

a.newsMoreLink{
	padding: 0px 15px 0px 0px;
	text-decoration: none;
	background: url('../img/btn_next.gif') bottom right no-repeat;
}

div.columnsHeader h1 {
	order: 1px solid red;
	padding: 20px 0px 0px 60px;
}

/*----- Contact Form -----*/

/*

form#contact {
	margin: 0px 0px 0px 0px;
	ackground: red;
}

form#contact h1{
	margin: 0px 0px 20px 0px;
	font-size: 130%;
}

form#contact ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

span.errorMessage {
	display: block;
	color: #A0C3D9;
}

form#contact ul li{
	margin: 0px 0px 10px 0px;
	clear: left;
	position: relative;
}

form#contact div.label{
	position: absolute;
	width: 130px;
	isplay: block;
	float: left;
	position: inline;
	order: 1px solid green;
}

form#contact div.contents{
	loat: left;
	idth: 600px;
	position: relative;
	left: 150px;
	overflow: hidden;
	z-index: 1;
	width: 500px;

	ext-align: left;
	order: 1px solid red;
}

form#contact input {
	width: 260px;
	loat: left;
	adding-left: 150px;
	argin-left: 150px;
}

form#contact input.submit {
	width: 100px;
}

*/
/*====================================================================================*/
/*	 FORM						  */
/*====================================================================================*/

form { clear: both; }

form ul li.error {}
form ul li.error label {}
form ul li .errorMessage { display: block; color: #A0C3D9; }

form .caption { font-style: italic; font-size: 85%; }

form .settings { ackground-color: #F1F3DD; margin-bottom: 20px; }

form .name_fields { ackground-color: #F1F3DD; }

form .address_fields { ackground-color: #E6EAC2; }

form .error label { padding: 0 0 0 0px; }

form .error .contents label { padding: 0; }

input.adres { width: 100px; }
input.huisnr { width: 20px; }


form#contact h1{
	margin: 0px 0px 0px 0px;
	font-size: 130%;
}
input.text, textarea {
	order: 1px solid gray;
	margin-right: 5px;
	position: relative;
	z-index: 1;
}

input.submit { padding: 0px; margin: 0px; }


#columnsLeft form { 
	margin: 20px 0px 0px 0px; 
	padding: 10px 0px;
	display: block;
	position: relative;
	order-top: 1px solid #cacaca;
}

#columnsLeft form div.section.submit_fields {
	background: None;
	order: none;
	padding-top: 0px;
}

#columnsLeft form ul {
	list-style:none;
	width:100%;
	clear:left;
	margin:0;
	padding:0;
	position:relative;
}

#columnsLeft form ul li {
	position:relative;
	margin:5px 0;
	padding:5px 20px 5px 0px;
	clear:left;
	list-style-position: outside;
}

#columnsLeft form ul li div.label {
	position:absolute;
	width:190px;
	float: left;
}

#columnsLeft form ul li label {}
#columnsLeft form ul li .contents label {
	display:inline;
	float:none;
	width:auto;
	position: relative;
}
#columnsLeft form ul li div.contents {
	overflow:hidden;
	position:relative;
	z-index:1;
	left:190px;
}

#columnsLeft form ul li.required {
	position: relative;
	background-image: url(../img/bg_li_required.gif);
	background-repeat: no-repeat;
	background-position: 180px 0.3em;
}

#columnsLeft form input.text,
#columnsLeft form input.textarea,
#columnsLeft form input.password {
	background: white;
	width: 400px;
	height: 20px;
	margin-left: 9px;
	border:1px solid #fff;
	background: url(../img/bg_form_gradient_hor.gif) top left no-repeat;
}
	
#columnsLeft form input.text.small { width: 100px; }

#columnsLeft form textarea {
	background: white;
	width: 400px;
	height: 10;
	margin-left: 9px;
	border:1px solid #fff;
		background: url(../img/bg_form_gradient_hor.gif) top left no-repeat;
}

#columnsLeft form span.checkbox input.checkbox {
	width: auto;
	border: none;
	padding: 0;
	background: none;
}

#columnsLeft form span.radio input.radio {
	width: auto;
	border: none;
	padding: 0;
	background: none;
}

#columnsLeft form input.image {

	border: none;
	width: auto;
	height: auto;
	order: 1px solid red;
	adding-left: -10px;
	position: relative;
	margin: 0px;
	z-index: 10;

}

#columnsLeft form span input.file {
	width: auto;
	padding: 0;
	background: none;
}

form#Login ul {
	list-style: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
}



