body {
	text-align:center;
	font-family: verdana, sans-serif;
	font-size: 12px;
	background: url(../img/bg1.png);
	font-size: 12px;
	}
	
a:link {
	text-decoration:underline;
}

a:visited {
	text-decoration:underline;
}

a:hover {
	color: #8fb335;
	}

a:active {
	color: #8fb335;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #83a235;
	background-color: #343434;
	display: block;
	text-align: left;
	margin:  -10px -10px 10px -10px;
	padding: 10px;
}

h3 {
	font-size: 12px;
	display: inline;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	color: #83a235;
	background-color: #343434;
	display: block;
	text-align: left;
	margin:  -10px -10px 10px -10px;
	padding: 10px;
}

body#home a#h,
body#informatie a#i,
body#projecten a#p,
body#timmerwerken a#t,
body#contact a#c {
	color: #8fb335;
	}

.container { 
	position: absolute;
	left: 0px; 
	right: 0px; 
	top: 0px; 
	width: 100%;
	height: 100%;
	background: url(../img/bg.png);
	background-repeat:repeat-x;
}

.main {
	margin: 0 auto;
	width: 900px;
	text-align: center;
}

.menu_top {
	width: 900px;
	height: 79px;
}

.content {
	width: 900px;
	margin-top: 14px;
}

.logo {
	float: left;
	text-align: left;
	height: 79px;
	width: 278px;
}

.menu {
	float: left;
	position: relative;
	height:30px;
	margin-top: 30px;
	text-align: center;
	}

.menu a {
	float:left;
	display:block;
	padding: 5px 13px 5px 13px;
	color: #595959;
	border-bottom: 3px solid #8fb335;
	font-weight: bold;
	text-decoration:none;
}

.menu a:visited {
	text-decoration:none;
}

.menu a:hover {
	color: #8fb335;
	border-bottom: 3px solid #595959;
	background:url(img/menubgo.gif);
	}

.menu a:active {
	color: #8fb335;
}

/* Home */

.header {
	border: 6px solid white;
	background-color: #cccccc;
	margin-bottom: 10px;
}

.welcome_l {
	float: left;
	width: 330px;
	height: 194px;
	background-color: white;
}

.welcome_r {
	float: left;
	width: 570px;
	height: 194px;
	background-color: white;
	margin-bottom: 5px;
}

/* Gallery */

.gallery_body {
	height: 480px;
	background-color: #b9b9b9;
	border: 6px solid white;
	margin-bottom: 5px;
}

.gallery_menu {
	float: left;
	background-color: #ccc;
	text-align: left;
	height: 480px;
	width: 200px;
	font-size: 10px;
}

.gallery_menu a {
	display: block;
	color: #fff;
	height: 26px;
	width: 190px;
	text-decoration:underline;
	padding: 14px 0px 0px 10px;
	background: url(../img/pmbtn_grey.png);	
}

.gallery_menu a:visited {
	text-decoration:underline;
}

.gallery_menu a:hover {
	color: #8fb335;
	background: url(../img/pmbtn_green.png);
	}

.gallery_menu a:active {
	color: #8fb335;
}


.gallery {
	float: left;
	Height: 480px;
}

/* Informatie */

.informatie {
	float:  left;
	padding:  10px;
	text-align:  left;
	display:  block;
	width: 260px;
	height: 480px;
	margin-right:  10px;
	border: 6px solid white;
	background: url(../img/ontwerp.png);
	background-position: 10px 375px; 
	background-repeat: no-repeat;
	background-color: #ccc;
}

.informatie_m {
	float:  left;
	padding:  10px;
	text-align:  left;
	display:  block;
	width: 260px;
	height: 480px;
	margin-right:  10px;
	border: 6px solid white;
	background: url(../img/aanleg.png);
	background-position: 10px 375px; 
	background-repeat: no-repeat;
	background-color: #ccc;	
}

.informatie_r {
	float:  left;
	padding: 10px;
	text-align: left;
	width: 264px;
	height: 480px;
	border: 6px solid white;
	background: url(../img/onderhoud.png);
	background-position: 10px 375px; 
	background-repeat: no-repeat;
	background-color: #ccc;
	margin-bottom: 5px;
}

/* gardenflame */

.gardenflame {
	padding: 10px;;
	text-align: Left;
	width: 868px;
	border: 6px solid white;
	background-color: #ccc;
	margin-bottom: 5px;
}

/* contact */

.contact {
	padding: 10px;;
	text-align: Left;
	width: 868px;
	border: 6px solid white;
	background-color: #ccc;
	margin-bottom: 5px;
}

/* Misc */

.footer{
font-size:10px;
color: #ccc;
}

ul { list-style-type: none;
margin: 0px;
padding: 0px;}



