@font-face {
  font-family: Imprima;
  src: url(Imprima-Regular.ttf);
}
body {
	background-color: white; 
	border: 0;
	color: #444;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin:0;
	padding:0;
	width: 100%;
}
#header {
	background-color: #a0d2f7;
	color: #0066a6;
}
.container {
	margin: 0 auto;
	max-width: 960px;
	min-height: 56px;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 100%;
}
.container_wrap {
	clear: both;
	margin-left:2em;
	margin-right:2em;
}
.logo {
	float: left;
	margin-right:40px;
}
.logo img {
	max-height: 60px;
}
.menu {
	color: #0066a6;
	float: left;
	font-size: 18px;
	line-height: 30px;
	margin-left: -10px;
	position: relative;
}
.menu ul {
	list-style: none outside;
}
.menu li {
	float: left;
	position: relative;
	transition: background-color 0.2s ease-in-out, color 0.4s ease-in-out;
}
.menu li:hover {
	background-color: #53b6f4;
	border-radius:4px;
}
.menu > ul > li > a {
	color: #0066a6;
	display: block;
	font-weight: 600;
	padding: 2px 13px;
	text-decoration: none;
	transition: color 0.4s ease-in-out;
}
.menu > ul > li > a:hover {
	color: #05366a;
}
.menu-item {
}
.menu-text {
	text-shadow: 1px 1px #eee;
}
#main {
	padding-top: 20px;
}
.item {
	clear: both;
	margin-bottom:36px;
	overflow: hidden;
}
h1 {
	color: #05366a;
	font-family: Imprima, Tahoma, Helvetica, Arial, sans-serif;
	text-shadow: 2px 2px #eee;
}
h2 {
	color: #05366a;
	letter-spacing: 1px;
	text-shadow: 2px 2px #eee;
	text-transform: uppercase;
}
h3 {
	color: #ff8f4c;
	text-shadow: 2px 2px #eee;
}
h4 {
	margin-bottom: 2px;
}
p {
	line-height: 1.4;
}
a {
	color: #0066a6;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p.img {
	line-height: 1;
}
dl {
	margin-bottom: 2em;
}
dt {
	font-weight: bold;
	margin-top: 4px;
}
li {
	margin-bottom: 12px;
}
img {
	border-radius: 4px;
}
.img-sub {
	color: #5a5a5a;
	font-size: 13px;
	margin-top: -5px;
}
.left {
	float: left;
	margin-right: 2em;
	margin-top: 0;
}
.right {
	float: right;
	margin-left: 2em;
	margin-top: 0;
}
.summary {
	color: #0066a6;
}
.alert {
	color: #fd6205;
}
.wedstrijd {
	border: 1px solid #ddd;
	font-family: Monaco;
	margin-top: 0;
	padding: 8px;
}
.dropdown {display:inline-block; position:absolute; right:16px; top:16px;}
.dropbtn {
  background-color: rgba(255,255,255, 0.4);
  border: none;
  color: white;
  cursor: pointer;
  font-size: 16px;
  padding: 16px;
}
.dropdown-content {
  background-color: #f9f9f9;
  border-radius: 4px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  display: none;
  min-width: 60px;
  position: absolute; right:0;
  z-index: 1;
}
.dropdown-content a {
  color: black;
  display: block;
  padding: 12px 16px;
  text-decoration: none;
}
.dropdown-content a:hover {background-color:#53b6f4; border-radius:4px;}
.dropdown:hover .dropdown-content {display:block;}
.dropdown:hover .dropbtn {background-color:#ccc; border-radius:4px;}

.border {
	border-color: #e1e1e1;
	border-style: solid;
	border-width: 1px;
}
.border-top {
	border-top-color: #e1e1e1;
	border-top-style: solid;
	border-top-width: 1px;
}
.border-bottom {
	border-bottom-color: #e1e1e1;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.wave {
	background-image: url(img/wave-white.svg), linear-gradient(to right, #adf, #cff);
}
.filler {
	width: 100px;
}
#info {
	background-color: #ff8f4c;
	padding: 15px 0 30px 0;
}
#info a {
	padding-right: 10px;
}
#info .summary {
	color: #05366a;
	font-size: 14px;
	text-transform: uppercase;
}
#footer {
	background-color: #000000;
	color: #e0e0e0;
	font-size: 12px;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 1em;
}
@media only screen and (min-width: 500px) and (max-width: 960px) {
	.left {max-width: 50%; width: 50%;}
	.logo {padding-left:10px;}
}
@media only screen and (max-width: 500px) {
	.menu {font-size: 16px;}
	.menu ul {padding-left:8px;}
	.logo {padding-left:10px;}
}
