* {
	margin: 0;
	padding: 0;
}
html,body{
  min-height:100%;
  overflow-x:hidden;
}

body {
	background-color: #119100;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #62230A;
 display:flex;
  justify-content:center;
  align-items:safe center;
  align-content:center;}

a {
	text-decoration:none;
}

h3{
	color: #119100;
}
#container{
width:800px;
	max-width: min(800px, 100%);
	 display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:flex-start;
  align-content:flex-start;
}

#left_col{

	margin-top: -66px;
  padding-top:90px;
  margin-left:-140px;
  padding-left:140px;
  margin-right:-600px;
  padding-right:600px;
  margin-bottom:-162px;
  padding-bottom:187px;
	
	
	display:flex;
	flex-wrap:wrap;
	flex-direction:column;
}
@media (max-width:800px){
#left_col{
flex-direction:row;
}
}

#logo {
	
	width: min(49vw, 220px);
	height: 137px;
	margin-bottom: 5px;
	background-color: white;
	border-radius:15px;
	display:flex;
	align-content:center;
	align-items:center;
	justify-content:center;
	margin-right:5px;
}

	#logo a {
		background: url('../images/logo_doendoet.jpg') center center no-repeat transparent;
		width: 149px;
		height: 66px;
		
	}

	#logo img {
		display: none;
	}

#left_menu {
	
	width: min(49vw, 220px);
	min-height: 100px;
	background-color: white;
	border-radius:15px;
}

#right_col{
	position: relative;
  min-width:min(500px, 100%);
  max-width:575px;
	
	min-height: 200px;
  border-radius:15px;
  background-color:white;
}


#main{
	
	padding-top: 10px;
}

#content{
		min-height: 50px;
		padding: 20px 20px 20px 20px;
		line-height: 20px;
}

	#content a {
		color: #119100;
		text-decoration: underline
	}
	
	#content a:hover {
		text-decoration: none;
	}

	#content .buttonheading {
		position: absolute;
		top: 55px;
		right: 20px;
		border: none;
	}
	
	#content h2 {
		font-size: 14px;
	}

img {
	border: none;
}

#left_menu ul {
	list-style: none;
	margin: 20px 0 20px 50px;
}

#left_col .nav li a {
			color: #62230A;
			font-weight: bold;
			text-decoration: none;			
}

#left_col .nav li {
			line-height: 23px;
			list-style-image: url(../images/link_arrow.jpg);	
}

#content .contentpaneopen ul  {
	margin-left: 30px;
}

#content .contentheading {
	color: #62230A;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
	float: left;
}

#link {
	position: absolute;
	z-index: 53;
}

#stichting_doendoet{
	float: right;
	margin-right: 22px;
}


#content img{
max-width:100%;
}