.Main{
	max-width: 1000px;
	background-image: url("../images/achtergrond.jpg");
	height: auto;
	margin:0 auto;
	overflow: auto;
	padding-top: 40px;
}

.content{
	background-color: white;
	opacity:0.8;
	padding:9px;
}

.menu-image{
	max-width: 400px;
}

.menu-link{
	text-decoration: none;
}

.MenuButton{
	position: absolute;
	width: 100px;
	height: 26px;
	text-align: center;
	vertical-align: middle;
	margin: 4px 14px 4px 14px;
}

.menu-small .menu-image{
	margin-top: -20px;
}

.menu-small>div{
	padding-left: 2px;
	padding-right: 2px;
}

.menu-small .MenuButton {
	position: relative;
	width: auto;
	height: 26px;
	text-align: center;
	vertical-align: middle;
	float: left;
	margin-left: 4px;
	margin-right: 4px;
}

.menu-small .MenuButton a {
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
}

.MenuButton a:link, a:visited, a:active{
	color: #3A3A3A;
}

.MenuButton a:focus{
	color: black;
}

.MenuButton a{
	font-weight: bold;
	text-decoration: none;
	width: 100px;
	height: 20px;
	display: block;
	font-family: Arial;
}

.col-center{
	margin:0 auto;
}


.logo{
	shape-rendering:geometricPrecision;
	text-rendering:geometricPrecision;
	image-rendering:optimizeQuality;
	fill-rule:evenodd;
	clip-rule:evenodd;
}

.logo>.hand{
	fill:#27792F;
}

.spine {
	fill:#27792F;
	cursor: pointer;
}

.spine.active {
	fill:#B3FA56;
}

.spine.active .menu-text{
	fill:#27792F;
	font-weight: bold;
}

.spine:hover{
	fill:#B3FA56;
}
.menu-text{
	text-align: center;
	text-anchor: middle;
	fill:white;
	text-decoration: none;
}
.menu-text:hover{
	fill:#27792F;
	font-weight: bold;
}

A{
	text-decoration: underline;
}

.logo>ellipse {fill:#66B82E}

.uitklapvraag:hover{
	cursor: pointer;
}

.antwoord {
	background-color: #B3FA56;
}

.antwoord, .groep {
	border-width:thin;
	border-radius:5px;
	margin-top: 3px ;
	margin-left:12px;
	padding-right: 8px;
	padding-left: 8px;

	max-height: 0;
	overflow: hidden;
	transition: max-height .25s;
}

.groep{
	max-height: 0;
	margin-left: 5px;
}

.zichtbaar{
	margin-bottom: 3px;
	overflow-y: auto;
	padding-top: 3px;
}

.groep.zichtbaar{
	max-height: none;
}

.antwoord.zichtbaar{
	max-height: 200px;
}
