/* Stylsheet for Hovenierscombinatie Twente */

body{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #000000;
}

#wrapper{
	width: 1025px;
	height: 400px;
	margin: 0 auto;

}

#header{
	background: url('/files/layout/header_black.gif');
	width: 100%;
	height: 176px;
}

#center-wrapper{
	width: 1025px;
	float: left;
}

#menu-wrapper{
	background:  #9FA76B url('/files/layout/bg_menu.gif') 100% 0% no-repeat;
	width: 186px;
	height: 520px;
	float: left;
	position: relative;
}

	#logo{
		background: url('/files/layout/logo.gif') no-repeat;
		width: 160px;
		height: 171px;
		position: absolute;
		bottom: 0px;
		left: 1px;
	}

	.menu{
		display: block;
		padding: 20px;
		padding-top: 35px;
		text-align: center;
	}

	 .spacing{
		margin-bottom: 5px;
	}

	.menu a{
		color: #FFFFFF;
		text-decoration: none;
		font-size: 12px;
		padding-bottom: 3px;
	}

	.menu a:hover{
		color: #185221;
		text-decoration: none;
	}

	.active{
		margin-left: -17px;
	}

	.menu img{
		float: left;
	}


	.menu .line{
		height: 0px;
		border-bottom: 1px solid #BAAF84;
		width: 150px;
		margin-bottom: 5px;
	}





#contents-wrapper-page{
	background: #BAAF84 url('/files/layout/bg_contents') 100% 0% no-repeat;
	width: 572px;
	height: 520px;
	float: left;
	overflow: auto;
}


	#contents-wrapper-projects {
		background: #DEE2D0 url('/files/layout/bg_contents_projecten.gif') 100% 0% no-repeat;
		width: 572px;
		height: 520px;
		float: left;
		overflow: auto;
		overflow: -moz-scrollbars-vertical;
		overflow-x: hidden;
		overflow-y: scroll;
	}

#sidebar{
	width: 241px;
	height: 320px;
	float: left;
	position: relative;
}

#adres{
	background: #9FA76B url('/files/layout/adres.gif') no-repeat;
	width: 241px;
	/*height: 146px;*/
	height: 200px;
	float: left;
}


	
#sidebar-projects{
	width: 241px;
	height: 320px;
	float: left;
	position: relative;
	}

	#projects-container{
		width: 190px;
		height: 285px;
		position: absolute;
		top: 15px;
		left: 15px;
		padding: 15px 10px 10px 10px;
		overflow: auto;
	}

	#projects-container .kop{
		font-size: 14px;
		color: #FFFFFF;
		font-weight: bold;
		padding-bottom: 15px;
	}

#footer{
	background: url('/files/layout/footer_black.gif') no-repeat;
	width: 999px;
	height: 35px;
	float: left;

}


	.contents{
		margin: 20px;
		margin-top: 35px;
	}

		 .text{
			margin-right: 20px;
		}


	.toppageimage{
		float: left;
		padding-right: 15px;
		padding-bottom: 10px;
	}







.singleproject{
	color: #095B26;
}

	.singleproject .topimage{
		float: right;
		margin-left: 20px;
		margin-bottom: 15px;
	
	}

	.bottomimagespage{
		float: left;
		margin: 20px;
		margin-left: 0px;
	}
	

	.bottomimages1{
		float: left;
		margin-right: 72px;
		margin-top: 25px;

	}

	.bottomimages2{
		float: left;
		margin-right: 72px;
		margin-top: 25px;
		
	}

	.bottomimages3{
		float: left;
		margin-top: 25px;
		
	}

	.singleproject .prevnext1{
		float: right;
		margin-right: 20px;
		font-weight: normal;
	}

	.singleproject .prevnext1 .empty{
		color: #CCCCCC;
		display: inline;
	}

	.singleproject .prevnext1 a{
		color: #9FA76B;
		text-decoration: none;
	}



/* Algemeen */
h1{
	font-size: 17px;
	color: #1E5F2A;
}

h1{
	font-size: 14px;
	color: #1E5F2A;
}

a{
	color: #9FA76B;
	text-decoration: none;
}

a img{
	border: 2px solid #FFFFFF;
	
}

a:hover{
	text-decoration: underline;
}
