root { 
    display: block;
}

body{
    margin: 0px;
    font-family: Arial;
    font-size: 12px;
    color:#58585a;
    background-attachment: fixed;
		background-image: url('/imgs/background.jpg');    
		background-position:top middle;
	
}
img{
    border-width: 0px;
}

a{
    text-decoration: none;
     color:#58585a;
}
p{
    line-height: 19px;
    margin: 0px;
    padding:0px;      
}
h1{
    font-size: 25px;
    font-family: Arial;
    color: #58585a;
    font-weight: bold;
    margin:0px;
    padding:0px;    
}

h2{
    font-size: 14px;
    font-family: Arial;
    color: #58585a;
    font-weight: bold;
    margin:0px;
    padding:0px;
}


.table{
    display: table;
}
.row{
    display: table-row;
}
.cell{
    display: table-cell;
    vertical-align:top;
}

section#main{
    width: 989px;
    margin-left: auto;
    margin-right: auto;
}

#topMenu{
	height:109px;
	width:100%;
	background-image: url('/imgs/topmenubg.png');    
	}
#topNav{
	width:989px;
	margin-left: auto;
	margin-right: auto;
	}

/* navigation */
#nav{
	width:742px;
  margin-left: 15px;
  z-index: 20;
  z-index: 121;
  margin-top: -65px;
  margin-left:420px;
}

#nav li{
    display: inline-block;
    list-style-type: none;
}

#nav a{
    padding-left: 12px;
    padding-right: 12px;
    color: #58585a;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 26px;
    padding-bottom: 26px;
}

#nav a:hover{
    background-color: #ffeb00;
    color:#58585a;
   
}
#nav a#active_menu{
    background-color: #ffeb00;
    color:#58585a;
    margin-left: 0px;
    margin-right: 0px;
    
}
#contentFoto{
	width:347px;
	padding-top:90px;
	vertical-align:top;
	}
#contentText{
	width:642px;
	vertical-align:top;
}
#textVlakTop{
	background-image: url('/imgs/textvlaktop.png');    
	background-repeat:no-repeat;
	height:48px;
	width:642px;
	}
#textVlakBottom{
	background-image: url('/imgs/textvlakbottom.png');    
	background-repeat:no-repeat;
	height:47px;
	width:642px;
	}
#content{
	background-color:#efefef;
	padding-left:29px;
	padding-right:29px;
	}
#copyright{
   font-family: Arial;
   font-size: 10px;
   color: #58585a;
   float: left;
   margin-left:26px;
   margin-top: -5px;
}

#copyright a{
    color: #58585a;
}
#copyright a:hover{
    color: #FFFFFF;
}
.borderImg{
	border: 8px solid #FFFFFF;
	}
ul{
	line-height:19px;
	list-style-type: none;
	}

#textVlakTopHome{
	background-image: url('/imgs/tekstvlaktophome.png');    
	background-repeat:no-repeat;
	height:41px;
	width:989px;
	}
#textVlakBottomHome{
	background-image: url('/imgs/tekstvlakbottomhome.png');    
	background-repeat:no-repeat;
	height:41px;
	width:989px;
	}

#homeRow{
	width:211px;
	padding:10px;
	padding-top:30px;
	cursor:pointer;
	}
#homeRow:hover{
	background-color:#ffeb00;
	}	
#tussenRow{
	width:29px;
	}
#kuiken{
	position:relative;
	padding-top:50px;
	margin-left:-100px;
	}
#kuikenCell{
	width:320px;
	}
#contentHome{
	margin-top:-100px;
	}
#filmFrame{
	width:620px;
	height:349px;
	background-color:#FFFFFF;
	border: 8px solid #FFFFFF;
	}
.homeImg{
	margin-bottom:10px;
	border:1px solid #afb0b0;
	}
#bedrijfsfilm{
	position:absolute;
	margin-left:628px;
	margin-top:-300px;
	}
#googleMap{
	width:908px;
	height:348px;
  margin-left: auto;
  margin-right: auto;	
  border: 8px solid #FFFFFF;
	}
#contentContact{
	margin-top:0px;
	}
#routeButton{
	margin-left:63px;
	cursor:pointer;
	}
#contactButton{
	margin-left:215px;
	cursor:pointer;
	}
#homeButton{
	position:absolute;
	margin-top:225px;
	}
