 body{
  margin:0;
//background: #5bc1af;
	background: #014D5D url(https://cdn-webcam-harlingen.nl/css/background.png);
	background-repeat:repeat-x;
	color: #000;
	font-family: Ubuntu, Verdana, Tahoma, serif;
}
.container{
	border: 10px solid #fff;
	background: #fff;
	-webkit-box-shadow: 0px 1px 11px 0px rgba(50, 50, 50, 0.65);
	-moz-box-shadow:    0px 1px 11px 0px rgba(50, 50, 50, 0.65);
	box-shadow:         0px 1px 11px 0px rgba(50, 50, 50, 0.65);
	}
  .fakeimg {
      height: 200px;
      background: #aaa;
  }
.header-image{
    width: 100%;
    background-size: 100% 100%;}

#we-re-not-angry-just-a-little-disappointed div.message {
  display: inline-block;
  text-align: left;
  margin: 10px 20px;
  background-color: #edd;
  font-size: 12px;
  border: 1px solid #c33;
  color: black;
  padding: 10px 10px 10px 50px;
  position: relative;
  max-width: 1132px;
}
#we-re-not-angry-just-a-little-disappointed div.message .seriously {
  position: absolute;
  top: -12px;
  left: 15px;
  color: #c33;
  font-size: 70px;
  font-weight: bold;
}
#cssmenu ul ul li a:hover {
  color: #ffffff;
  //color: green;
  background: #1245A8;
}
#cssmenu li:hover > ul > li {
  height: 27px;
}

#cssmenu ul ul li a {
  //border-bottom: 1px solid rgba(150, 150, 150, 0.85);
  border-bottom: 1px solid red;
  padding: 4px 11px;
  width: 180px;
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
  color: #dddddd;
  font-weight: 400;
  background: #00326F;
z-index:800;
}

#cssmenu.small-screen ul ul li,
#cssmenu.small-screen li:hover > ul > li {
  height: auto;
}


.grow { transition: all .3s ease-in-out; }
.grow:hover { transform: scale(1.04); }

.vid {
    position: relative;
    padding-bottom: 56.25%;
    //padding-top: 30px;
    height: 0;
    overflow: hidden;
}
  
.vid iframe,
.vid object,
.vid embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.tellerbox1 {
    //text-align: center;
    color: #808080;
    font-size: 13px;
    z-index: 400;
    padding: 2px;
}