@charset "utf-8";
@font-face {
    font-family: Lato-Regular;
    src: url(../font/Lato-Regular.ttf);
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Lato-Regular', Arial, Helvetica, sans-serif;
  font-size: 13px;
  background-color: #d4d6d7;
	color: #000000;
}

a{
  text-decoration: underline;
  color: inherit;
}

table {
  width: 100%; 
  border-collapse: collapse;
  table-layout: auto;
    border-spacing: 10px 0;
}
td, th {
  padding-top: 0em;
  padding-bottom: 0em;
  padding: 4px;
  display: table-cell;
}
th {
  font-weight: bold;
}

table tr:nth-child(even) {
  background-color: #E6E6E6;
}

.table-right{
  text-align: right;
}

#logo{
  background: url(../images/logo.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100%;
  width: 120px;
  height: 140px;
}

#header{
  background: url(../images/header.png);
  background-repeat: repeat;
  background-position: center bottom;
  width: 100%;
  height: 160px;
  top: 0px;
  left: 0px;
  -webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, .5);
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, .5);
  position: fixed;
  z-index: 1000;
}
#header .inner{
  width: 1200px;
  margin: 0px auto;
}
#header .inner .left{
  width: 140px;
  height: 60px;
  float: left;
}
#header .inner .center{
  float: left;
  margin-top: 120px;
}
#header .inner #parkinfo{
  float: left;
  margin-top: -130px;
  margin-left: 940px;
}

#container{
  width: 1200px;
  height: auto;
  margin: 200px auto auto auto;
  z-index: 0;
  position: relative;
}






.nav ul{
  font-size: 11pt;
  list-style:none;
  position:relative;
  float:left;
  margin: 0;
  padding: 0;
  z-index: 10;
  color: #D8D8D8;
  font-weight: bold;
}
.nav ul a{
  display: block;
  text-decoration: none;
  line-height: 32px;
  padding: 0 25px;
}
.nav ul li{
  position:relative;
  float:left;
  margin:0;
  padding:0;
  z-index: 1000;
  height: 40px;
}
.nav ul li a:hover, .nav ul li a:focus, .nav ul li.active{
  color: #ffffff;
}
.nav ul ul{
  display: none;
  position: absolute;
  top:100%;
  left:0;
  background: #2f7f7c;
  padding:0;
  z-index: 10;
}
.nav ul ul li{
  float:none;
  width:200px;
  z-index: 10;
}
.nav ul ul a{
  line-height: 120%;
  padding: 10px 15px;
}
.nav ul ul ul{
  top: 0;
  left: 100%;
  z-index: 10;
}
.nav ul li:hover > ul{
  display: block;
}



.content{
  background-color: #ffffff;
  height: auto;
  width: 100%;
  -webkit-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, .1);
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, .1);
  margin-bottom: 30px;
  padding: 5px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}
.content.parkinfo{
  width: 260px;
  float: left;
}

.content .top{
  background-color: #276664;
  color: #ffffff;
  width: 100%;
  height: auto;
  padding: 8px 10px 8px 10px;
  font-weight: bold;
  text-align: center;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

.content .text{
  padding: 10px 5px 5px 5px;
  text-align: left;
}

.content .table{
  padding: 5px 0 0 0;
  text-align: left;
}





.content-column.three .content-left{
  width: 380px;
  margin-right: 30px;
  float: left;
}
.content-column.three .content-center{
  width: 380px;
  margin-right: 30px;
  float: left;
}
.content-column.three .content-right{
  width: 380px;
  float: right;
}

.content-column.two .content-left{
  width: 585px;
  margin-right: 30px;
  float: left;
}
.content-column.two .content-right{
  width: 585px;
  float: right;
}

.content-column.two-sidebar .content-large{
  width: 720px;
  margin-right: 30px;
  float: left;
}
.content-column.two-sidebar .content-sidebar{
  width: 450px;
  float: left;
}



#footer{
  color: #919292;
  text-align: center;
  margin-bottom: 20px;
}

.clear {
  clear: both;
}




.fa.fa-star{
  background: url(../images/favorite.png);
  background-size: contain;
  width: 10px;
  height: 10px;
  color: #FF9100;
  cursor: pointer;
}
.fa.fa-star-o{
  background: url(../images/nonfavorite.png);
  background-size: contain;
  width: 10px;
  height: 10px;
  color: #000000;
  cursor: pointer;
}






.calendar_day{
  width: 20px;
  height: 20px;
  border: 1px solid #1d5250;
  border-radius: 4px;
  padding: 10px;
  background: #276664;
  position: relative;
  float: right;
  margin-top: -5px;
  margin-right: -10px;
  color: #ffffff;
  font-weight: bold;
  font-size: 13pt;
}
.calendar_month{
  margin: auto;
  width: 250px;
  height: 60px;
  margin-top: 10px;
  background-repeat: no-repeat;
}
.calendar_month.month_01{ background: url(../images/headers/calendar/Januari.png) no-repeat; background-size: 250px 50px; }
.calendar_month.month_02{ background: url(../images/headers/calendar/Februari.png) no-repeat; background-size: 250px 50px; }
.calendar_month.month_03{ background: url(../images/headers/calendar/Maart.png) no-repeat; background-size: 250px 50px; }
.calendar_month.month_04{ background: url(../images/headers/calendar/April.png) no-repeat; background-size: 250px 50px; }
.calendar_month.month_05{ background: url(../images/headers/calendar/Mei.png) no-repeat; background-size: 250px 50px; }
.calendar_month.month_06{ background: url(../images/headers/calendar/Juni.png) no-repeat; background-size: 250px 50px; }
.calendar_month.month_07{ background: url(../images/headers/calendar/Juli.png) no-repeat; background-size: 250px 50px; }
.calendar_month.month_08{ background: url(../images/headers/calendar/Augustus.png) no-repeat; background-size: 250px 50px; }
.calendar_month.month_09{ background: url(../images/headers/calendar/September.png) no-repeat; background-size: 250px 50px; }
.calendar_month.month_10{ background: url(../images/headers/calendar/Oktober.png) no-repeat; background-size: 250px 50px; }
.calendar_month.month_11{ background: url(../images/headers/calendar/November.png) no-repeat; background-size: 250px 50px; }
.calendar_month.month_12{ background: url(../images/headers/calendar/December.png) no-repeat; background-size: 250px 50px; }

.content.calendar.empty{
  margin-top: 20px;
  padding-top: 0px;
}