/****************************************************************************/
/********************** CASCADING STYLE SHEET OPIJNEN BV ********************/
/****************************************************************************/

html,
body {
	background:url(images/bg.png) repeat-x;
	font-family:"Tahoma";
	line-height:18px;
	font-size:11px;
	color:#414141;
	height:100%;
	padding:0;
	margin:0;
}

/****************************************************************************/
/******************************** CONTAINER *********************************/
/****************************************************************************/

#container {
	background:url(images/container.png) center repeat-y;
	position:relative;
	min-height:100%;
	width:100%;
}

/****************************************************************************/
/*********************************** HEADER *********************************/
/****************************************************************************/

#header {
	background:url(images/header.png) no-repeat;
	padding:0 6px 0 10px;
	position:relative;
	margin:0 auto;
	height:350px;
	width:953px;
}

/****************************************************************************/
/************************************ MENU **********************************/
/****************************************************************************/

#header ul.menu {
	list-style-type:none;
	padding:0;
	margin:0;
}

#header ul.menu.left {
	float:left;
}

#header ul.menu.right {
	float:right;
}

#header ul.menu li {
	margin:0 5px 0 0;
	float:left;
}

#header ul.menu li a {
	padding:2px 10px 0 10px;
	text-decoration:none;
	text-align:center;
	display:block;
	color:#0088cb;
	height:23px;
	float:left;
}

#header ul.menu li.current a,
#header ul.menu li a:hover {
	background:#fff;
	color:#ffa800;
}

/****************************************************************************/
/*********************************** BODY ***********************************/
/****************************************************************************/

#body {
	padding:30px 0 200px 0;
	position:relative;
	margin:0 auto;
	width:958px;
}

#body .inner {
	background:url(images/body.png) 25px bottom no-repeat;
	padding:0 18px 0 35px;
}

#body img.border {
	border:#c5e4ed solid 1px;
	margin:5px 0 0 0;
	padding:3px;
	float:left;
}

/****************************************************************************/
/********************************* CONTENT **********************************/
/****************************************************************************/

#body .content {
	width:900px;
/*	width:540px;*/
	float:right;
}

#body .content .kolom {
	margin:0 15px 0 0;
	width:252px;
	float:left;
}

#body .content h2 {
	font-size:11px;
	color:#00abff;
	padding:0;
	margin:0;
}

#body .content .kolom p {
	margin:0 0 25px 0;
}

/****************************************************************************/
/********************************** FOOTER **********************************/
/****************************************************************************/

#footer {
	background:url(images/footer.png) repeat-x;
	position:absolute;
	height:198px;
	width:100%;
	bottom:0;
}

#footer .inner {
	background:url(images/footer_inner.png) no-repeat;
	padding:3px 21px 0 21px;
	margin:0 auto;
	color:#35393D;
	height:29px;
	width:917px;
}

/****************************************************************************/
/******************************** COPYRIGHT *********************************/
/****************************************************************************/

#footer .copyright {
	float:left;
}

#footer .copyright b {
	color:#00abff;
}

/****************************************************************************/
/********************************** ADRES ***********************************/
/****************************************************************************/

#footer ul.adres {
	list-style-type:none;
	float:right;
	padding:0;
	margin:0;
}

#footer ul.adres li {
	background:url(images/dot.png) no-repeat 0 9px;
	padding:0 0 0 10px;
	margin:0 10px 0 0;
	float:left;
}

#footer ul.adres li.first {
	background:none;
}

#footer ul.adres li a {
	text-decoration:none;
	color:#35393D;
}

/****************************************************************************/
/********************************* OVERIG ***********************************/
/****************************************************************************/

.clear {
	clear:both;
}

.ErrorText { 
color:#FF0000;
}
