﻿/***********************************************\
Document:		Stylesheet (CSS)
Author:			Koen Kuijk for Princen-group
\***********************************************/
/**{
	border:1px dashed #f00;
}*/
#container{
	background:#fff;
	width:1000px;
	border:1px solid #eee;
	border-width:0 1px;
}

#menu{
	display:block;
}
#search{
}
#contentTable{
	width:1000px;
}
#tdLeftPane{
}
#CenterPane{
}
#breadCrumbs{
	margin:10px;
}
#tdRightPane{
}



/*universeel mobiel menu css*/

#showMobile {
	position: fixed;
	top: 0px;
	left: 0px;
	background: rgba(255,255,255,0.85);
	width: 100%;
	height: 100%;
	display: none;
	z-index: 9999;
	overflow-y: auto;
}

#navBox {
	float: left;
	width: 100%;
	margin: 3px 0px 10px 0px;
	padding: 3px 10px;
	position: relative;
	z-index: 999;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#vorige {
	float: left;
	cursor: pointer;
}

#sluiten {
	float: right;
	cursor: pointer;
}

#mobileMenuHidden {
	display: none;
}

#mobileMenuBox {
	position: relative;
	float: left;
	width: 100%;
}

#mobileMenu {
	cursor: pointer;
	font-size: 26px;
	color: #fff;
	padding-left: 20px;
	margin-top: -2px;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.moonicon {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.menuIcon {
	margin-right: 5px;
	top: 3px;
	position: relative;
	cursor: pointer;
}

.mobileItem {
	position: relative;
	float: left;
	display: none;
	
	border: 1px solid #000;
	color: #fff;
	padding: 8px 15px;
	margin: 10px 5%;
	width: 90%;
	border-radius: 2px;
	text-align: center;
	font-weight: bold;
	text-shadow: 0px 0px 2px #000;
	box-shadow: 0px 1px 1px #000;
	
	cursor: pointer;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
	background: rgb(0,96,27); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,96,27,1) 0%, rgba(0,133,62,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,96,27,1)), color-stop(100%,rgba(0,133,62,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,96,27,1) 0%,rgba(0,133,62,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,96,27,1) 0%,rgba(0,133,62,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,96,27,1) 0%,rgba(0,133,62,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,96,27,1) 0%,rgba(0,133,62,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00601b', endColorstr='#00853e',GradientType=0 ); /* IE6-9 */

}


.mobileItem a {
	color: #fff;
	text-decoration: none;
}

.inactive {
	
}

.active {
	display: block;
	float: left;
	clear: left;
}

/*einde universeel mobiel menu css*/