body {
	background-color:#D9E3C4;
}
a{
	color:#b8043d;
	text-decoration: underline;
}
a:hover{
	color:#b8043d;
	text-decoration: none;
}
#center {
  margin: 0 auto;
  width: 800px;
  background-color:#ffffff;
  border-top: 1px solid #B1B1B1;
  border-left: 1px solid #B1B1B1;
  border-right: 1px solid #B1B1B1;
  border-bottom: 1px solid #B1B1B1;
}
#bottom {
  margin: 0 auto;
  width: 800px;
  text-align: center;
  font-size: 10px;
  font-family: "arial";
  color: #757575;  
}

#bottom a {
	text-decoration:none;
	color: #757575;
}
.footer {
	width: 790px;
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: solid;
	color: #b8043d;
	font-family: "arial";
	font-size: 13px;
	margin: 0px 0px 5px 10px;
}
.footer a { text-decoration: none; color: #b8043d; }
.footer a:hover {text-decoration: underline; color: #b8043d; }
	
h1 {
	font-size: 22px;
	font-family: "arial";
	color: #7e3268;
	font-weight: bold;
}
.style2 {
	font-size: 13px;
	font-family: "arial";
	font-weight: bold;
	color: #7e3268;
}
.style3 {
	font-size: 11px;
	font-family: "arial";
}
.style4 {
	font-size: 15px;
	font-family: "arial";
	color: #505050;
	font-weight: bold;
}



/* Navigation */

#full_nav {
	width: 799px;
	margin-left:1px;
	margin-bottom:1px;
	font-size:14px;
}
.nav_link a {
	font-family: "arial";
	color:#fff;
	padding:5px 17px 5px 17px;
	text-align:center;
	background-color:#76941D;
	float:left;
	margin-top:1px;
	margin-right:1px;
	text-decoration:none;
}
.nav_link a:hover{
	font-family: "arial";
	color:#fff;
	background-color:#657E18;
}



/* Table */

.tab {
	width: 790px;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	font-family: "arial";
	font-size: 13px;
	color: #696969;
	margin: 0px 0px 0px 0px;
}
.tab .left {
	width: 535px;
	padding: 5px 15px 5px 35px;
	vertical-align: top
}
.tab .right {
	padding: 5px 5px 5px 5px;
	vertical-align: top
}
.tab .center {
	width: 712px;
	padding: 5px 34px 5px 34px;
	vertical-align: top
}
.tab .temp {
	width: 790px;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	margin: 0px 0px 0px 0px;
	font-family: "arial";
	font-size: 13px;
	color: #757575;
	vertical-align: top
}
.tab2 {
	width: 160px;
	background-color:#F2F2F2;
	border-width: 1px 1px 1px 1px;
	border-color:#EAEAEA;
	border-style: solid;
	font-family: "arial";
	color: #757575;
	margin: 0px 0px 0px 0px;
}
.tab2 .text {
	padding: 0px 5px 0px 15px;
	vertical-align: top;
	font-size: 12px;
	font-family: "arial";
	color: #495970;
	text-align:left;
}
.tab2 .text ul {
	line-height: 14px;
	margin: 0;
	padding: 0;
	list-style-image:url(http://www.tuinonderhoud-chris.be/images/bullet.gif);
}
#tab2 .text li {
	margin: 0;
	padding:0;
	list-style-image:url(http://www.tuinonderhoud-chris.be/images/bullet.gif);
}

/* popup */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: -170px; /*position where enlarged image should offset horizontally */

}

.realisaties img
{
	border:1px solid #CCC;
}
