/* --> Includes CSS
****************************************************/


@import url(content.css);
@import url(menu_v.css);


/* --> General
****************************************************/

html,body {
	margin: 0;
	padding: 0;
	background-color: #E3E0D5;
	height: 100%;
}


/* --> Page layout
****************************************************/

#master-table {
	height:100%;
	width: 100%;
	xborder: 1px solid black;
}

html>body #master-table {
	height: auto;
	min-height: 100%;
}

#master-table td {
	vertical-align: top;
}

.height {
	height: 100%;
}
	
.height {
	height: auto;
	min-height: 100%;
}


/* --> Topbar
******************************************************************************/

.cell-top {
	height: 36px;
	background: #25B4EB url(../../img/bg_topbar.gif) repeat-x;
}
	
.cell-top #header {
	margin: 0px;
	padding: 0px;
	height: 36px;
	width: 425px;
	background: url(../../img/header_left.gif) no-repeat;
	float: left;
}
					
.cell-top .header-menu {
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: left;
}


/* --> 
******************************************************************************/
					
.box-nav {
	margin: 0px;
	padding: 0px;
	width: 190px;
	height: 100%;
	border-right: 1px solid #C8C8C8;
	border-left: 1px solid #C8C8C8;
	border-top: 1px solid #C8C8C8;
	border-bottom: 0px;
	background-color: #DADDDE;
}

#content-table {
	width: 780px;
	height: 100%;
	background: #FFF url(../../img/table_bg.jpg) repeat-y top left;
	border-left: 1px solid #C8C8C8;
	border-right: 1px solid #C8C8C8;
}

#content-table td {
	vertical-align: top;
}

.main-container {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #FFF;
}
	
html>body .main-container {
	height: auto;
	min-height: 100%;
}

	
/* --> banner omo
******************************************************************************/
ul#nav-top {
	margin: 0;
	padding: 0;
	font: normal 10px/14px Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
	white-space: nowrap;
	height: 35px;
	text-align: left;
	float: left;
}

ul#nav-top li.nav-head {
	margin: 0;
	padding: 0;
	float: left;
	border-left: 1px solid #24B3EB;
	background: url(../../img/banner_bg_nomo.gif) repeat;
}

ul#nav-top li.nav-head a:hover {
	background: #E4F6FD;
	margin: 0;
	padding: 35px 0 2px 0 ;
}

ul#nav-top li.nav-head-active {
	margin: 0;
	padding: 0;
	float: left;
	background: #E4F6FD;
}



/* --> Menu
****************************************************/	

#menu {
	width: 192px;
	background: #FFCF00;
}

#menu .box-menu-top {
	width: 192px;
	height: 29px;
	background: url(../../img/menu_top.gif) 0 0 no-repeat;
}

#menu .box-menu-bottom {
	width: 192px;
	height: 22px;
	background-color: #FFCF00;
	border-bottom: 1px solid #C8C8C8;
}

#menu .box-menu {
	min-height: 300px;
	height: auto !important;
	height: 300px;
}



/* --> Boxes
****************************************************/	
.box-content { 
	margin: 0px;
	padding: 20px;
	width: 530px;
	height: 500px;
	background: url(../../img/content_bg.jpg) repeat-x top left;
}

.box-content .imgborder { 
	border-color: #10B3F0;
}

.box-icon-container { 
	width: 55px !important;
	background: #E9EBEB;
}
	
/*.box-icon-container .box-icons { 
	margin: 0px;
	padding: 2px;
	float: left;
	background-color: #7DCFED
}*/


#box-nieuwsbrief {
	margin: 0px;
	padding: 0px;
	width: 192px;
	height: 107px;
	background: url(../../img/box-shade.jpg) repeat-x;
	border-bottom: 4px solid #F2F2F2;
	}
	
#box-nieuwsbrief .box-nieuwsbrief-padding {
	padding: 5px 10px 5px 10px;
	}

#box-top {
	width: 779px;
	height: 163px;
	/*
	background: url(../../img/banner.jpg) no-repeat 0 0;
	*/
}

.box-bluebar {
	margin: 0;
	height: 11px !important;
	background-color: #0092CF;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

.box-footer {
	margin: 0px;
	padding: 0px;
	height: 34px;
	border-top: 1px solid #C8C8C8;
	background: #F1F1F1 url(../../img/footer_bg.jpg) repeat-x top left;
}

.box-footer #box-footer-links {
	margin: 0px;
	padding: 12px 30px 0px 0px;
	float: right;
}


/* --> Newsletter
****************************************************/	


#container-newsletterform div span {
	margin: 0 0 4px 0;
	padding: 0;
	width: 80px;
	float: left;
	display: block;
}

#container-newsletterform div {
	float: none;
	clear: both;
}

#container-newsletterform div input {
	margin: 0;
	padding: 0;
	height: 16px;
	font: 11px/17px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #5C5C5C;
	border: 1px solid #C7C7C7;
}

#container-newsletterform div .form-button {
	margin: 15px 0 0 83px;
	padding: 0;
	height: 18px;
	font: 11px/17px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	border: 0;
	display: block;
}

html>body #container-newsletterform div .form-button {
	margin: 15px 0 0 80px;
}
