* {
	margin: 0;
	padding: 0;
}
html,body{
  height:100%;
  overflow-x:hidden;
}
body {
  background-color:#119100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #62230A;
  display:flex;
  justify-content:center;
   align-items:safe center;
  align-content:flex-start;
  
}
a {
	text-decoration:none;
}
h3{
	color: #119100;
}
#container {
	max-width: 800px;
  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:-484px;
  padding-right:484px;
  margin-bottom:-162px;
  padding-bottom:187px;
	

  /*background-color: pink;*/
}

	#left_col #biglogo {
		background: url(../images/doendoet_logo.jpg) center center no-repeat white;
      border-radius:15px;
		width: 344px;
		height: 216px;
      margin-right:5px;
	}
	
		#left_col #biglogo a {
			float: left;
			width: 250px;
			height: 110px;
			background: transparent;
			margin-top: 50px;
			margin-left: 40px;
			text-decoration:none;
		}
	
	#left_col #stichting {
		position: relative;
		float: right;
		background: url(../images/stichting_doendoet_bg.jpg) no-repeat;
		width: 189px;
		height: 112px;
	}
	
		#left_col .doen_doet img {
			position: absolute;
			top: 42px;
			left: 37px;
			/*margin-left: 37px;
			margin-top: 42px;*/
			border: none;
		}

#right_col {
	
	width: 411px;
  min-height:250px;
  position:relative;
  background-color:white;
  border-radius:15px;
  
}

	#right_col #mail {
		position: absolute;
		top: 15px;
		right: 15px;
		/*background: url(../gfx/mail.jpg) no-repeat;*/
		width: 19px;
		height: 11px;
	}
	
		#right_col #mail img {
			border: none;
		}

	#right_col #main {		
		line-height: 20px;		
      padding:20px 40px;
      
	}
	
	#right_col #content {

		padding:30px 40px 20px;
      border-bottom:2px dotted #62230a;
	}
	
		#right_col #content #email {
			position: absolute;
			top: 15px;
			right: 15px;
			background: url(../images/link_mail.jpg) no-repeat;
			width: 19px;
			height: 11px;
		}
		
			#right_col #content #email span {
				display: none;
			}
	
	
	#right_col #content .buttonheading {
		position: absolute;
		top: -15px;
		left: 354px;
		/*background: url(../gfx/mail.jpg) no-repeat;*/
		width: 19px;
		height: 11px;
	}
	
	#right_col #content .buttonheading img {
		border: none;
	}
	
	
	
	#right_col #main .nav {
		display: block;
      padding-left:20px;
	}
		
		#right_col #main .nav li a {
			color: #62230A;
			font-weight: bold;
			text-decoration: none;			
		}
		
		#right_col #main .nav li {
			line-height: 23px;
			list-style-image: url(../images/link_arrow.jpg);	
		}
	
	#main_footer {
		
		height: 30px;
		width: 411px;
	}