body {
    font-family: Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
    color: 		#222;
    background: #318bad;
	position: relative;
}

img {
	border: 1px solid #004466;
}

a {
	color:		#318bad;
	text-decoration: none;
}

a .dropdown-toggle {
	color: orange;
}

a:hover {
	text-decoration: underline;
}
	
img.velodroom_logo {
	width:		100%;
	height:		100%;
	border: 	0px solid #004466;
}

img.noborder {
	border: 	0px solid #004466;	
}

div.nieuwtje {
	background-color: orange;
	z-index:	2;
	border: 	2px none #004466;
	vertical-align: middle;
	text-align: center;
	padding: 10px 20px;
	position: relative;
}

.nieuwtje h1 {
	font-size: 100%;
	margin: 0px;
	font-weight: bold;
}

div.central {
	position: 	relative;
	width:		100%;
	z-index:	2;
	color:		#004466;
	float:		none;
	border: 	1px solid #004466;
    background: white;
	padding:	10px 20px;
	text-align: justify;
	padding:	30px 40px 30px 30px;
	font-size:	80%;	
}
div.legende {
	position: 	relative;
	width:		100%;
	z-index:	2;
	color:		#004466;
	float:		none;
	border: 	1px solid #004466;
    background: white;
	padding:	10px 20px;
	text-align: justify;
	padding:	30px 40px 30px 30px;
	font-size:	80%;	
}



.central h1, .legende h1, .legende2 h1 {
	font-size:	140%;
	color:		#318bad;
	border-bottom: 2px solid #318bad;
	margin-bottom: 40px;
}
.central h2, .legende h2 {
	font-size:	100%;
	color:		#318bad;
	text-decoration: underline;
	margin: 	30px 0px 10px 0px;
}
.central h3, .legende h3 {
	font-size:	100%;
	margin: 	30px 0px 10px 0px;
}

.legende h1 {
	margin-bottom: 15px;
}

.central span.actie {
	color:		#318bad;
	font-weight: normal;
}
.legende, .legende2 span.actie{
	color: #DA8B2F;
	font-weight: bold;
	text-align: justify;
}

.caption {
	font-size: 80%;
	font-style: italic;
}
ul {
    list-style-type: circle;
}	
div.header {
	z-index:	90;
	background: white;
	position: relative;
}
.navbar-toggle {
	background-color: #eee;
}
.icon-bar {
	color: green;
}

.navbar {
	border-radius:15px;		
	background-color: white;
	border: 1px none white;
}
img.velodroom_logo {
	width:		100%;
	height:		100%;
	border: 	0px solid #004466;
}

#velokaart .kaart{
	width: 100%;
	height: 100%;
	border: 0px none red;
}

.leaflet-tile, .leaflet-marker-icon, .leaflet-marker-shadow {
	border: 0px none red;
}
.nav > li > a {
	display: inline-block;
}
.caret {
    display: none;
  }
.caret_rand {
	display: none;
 }
 
.partnerlogo {
  max-height: 70px;
  max-width: 120px;
  margin: 5px;
  border: 0px white solid;
}


@media (max-width: 767px) {
	.navbar-header .navbar-brand {
		text-align: center;
		width:		86px;
		height:		80px;
		padding: 	0px 0px;
		margin: 	2px 5px;
	}
	.container {
		padding: 0px;
	}
	div.central  {
		border: 1px none #004466;
	}
	#velokaart{
		height: 500px;
	}
}

@media (min-width: 768px) {
	.nav > li > a {
		margin-top: 25px;
	}
	.navbar {
		border-radius:15px;		
		background-color: white;
		border: 1px none white;
	}
	#myNavbar {
		padding: 0px 0px;
		color: green;
		margin-left: 150px;
	}
	div.header {
		height:		100px;
		border: 	2px solid #004466;
		border-radius:15px;
		box-shadow: 5px 5px 10px #aaa;
		margin-top:	10px;
	}
	div.central, div.legende {
		font-size: 100%;
		margin-top: 10px;
	}
	div.nieuwtje {
		margin-top: 20px;
		border-radius:5px;
		box-shadow: 5px 5px 10px #aaa;
	}
	ul.nav li.dropdown:hover > ul.dropdown-menu {
		display: block;
	}
	.navbar-default .navbar-nav > li > a{
		color: #DA8B2F;
		font-size: 120%;
	}
	.nav > li > a {
		margin-top: 25px;
	}

	.navbar-right {
		margin-right: 20px;
		background-color: #f7fffe;
	}
	.navbar-header .navbar-brand {
		width:		86px;
		height:		80px;
		padding: 	0px 0px;
		margin: 	10px 0px 0px 30px;
	}
	#velokaart{
		width: 100%;
		height: 100%;
		min-height: 1000px;
		background-color: #444;
		z-index: 0;
		position: absolute;
		top: 0px;
		left: 0px;
	}

}

@media (min-width: 1025px){
	div.central, div.legende, div.nieuwtje {
		width: 80%;
		margin: 10px auto;
	}
}

@media (max-width: 575px) {
  .container {
    width: inherit;
  }
  .navbar-default {
	  margin-bottom:1px;
  }
  .caret {
    display: inline-block;
  }
  .caret_rand {
	display: inline-block;
	width: 60px;
  }
  

}
