/* --> includes css****************************************************/

@import url(content.css);
@import url(menu_h.css);


/* --> general
****************************************************/

html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	text-align: center;
}


/* --> page layout 
******************************************************************************/
#master-container {
	padding: 0;
	margin: auto;
	width: 1000px;
	height: 100%;
	background-color: #fff;
	text-align: left;
	}
	
#master-container td {
	vertical-align: top;
	}

#content-container {
	float: left;
	background: #fff url(../../img/4_bg.jpg) no-repeat bottom 500px;
	}
	
#content-container .content {
	padding: 35px;
	margin: auto;
	}
	
#content-container .content .header {
	color: #C67328;
	font-weight: bold;
	text-align: left;
	}
	
#content-container .content .content-td-box{
	width: 650px;
	}
	
#content-container .content .bullet {
	padding: 0 10px 0 5px;
	width: 15px;
	}
/* --> Menu
***************************************************************************/
.box-menu {
	height: 24px;
	float: left;
	width: 1000px;
	padding: 0;
	margin: 0;
	}
	
	
/* --> Boxes
***************************************************************************/
#box-logo {
	margin: 0;
	padding: 25px 0px 0px 39px;
	float: left;
	}	
#box-sitemap {
	height: 13px;
	float: left;
	padding: 85px 0px 0px 25px;
	}
	
#box-contentimage {
	margin: 12px 0 0 0;
	padding: 0;
	width: 1000px;
	height: 175px;
	background: url(../../img/banner_2.jpg) no-repeat;
	float: left;
	}

#box-opmerkingen {
	margin: 0;
	padding: 23px 30px 0 45px;
	width: 550px;
	background: url(../../img/arrow_down.jpg) no-repeat 50% 0px;
	text-align: left;
	}	
	
#box-opmerkingen .bg {
	padding: 0px 20px 20px 0;
	height: 300px;
	background: url(../../img/4_bg.jpg) no-repeat bottom right;
}

#box-content {
	width: 1000px;
	}

.box-content {
	padding: 0 0px 0 2px;
	float: left;
	width: 100%;
	/*height: 300px;*/
	}
.content-table {
	background-color: #fff;
	}
.content-table td {
	vertical-align: top;
	}
	
.dashboard {
	padding: 20px 0 0 5px;
	}

html>body .box-content {
	width: 920px;
	}

#box-news {
	width: 260px;
	overflow: hidden;
	text-align: left;
	}
	
#box-news .header_bg, #box-events .header_bg {
	display: block;
	height: 88px;
	background: url(../../img/partnerlogo.jpg) no-repeat 0px 10px;
	margin-left: 20px;
}

#box-events {
	margin: 15px 0 0 0;
}

.box-dashboard {
	width: 250PX;
	height: 250PX;
	float: left;
	}	

#master-container #box-content #box-opmerkingen .table td {
	padding: 15px 0 0 91px;
	vertical-align: top;
}


/* --- bottom --------------------------------------*/
	
#master-container #box-content .bottom {
	padding: 25px 0 0 0;
	height: 50px;
	clear: both;
	text-align: right;
}

html>body #master-container #box-content .bottom {
	text-align: left;
}

#master-container #box-content .bottom div {
	float: right;
}

#master-container #box-content .bottom table a {
	font-size: 11px;
}
	
#master-container #box-content .bottom .box-icons {
	padding: 0 25px 10px 0;
}

html>body #master-container #box-content .bottom .box-icons { /* only idiots like ie would think float: right means float:left and no float = float right. */
	float: right;
}

#master-container #box-content .box-icons img {
	margin: 0 10px 0 0;
}

#master-container #box-content .bottom .box-icons a,
#master-container #box-content .bottom .box-icons a:hover {
	padding: 0 0 0 15px;
	color: #494949;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
}

#master-container #box-content .bottom .box-text-size {
	text-align: left;
	display: table;
	clear: both;
}

#master-container #box-content .bottom .box-text-size a {
	padding: 0 25px 0 0;
	font-size: 10px;
	display: block;
}




	
	/* -> news
	************************/
.news {
	padding: 0 80px 0 0;
	font-weight: bold;
	color: #C67328;
	width: 260px;
}	
.news td {
	vertical-align: top;
	padding: 0 0 0 10px;
}	

.news .arrow{
	padding: 13px 0 20px 0px;
}

.news .border{
	border-bottom: 1px solid #EDEDED;
}

