body {
	background-color: #295c3b;
}
#header {
		height: 70px !important;
	}
.indexcolumn {
	height: 700px;
	width: 1000px;
	background-image: url(../images/index_site.jpg);
	background-repeat: no-repeat;
	}
#laatste_nieuws {
	z-index: 0;
	float: left;
	position: relative;
	font-size: 11px;
	padding-top: 135px;
	padding-right: 10px;
	padding-left: 10px;
	width: 380px;
	}
#laatste_nieuws em {
			padding: 0px;
			margin: 0px;
		}
.latest_title {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 10px;
	background-position: 0 3px;
	font-size: 20px;
	list-style-type: none;
	border-bottom-color: #d0cfc5;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-image: url(../images/index_star.png);
	text-align: left;

	}
.post {
	margin: 0px;
	z-index: 0;
	padding: 0px !important;
	border-bottom-color: #d0cfc5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	text-align: justify;
	}

/* STAMP NAVIGATIE */
#index_stamps {
		z-index: 10;
		height: 800px;
		padding-top: 120px;
		float: left;
		width: 500px;
		position: relative;
	}
.stamprowIndex{ /*Container for each row of stamps*/                                     
	margin-left: 50px;                                                                          
	margin-bottom: 0px;                                                                          
	margin-right: 0px;                                                                          
	margin-top: 0px;                                                                          
	width: 430px;
	clear:both;
	padding: 0px;
	}
.stampboxIndex{
	overflow: hidden; /*Prevents excess of image from showing*/
	position: relative;
	margin: 0px;
	width: 215px; /*Width and height define thumbnail size*/
	height: 150px;
	float: left;
	clear: right;
	z-index: 10;
	}
.selected {
	overflow: visible; /*Display part of image that not currently visible*/
	z-index: 100;
	}
.stampboxIndex img {
	left: -90px; /*Use this number to center your image when not hovered*/
	position: absolute;
	}
.stampboxIndex a{ /*Area that changes to selected class when hovered over*/
	display:block;
	position: relative;
	float: left;
	left: 90px; /*Use to line up the overlay image*/
	z-index: 11;
	}
.entry p{ !important;
		margin-left: 0px;            
		margin-bottom: 4px;            
		margin-right: 0px;            
		margin-top: 4px;            
	}
	
/* END STAMP NAVIGATIE */

