* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
html {
	background: #b0b0b0 url(../img/html.png) repeat-x;
}
body {
	background: #fff url(../img/body.png) no-repeat;
	color: #656363;
	font-family: 'Lucida Sans Unicode', Lucida, sans-serif;
	font-size: 100%;
	line-height: 1.5;
	margin: 5px auto 33px;
	padding: 251px 0 20px 254px;
	position: relative;
	width: 706px;
}
#header {
	height: 75px;
	left: 0;
	position: absolute;
	top: 0;
	width: 960px;
}
#logo {
	background: url(../img/logo.png) no-repeat bottom right;
	display: block;
	height: 70px;
	padding: 5px 0 0 5px;
	overflow: hidden;
	text-indent: -9999em;
	width: 300px;
}
#menu {
	background: #54b948 url(../img/menu.png) no-repeat;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	height: 30px;
	left: 0;
	list-style: none;
	margin-left: 355px;
	padding-left: 20px;
	position: absolute;
	top: 0;
	width: 570px;
}
#menu li {
	float: left;
	height: 30px;
	margin-right: 18px;
}
#menu li a {
	color: #fff;
	display: block;
	font-size: 0.75em;
	line-height: 2.5;
	text-decoration: none;
}
#menu li a:hover {
	color: #bcffb3;
}
#menu .selected a {
	color: #095400;
}
#buttons {
	background: url(../img/buttons.gif) no-repeat left bottom;
	left: 0;
	padding-bottom: 61px;
	position: absolute;
	top: 330px;
	width: 240px;
}
#buttons ul {
	list-style: none;
}
#buttons li {
	color: #fff;
	font-size: 0.75em;
	line-height: 2.5;
	height: 30px;
	margin-bottom: 9px;
	padding: 0 10px 0 12px;
}
#buttons li:hover {
	color: #095400;
	cursor: pointer;
}
#buttons .first {
	background: #ee8300 url(../img/buttons-first.png) no-repeat top right;
	width: 147px;
}
#buttons .second {
	background: #54b948 url(../img/buttons-second.png) no-repeat top right;
	width: 132px;
}
#buttons .third {
	background: #54b948 url(../img/buttons-third.png) no-repeat top right;
	width: 92px;
}
#myContent {
	margin: 10px 0 10px 20px;
}
#content {
	background: url(../img/content.gif) repeat-y;
	position: relative;
	padding: 15px 16px;
	width: 630px;
}
#content h1,
#content h2 {
	color: #118903;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 1.0625em;
	font-weight: bold;
	padding: 5px 0;
}
#content p,
#content ul {
	font-size: 0.75em;
	margin-bottom: 1em;
}
#content ul {
	padding-left: 35px;
}

#content ol {
	font-size: 0.75em;
	margin-bottom: 1em;
}
#content ol {
	padding-left: 35px;
}

#content .strong {
	font-weight: bold;
}

#content a {
	color: #118903;
	text-decoration: none;
}

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

#content-top {
	background: url(../img/content-top.gif) no-repeat;
	height: 15px;
	left: 0;
	position: absolute;
	top: 0;
	width: 960px;
}
#content-bottom {
	background: url(../img/content-bottom.gif) no-repeat;
	height: 15px;
	left: 0;
	position: absolute;
	width: 960px;
}
#footer {
	background: #54b948 url(../img/footer.gif) no-repeat;
	bottom: -23px;
	color: #fff;
	font-size: 0.5625em;
	line-height: 23px;
	height: 23px;
	padding-left: 20px;
	position: absolute;
	left: 0;
	width: 940px;
}

#footer a {
	color: #fff;
	text-decoration: none;
	}

#footer a:hover {	
	text-decoration: underline;
	}
	
#single_gallery .item {
	width: 190px;
	height: 210px;
	padding: 5px;
	border: 1px solid #c3c3c3;
	margin-right: 5px;
	margin-bottom: 10px;
	-moz-border-radius: 6px;
  -webkit-border-radius: 6px;
   float: left !important;
}

#single_gallery .item_last {
	width: 190px;
	height: 210px;
	padding: 5px;
	border: 1px solid #c3c3c3;
	margin-bottom: 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	float: left !important;
}

#single_gallery .title {
	color: #202020;
	font-size: 12px;
	font-weight: bold;
	height: 15px;
	text-align: center;
}

#single_gallery .subtitle {
	color: #a0a0a0;
	font-size: 10px;
	height: 15px;
	margin-bottom: 5px;
	text-align: center;
}

#single_gallery .image {
	border: 0px;
}

#single_gallery .description {
	color: #a0a0a0;
	font-size: 9px;
	text-align: center;
	clear:both;
}

#cta {
	margin-left: 89px;
	}

#cta img {
	border: 0px;
	}
	
	
/* CSS actie button */

#content input[type="submit"]{
	display:				block;
	position:				relative;
	height:					38px;
	width:					152px;
    text-decoration:		none;
	float:					left;
	cursor:					pointer;
	left:					60px;
	background-image:		url(/img/button.gif);
	background-position:	top left;
}
