
.container {
	background-color:white;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
}
/*
.header {
	font-size: 36px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	
}
*/
.menu {
	width:100%;
	line-height:120%;
	text-align:left;
	color:MediumBlue;
	font-size:16px;
	font-weight:bold;
	
}

/* Tot resolutie 1680 kunnen 3 foto's in de breedte getoond worden */
.laatste_locatie {
	display:block;
}
   .pic2 {
    display: inline-block;
  }
  .pic3 {
    display: inline-block;
  }

@media (max-width: 1600px) {
	
   .pic2 {
    display: inline-block;
  }
  .pic3 {
    display: none;
  }
}
@media (max-width: 1500px) {
	.laatste_locatie {
		display:none;
	}
   .pic2 {
    display: none;
  }
  .pic3 {
    display: none;
  }
}



.nieuwe_locatie {
	display:inline;
	left:25px;
	
	vertical-align:top;
	
	
	line-height:120%;
	
	color:MediumBlue;
	font-size:20px;
	
}

.header_locatie {
	margin-top:5px;
	margin-bottom:5px;
	color:MediumBlue;
	font-size: 40px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}
.loc_table {
	
	//background-color:LightSeaGreen;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
.loc_table td {
	background-color:white;
	padding:5px;
	
}

.text {
	
	font-size:14px;
	background-color:white;
	padding:10px;
	text-align:left;
	line-height:150%;
	
}
.fl_titel {
	font-size:20px;
	color:MediumBlue;
	font-weight:bold;
}


.header_type {
		border:1px solid MediumBlue;
		height:25px;
		padding:5px;
		width:100%;
		background-color: white; 
		color:MediumBlue;
		font-weight:bold;
		font-size:20px;
		text-align:center;
		
}

.header_type1 {
		height:25px;
		padding:5px;
		width:100%;
		//background-color: #ffb2b2 ; /* Red; */
		background-color: Red; 
		color:white;
		font-weight:bold;
		font-size:20px;
		text-align:center;
		
}

.header_type2 {
		height:25px;
		padding:5px;
		width:100%;
		//background-color: #ebf5d6 ; /*YellowGreen; */
		background-color: YellowGreen; 
		color:white;
		font-weight:bold;
		font-size:20px;
		text-align:center;
		
}


.header_type3 {
		height:30px;
		padding-top:5px;
		width:100%;
		// background-color: #e8cccc ; /* Red; */
		background-color: DarkRed; 
		color:white;
		font-weight:bold;
		font-size:20px;
		text-align:center;
		
}
.header_type4 {
		height:25px;
		padding-top:5px;
		width:100%;
		// background-color: #cce0cc ; /* DarkGreen; */
		background-color: DarkGreen;
		color:white;
		font-weight:bold;
		font-size:20px;
		text-align:center;
		
}


.header_type5 {
		height:30px;
		padding-top:5px;
		width:100%;
		//background-color: #e0d6eb; /* RebeccaPurple; */
		background-color: RebeccaPurple; 
		color:white;
		font-weight:bold;
		font-size:20px;
		text-align:center;
		
}

.nav_page {
	display:inline-block;
	font-size:16px;
	height:20px;
	width:20px;
	border:1px solid black;
	text-align:center;
}
	
.locbut_Black {
		background-color:black;
		color:white;
		font-weight:bold;
		height:25px;
		padding:3px;
		margin:15px;
		cursor:pointer;
		
}	

.locbut_1 {
		min-width:200px;
		//background-color: #ffb2b2 ; /* red; */
		background-color: red; 
		color:white;
		font-weight:bold;
		height:25px;
		padding:3px;
		margin:15px;
		cursor:pointer;
}

.locbut_2 {
		min-width:200px;
		// background-color: #ebf5d6 ; /* yellowgreen; */
		background-color: yellowgreen;
		color:white;
		font-weight:bold;
		height:25px;
		padding:3px;
		margin:15px;
		cursor:pointer;
}

.locbut_3 {
		min-width:200px;
		//background-color: #e8cccc ; /* darkred; */
		background-color: darkred;
		color:white;
		font-weight:bold;
		height:25px;
		padding:3px;
		margin:15px;
		cursor:pointer;
}

.locbut_4 {
		min-width:200px;
		//background-color: #cce0cc ; /* darkgreen; */
		background-color:  darkgreen; 
		color:white;
		font-weight:bold;
		height:25px;
		padding:3px;
		margin:15px;
		cursor:pointer;
}



.locbut_5 {
		min-width:200px;
		//background-color: #e0d6eb; /* rebeccapurple; */
		background-color: rebeccapurple; 
		color:white;
		font-weight:bold;
		height:25px;
		padding:3px;
		margin:15px;
		cursor:pointer;
}

.loc_res {
	margin-top:5px;
	margin-right:2px;
	
	//width:100%;
	background-color:white;
	color:black;
	padding:5px;
}

.loc_res_1 {
		width:90%;
		background-color: red; 
		color:white;
		padding:5px;
		
}

.loc_res_2 {
		
		background-color: yellowgreen;
		width:90%;
		
		color:white;
		padding:5px;
}

.loc_res_3 {
		
		background-color: darkred;
		width:90%;
		
		color:white;
		padding:5px;
}

.loc_res_4 {
		
		background-color:  darkgreen; 
		width:90%;
		
		color:white;
		padding:5px;
}



.loc_res_5 {
		
		width:90%;
		background-color: rebeccapurple; 
		color:white;
		padding:5px;
}

.verwijderknop {
		//min-width:190px;
		background-color:red;
		color:white;
		font-weight:bold;
		height:25px;
		padding:3px;
		margin:15px;
		cursor:pointer;
}


.menu_locatie {
	//width:90%;
	padding-top:5px;
	height:25px;
	vertical-align:center;
	background-color:LightGrey;
	color:MediumBlue;
	font-weight:bold;
	font-size:16px;
}

.menu_locatie li {
	margin:10px;
	height:35px;
	display:inline;
	cursor:pointer;
	
}

.menu_active {
	background-color:LightSeaGreen;
	
}

.button_action {
	padding:5px;
	background-color: DimGrey ;
	color: LightSeaGreen ;
	font-weight:bold;
	font-size:14px;
}

.button_action selected {
	background-color: YellowGreen;
}

.blokrand {
	border:0px solid black;
	width:75%;
	margin-left:auto;
	margin-right:auto;
	padding:20px;
}

.invulveld {
	border:1px solid black;
	padding:3px;
	
}

.locatie_onderdeel {
	height:20px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	text-align:center;
	color:MediumBlue;
	background-color:LightGrey ;
	font-size:18px;
	font-weight:bold;
}

.arrow_down {
	
	width:100%;
	
	position:relative;
	top:-20px;
	float:right;
	text-align:right;
	padding-right:10px;
	vertical-align:top;
	//background-image:url("/lay/icons/expand-button.png");
	//background-repeat: no-repeat;
}

.rubriek {
	margin-left:20px;
}

.zoek_resultaat {
	width:100%;
	padding:5px;
	font-size:14px;
}

.footer_bar {
	margin:5px;
	width: 99% ; 
	font-size:16px;
	font-weight:bold;
	padding:5px;
	background-color:white;
}
