body {
	font-family: georgia;
	font-size: 11px;
	color: #6a5a5a;
}

#container  {
	width: 1024px;
	height: auto;
	position: relative;
	margin: 0 auto;
}

#header {
	height: 162px;
	width: 1024px;
}

#content_left {
	width: 220px;
}
	
#content_center {
	
}
	
#content_right {
	width: 285px;
	
}

#menu {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 1024px;
  height: 162px;
  position: relative;
}
#menu span {
  display: none;
  position: absolute;
}
#menu a {
  display: block;
  position: absolute;
  outline: none;
}
#menu a:hover {
  background-position: left bottom;
}
#menu a:hover span {
  display: block;
}

#menu .overmij {
  width: 351px;
  height: 162px;
  background: url(../images/over_01.jpg) no-repeat;
  left: 0px;

}
#menu .overmij span {
  width: 351px;
  height: 162px;
  background: url(../images/up_01.jpg) no-repeat;

}

#menu .werk {
  width: 110px;
  height: 162px;
  background: url(../images/over_02.jpg) no-repeat;
  left: 351px;

}
#menu .werk span {
  width: 110px;
  height: 162px;
  background: url(../images/up_02.jpg) no-repeat;

}

#menu .illu {
  width: 145px;
  height: 162px;
  background: url(../images/over_03.jpg) no-repeat;
  left: 461px;

}
#menu .illu span {
  width: 145px;
  height: 162px;
  background: url(../images/up_03.jpg) no-repeat;

}

#menu .contact {
  width: 418px;
  height: 162px;
  background: url(../images/over_04.jpg) no-repeat;
  left: 606px;

}
#menu .contact span {
  width: 418px;
  height: 162px;
  background: url(../images/up_04.jpg) no-repeat;

}

.afb {
	float:left; 
	margin-right:5px; 
	margin-bottom:5px;
}

.padding-30 {
	padding-left: 30px;
}

a:link{
font-family: georgia;
font-size: 11px;
font-weight: normal;
color: #d98b89;
text-decoration: none;
}

a:hover{
color: #378a8e !important;
}

a:active{

}

a:visited{
font-family: georgia;
font-size: 11px;
font-weight: normal;
color: #d98b89;
text-decoration: none;
}


