@charset "utf-8";
/* CSS Document */



/* stijldefinities intranet */
.intranet .menu{
	position:absolute;
	width:100%;
	background-color:#009DDC;
	height:12px;
	top:-5px;
	left:0px;	

	
}
.intranet .menu .horizon{
	position:absolute;
	width:99%;
	background-color:#FFF;
	top:35px;
	height:40px;
	z-index:auto;
		
}
.intranet .menu .tab{
	
	position:absolute;
	font-size:13px;
	color:#333;
	min-width:130px;
	
	background-color:#FFF;
	cursor:default;
	padding:4px;
	padding-bottom:5px;
	padding-top:15px;
	padding-left:20px;
	/* css3 */
	-moz-box-shadow: 2px 2px 8px #666;
	-webkit-box-shadow: 2px 2px 8px #666;
	box-shadow: 2px 2px 8px #666;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 0px;
	z-index:3;
		/* border: 1px solid #FFF; */	
}
.intranet .menu .tab:hover{
	
	
}
.intranet .menu .tab .dot{
	
	width:4px;
	min-height:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	
	/*
	 -moz-box-shadow: -1px -1px 1px #444;
	-webkit-box-shadow: -1px -1px 1px #444;
	box-shadow: -1px -1px 1px #444; 
	*/		
}

.intranet .menu .tab:hover{
	 /* tab komt iets omhoog */
	
	z-index:20;
	-moz-box-shadow: 2px 2px 16px #333;
	-webkit-box-shadow: 2px 2px 16px #333;
	box-shadow: 2px 2px 16px #333;
}
.intranet .menu .tab .items{
	margin-top:2px;	
	display:none;
	
}
.intranet .menu .tab:hover .items{
	display:block;
}
.intranet .menu .tab .item{
	padding-left:2px;
	padding-right:16px;
	padding-top:2px;
	padding-bottom:2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.intranet .menu .tab .item:hover{
	background-color:#666;
	color:#fff;
}
.intranet .menu .tab a{
	text-decoration:none;
	color:#757C13;
	cursor:pointer;
}

/* stijldefinities per intranetonderdeel */
/* authentication */
/*.auth{
	background-color: #690;	
}*/
#auth{
	width:1000px;
	height:1000px;
	

}

/*#auth h1, #auth h2{
	color: #690;
}*/
/* meldpunt incidenten en complicatieregistratie 
.mip{
	background-color:#900;	
}*/
/* kwaliteitshandboek */
/*.khb{
	background-color: #09F;
}*/
/* call list */
/*.cl{
	background-color: #F06;
}
.intranet .menu .tab .cl .item:hover{
	background-color:#F06;
	color:#fff;
	
}*/
/*#cl h1, #cl h2, #cl h3{
	color:	#F06;
}*/
/* facebook/smoelenboek 
.fb{
	background-color: #CF0;	
}*/
/* webbeheer */
/*.web{
	background-color: #F90;
}
#web h1, #web h2{
	color: #F90;
}*/
/* incident meld systeem */
/*.ims{
	background-color: #900;	
}*/
/* stijlen voor de standaard menustructuur */

#left{
	
	float:left;
	width:350px;	
	height:1000px;
}
 #edit{
	float:left;
	margin-left:15px;
	padding-left:15px;
	
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-top-color: #757C13;
	border-right-color: #757C13;
	border-bottom-color: #757C13;
	border-left-color: #757C13;
}