.header {
	background-image: url("../images/Saskia-Heading.jpg");
	background-repeat: no-repeat;
	width: 672px;
	height: 157px;
	border-radius: 5px;
}

.navigation {
	background-color: #04bc28;
	width: 672px;
	margin: 0px;
	padding: 0px;
	padding: 5px;
	text-align: center;
	border-radius: 5px;
}

.navigation  .button {
	display: inline-block;
	width: 110px;
	text-align: center;
	border: solid #c0d3bd 1px;
	border-radius: 2px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	color: white;
}

.navigation .button:hover {
	background-color: #96e78a;
}

body {
	background-color: #a7f89b;
	padding: 10px;
	font-family: Arial, Verdana;
	display: flex;
	justify-content: center;
	height: 100%;
}

.content {
	display: inline-block;
	width: 400px;
	padding: 5px;
	margin: 0;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	height: 100%;
	vertical-align: top;
}

.right {
	background-color: #96e78a;
	display: inline-block;
	width: 271px;
	margin: 0;
	height: 100%;
}

.all {
	height: 100%;
}

.calendarclass {
}

.calendarclass .table {
	width: inherit;
	border-radius: 50px;
}

.calendarclass .row {
	width: inherit;
}

.calendarclass .calendar-navbar {
	display: none;
}

.middle {
}

.buttonactive {
	background-color: #11DD00 !important;
	border-bottom: solid #eeeeee 2px !important;
}

.languagemenu {
	display: none;
	position: absolute;
}

.language:hover .languagemenu {
	display: block;
}

.language .button {
	display: block;
	background-color: #04bc28;
	width: 120px;
	padding: 1px 1px 1px 1px;
}